Moodle Plugins directory: Interactive with explanation | Moodle.org
Interactive with explanation
Interactive with explanation question behaviour
By Marcus Green. Contact Moodle Partner Titus Learning (http://www.tituslerning.com) for custom development and consultancy.
Introduction
This Moodle question behaviour is based heavily on Tim Hunts deferred feedback with explanation question behaviour. https://github.com/timhunt/moodle-qbehaviour_deferredfeedbackexplain It has a requirement that this local plugin is also installed, which allows customisation. https://github.com/marcusgreen/moodle-local_qbehaviour_interactiveexplain
This behaviour is like the interactive with multiple attempts behaviour, but with an additional text box where students can give a reason why they gave the answer they did. No attempt is made to automatically grade the explanation, nor is it required. However, it may be used in various ways, for example
- The teacher may want to manually edit the grades where the student gave a wrong answer, to give partial credit if the student used the right method or approach.
- The student might want to explain their thinking, so that later, when the results and feedback are revealed, they are reminded of what they were thinking at the time, and so can reflect more deeply.
Note: 3rd party question behaviours do not work with the mobile app and there is no API at the moment to allow for that.
How to install
From the command prompt change to yourmoodle/question/behaviour
type:
git clone https://github.com/marcusgreen/moodle-qbehaviour_interactiveexplain interactiveexplain
Documentation at https://docs.moodle.org/en/qbehaviour_interactiveexplain
Comments