Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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