KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Facilitate commenting on questions #44

Closed skrede closed 5 years ago

skrede commented 6 years ago

Enable the controls by setting display option 'manualcomment' to VISIBLE in capquiz/classes/output/question_attempt_renderer.php

hgeorgsch commented 6 years ago

What we want from this is issue is to allow the students to give feedback on the question they are about to or just have answered. This is particularly important in the case of bugs, whether there are bugs in the plugin or in the solution. This has proved important in MathGen, where we experienced some problems and it was very difficult to identify the question the student saw.

sebastsg commented 5 years ago

I think "manualcomment" is for instructors, as far as I could tell. A new text field in capquiz_attempt "feedback" was added. Updated it in privacy provider, to export it as well. If the student leaves a comment while answering a question, that comment will be visible upon reviewing it on the next page, and the student can edit the comment or delete it entirely.

sebastsg commented 5 years ago

Added the comments list to question list.