Problem with Quiz: image choice gets stuck if "Check" before choosing image

Hi

I made this H5P Quiz. See attachment. 
The problem seems typical for Image Choice.

  • Problem in question 2: The quiz gets stuck if a student clicks on “Check” before choosing one of the images. Question 2 is an Image Choice.
  • No problem in question 1 if you click on “Check” before choosing. Question 1 is no Image Choice.

Can I fix this?

-SNT

 

 

Summary: 
Problem with Quiz: image choice gets stuck if "Check" before choosing image
Content types: 
otacke's picture

A fix for that problem is provided in https://github.com/h5p/h5p-multi-media-choice/pull/51.

When merged in, will fix the issue reported in HFP-3682. The behavior for getAnswerGiven will be the same as in MultiChoice or MarkTheWords or DragQuestion for questions where picking no answer option is the correct choice.

However, that behavior for getAnswerGiven will lead to seemingly weird behavior in Question Set for all of the subcontent types if no answer option is correct. In that case, the progress dots for questions within QuestionSet will be set on startup already without any user interaction necessary. It should be verified if that is in fact the intended behavior for QuestionSet and for the subcontent types.