-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.4
-
MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
The question mark help button next to the "Certainty" selector for the students doesn't show the important part of the help text.
While the help text says:
Certainty-based marking requires you to indicate how reliable you think your answer is. The available levels are:
Certainty level | C=1 (Unsure) | C=2 (Mid) | C=3 (Quite sure)
------------------- | ------------ | --------- | ----------------
Mark if correct | 1 | 2 | 3
Mark if wrong | 0 | -2 | -6
Probability correct | <67% | 67-80% | >80%
Best marks are gained by acknowledging uncertainty. For example, if you think there is more than a 1 in 3 chance of being wrong, you should enter C=1 and avoid the risk of a negative mark.
The student only sees:
Certainty-based marking requires you to indicate how reliable you think your answer is. The available levels are:
Best marks are gained by acknowledging uncertainty. For example, if you think there is more than a 1 in 3 chance of being wrong, you should enter C=1 and avoid the risk of a negative mark.
So for some reason the whole md formatted table disappears.
The string identifier is certainty_help | qbehaviour_deferredcbm
Steps to reproduce:
- create a quiz with a question
- set Question behaviour as "Deferred feedback with CBM"
- preview the quiz
- click on the question mark next to "Certainty" in the question.
- expected behaviour: see the entire help file
- result: table is missing from the help file