Add zero-scoring option for incorrect answers in multichoice question

Created on 15 June 2012, almost 13 years ago
Updated 6 August 2024, 8 months ago

Motivation: current options make scoring calculation impossible when questions have no 'wrong' answers

While building a health-related self-assessment tool, I found that the Quiz module's multichoice question type had no option available for scoring that suited the client's needs. Essentially, scoring selected incorrect options as -1, or scoring un-selected incorrect options as 1 makes the calculation impossible since there are no wrong answers. For example, consider a quiz with multiple questions similar to the following:

Have you ever been diagnosed with any of the following:

  • Condition X (2 points)
  • Condition Y (2 points)
  • Condition Z (2 points)
  • None of these

In this case, we want to provide results like:

  • If your score was zero, you're ok.
  • If your score was two, you should ask your physician about condition Q on your next visit.
  • If your score was four or higher, you should consult your physician about condition Q without delay

Assuming there were four such questions, and the user answered 'None of these' to two of them, that would negate one of the positive (2 point) answers and lower the score. The issue is that in these kinds of tools, (a) there are no 'wrong' answers, and (b) we don't really care if a user accidentally chooses 'None of these' and 'Condition Y'β€”we just care about the 'Condition Y' option.

Resolution:

Add a 'Zero-scoring' option to multichoice question. This is relatively simple and requires only small changes to multichoice.classes.inc and multichoice.module (it appears that it should require changes to multichoice.js too, but I can't see that this file is ever used).

This feature has been requested previously (for 6.x)

Patch agains 7.x-4.x forthcoming shortly.

Remaining tasks

Needs review by maintainer/community and approval by maintainer.

User interface changes

Adds one option to the configuration screen at admin/quiz/settings/questions_settings.

✨ Feature request
Status

Needs work

Version

5.0

Component

Code - Multichoice

Created by

πŸ‡«πŸ‡·France bedlam Lyon

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

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.

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

    Will keep open but if not worked on most likely will close.

  • Status changed to Closed: outdated 3 months ago
  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    Thank you for working on it.

    With D7 officially EOL going through and triaging the D7 queue of quiz. If still an issue with the latest 7.0.x branch (D10 + D11) please reopen

Production build 0.71.5 2024