MDL-79875 qtype_ordering: Template to output grade detail
commitde5fc46b41c63da01809937d1b9733e21511fd01
authorIlya Tregubov <ilya@moodle.com>
Tue, 7 Nov 2023 07:34:31 +0000 (7 15:34 +0800)
committerMathew May <mathewm@hotmail.co.nz>
Thu, 4 Apr 2024 08:00:51 +0000 (4 16:00 +0800)
tree18e82d97a07a9f7964034539d88f8000b0f07a0f
parent31fc5161c9ef8e49ff0e24e86407515f323c0772
MDL-79875 qtype_ordering: Template to output grade detail

Part of: MDL-79863
Creates an exporter class and a template to output the grade
detail to a given question attempt.
question/type/ordering/classes/output/specific_grade_detail_feedback.php [new file with mode: 0644]
question/type/ordering/question.php
question/type/ordering/renderer.php
question/type/ordering/templates/specific_grade_detail_feedback.mustache [new file with mode: 0644]
question/type/ordering/tests/output/specific_grade_detail_feedback_test.php [new file with mode: 0644]