Skip to content

Support questions where answers are neither right nor wrong (choice interaction)#5

Open
otacke wants to merge 3 commits intoh5p:masterfrom
otacke:choice-with-no-right-or-wrong
Open

Support questions where answers are neither right nor wrong (choice interaction)#5
otacke wants to merge 3 commits intoh5p:masterfrom
otacke:choice-with-no-right-or-wrong

Conversation

@otacke
Copy link
Contributor

@otacke otacke commented May 6, 2019

The xAPI specification allows questions where answers are neither right nor wrong. In that case, the correct responses pattern is omitted, cmp. https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Data.md#correct-responses-pattern Currently, this is interpreted wrong.

With these changes, if the xAPI statement does not contain a correct responses pattern for an xAPI choice interaction, it will use a blue checkmark for indicating that the answer was given, relabel the "Answers" column to "Chosen" and suppress the "Correct Answers" column.

The behavior for xAPI choice interactions that provide a correct responses pattern is not changed, so existing content types such as the multiple choice quiz are not affected.

otacke added 3 commits May 6, 2019 16:28
The xAPI specification allows questions where answers are
neither right nor wrong. In that case, the correct responses
pattern is omitted, cmp. https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Data.md#correct-responses-pattern
Currently, this is interpreted wrong.

With these changes, if the xAPI statement does not contain a
correct responses pattern for an xAPI choice interaction, it
will use a blue checkmark for indicating that the answer was given,
relabel the "Answers" column to "Chosen" and suppress the "Correct
Answers" column.

The behavior for xAPI choice interactions that provide a correct
responses pattern is not changed, so existing content types such
as the multiple choice quiz are not affected.
@otacke otacke changed the title Support questions where answers are neither right nor wrong Support questions where answers are neither right nor wrong (choice interaction) Oct 9, 2019
@otacke
Copy link
Contributor Author

otacke commented Oct 21, 2019

I use https://h5p.org/node/625627 to argue that this pull request or adding this feature makes sense :-)

@thomasmars
Copy link
Member

Is this needed for any content types ?

@otacke
Copy link
Contributor Author

otacke commented Feb 11, 2020

@thomasmars Not yet, but it would make sense to support this in simple-multi-choice-set (in H5P.Questionnaire), I have been asked to add that in multiple choice and I also have a request for creating a form-like content type with no right/wrong answers as a choice type.

@thomasmars
Copy link
Member

Yes, I'll create an issue for supporting reporting for Questionnaire, it should be handled with that one.

@otacke
Copy link
Contributor Author

otacke commented Jan 16, 2024

@thomasmars Hei! Four years later, and I have the same issue: A content type that's a choice type but there's no right and wrong ... The workaround (setting the correct responses pattern to match the response, so everything is marked as correct at least) is not to pleasing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants