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

We need more settings to express when scores should be shown #1042

Open
christianp opened this issue Sep 26, 2023 · 2 comments
Open

We need more settings to express when scores should be shown #1042

christianp opened this issue Sep 26, 2023 · 2 comments

Comments

@christianp
Copy link
Member

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.

@christianp
Copy link
Member Author

see numbas/editor#795

christianp added a commit that referenced this issue Sep 26, 2023
…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.
@christianp
Copy link
Member Author

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.

christianp added a commit that referenced this issue Nov 17, 2023
This at least makes the table not look broken.

But I think the scores should be shown in some cases, but they're
currently not. See #1042
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant