Bug #2539
Exercises: Allow showing the score without the answers
Description
BT#1835
Will require small database change to add the option in the quiz table
Associated revisions
Cleaning exercises + adding third option in the \"show score to learner\" exercise setting see #2539
Improved language variables to be more explicit - closes #2539
History
Updated by Julio Montoya almost 10 years ago
- Status changed from New to Needs more info
- Assignee set to Yannick Warnier
- % Done changed from 0 to 10
We can add a third option:
Show score to learner:
Yes
No
Only show score
Updated by Yannick Warnier almost 10 years ago
- Status changed from Needs more info to Assigned
- Assignee changed from Yannick Warnier to Julio Montoya
- Target version changed from 1.8.8 alpha to 1.8.8 beta
Yes, excellent idea. This makes the change not really necessary for alpha.
Updated by Julio Montoya almost 10 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Yannick Warnier
- % Done changed from 10 to 60
Updated by Yannick Warnier almost 10 years ago
- Target version changed from 1.8.8 beta to 1.8.8 stable
I've seen it and it seems to work, but it requires more testing and a change (at least in French) of labels. It isn't clear the way it is.
Updated by Yannick Warnier over 9 years ago
- Target version changed from 1.8.8 stable to 1.8.8.4
OK, I've prepared this the wrong way: in order to improve the presentation, I should add several new terms to the language file. This should be done right after 1.8.8. Marking for 1.8.8.1.
The idea is to have:
Show score to students: x montrer le score et la réponse attendue
x ne rien montrer
x montrer seulement le score
This could be done (if found) inside the main/exercice/exercise.class.php script (look for OnlyShowScor)
Updated by Yannick Warnier over 9 years ago
- Status changed from Needs more info to Needs testing
- % Done changed from 60 to 90
Applied in changeset r14840.
Updated by Yannick Warnier over 9 years ago
- Status changed from Needs testing to Feature implemented
- % Done changed from 90 to 100
Now satisfactorily finished
Fixing a lot of BackToExercise List links + adding a third option to the show result exercise setting (not yet functional) see #2539