Interactive Content (Question Set) does not work if "Display Introduction" is checked

Created on 11 October 2021, about 3 years ago
Updated 21 June 2023, over 1 year ago

Problem/Motivation

When the setting "Display introduction" is checked in an h5p interactive content Question Set Activity type, the quiz does not show up for the user.

Steps to reproduce

Create a question set, check ""Display introduction", add Question Set to a module inside a training plan, and enroll in the training plan. When you get to the question set, it is blank. If you then uncheck the setting, the question set shows up as expected.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States electrokate

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Running into the same issue. @firstlut Could you describe how to patch the main.css file to look like the _base.css file? I am unclear on how to do this.

  • πŸ‡ΊπŸ‡ΈUnited States firstlut

    I'm assuming you're asking about making patches. Here's how I learned to do it:
    go to module directory root
    run git init
    run git add *; git commit -m "init"
    make changes to the file
    run git diff > name_path_however.patch
    move patch to ./patches directory
    add patch entry to ./patches/composer.patches.json
    run composer install

    Some people list their patches in their main composer.json file, but we have a separate composer file and directory just for patches (we use A LOT of them).

  • πŸ‡ΊπŸ‡ΈUnited States firstlut

    Still here!

Production build 0.71.5 2024