You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, there are settings about when to reveal answers - immediately on completion, when entering in review mode, or never.
There should be a similar setting for showing all scores. There's only one "revealed" flag for the exam, which covers both expected answers and scores. You might want to show scores but not expected answers after the exam is finished.
The text was updated successfully, but these errors were encountered:
…ected answers haven't been revealed."
This reverts commit a35a855.
see #1042.
The reverted commit tried to make it so that scores could be shown
immediately after finishing the exam, but not expected answers.
However, this has made it impossible to *not* show scores immediately,
only once re-entering in review mode.
Until there are enough settings to express this, the safest thing is to
go with the old behaviour, where less information was revealed to
students.
Another awkward thing that we noticed today: when you have "reveal answers to all questions" set to never, the results page doesn't show individual question scores, even though they're visible when you review the question. They should be hidden only when "show scores in review mode" is off.
There should be a way to say that scores shouldn't be shown immediately after finishing the exam, but are shown when you re-enter in review mode.
At the moment, there are settings about when to reveal answers - immediately on completion, when entering in review mode, or never.
There should be a similar setting for showing all scores. There's only one "revealed" flag for the exam, which covers both expected answers and scores. You might want to show scores but not expected answers after the exam is finished.
The text was updated successfully, but these errors were encountered: