A global feedback concerning the score of a user at the end or at the beginning of the corrected page could be added as a feature.
Imported from https://www.mediawiki.org/wiki/Extension_talk:Quiz#A_global_feedback
A global feedback concerning the score of a user at the end or at the beginning of the corrected page could be added as a feature.
Imported from https://www.mediawiki.org/wiki/Extension_talk:Quiz#A_global_feedback
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | None | T148969 Provide some love to the Quiz extension | |||
| Resolved | Harjotsingh | T160257 Proposal : Adding Custom features while upgrading and updating Quiz extension - Gsoc17 | |||
| Open | None | T166930 Global feedback according to score in Quiz |
@Mvolz
One approach might be to add some predefined messages can be added to i18n/en.json such as "Perfect Score", "All answers are incorrect" etc and these can be shown based on percentage.
I think this would be the wrong approach. i18n are for system messages.
Presumably people would want to write their own messages. I think this
would involve extending the Quiz format again.
@Mvolz
Community feedback would be needed to discuss if this feature is desired or not.
It can be added after <quiz> tag and before questions.
<quiz >
~~ Feedback message %20 // If score is below 20 percentage
~~ Feedback message %40 // If score is below 40 but above 20
~~ Feedback message %60 // If score is below 60 but above 40
~~ Feedback message %100 // If score is below 100 but above 60
{Question
|type="()"}
+ The correct answer.
- Distractor.
</quiz>The user can give messages and also decide the range defined after %.