Deferred feedback with explanation

Question behaviour ::: qbehaviour_deferredfeedbackexplain
Maintained by TimTim Hunt
This question behaviour is just like deferred feedback, but with an additional input box where students can give a reason why they gave the answer they did.

Deferred feedback with explanation Version 1.0 for Moodle 2.6+

Moodle 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3
Released: Monday, 10 November 2014, 10:35 PM

Deferred feedback with explanation question behaviour

This Moodle question behaviour was created by Tim Hunt.

Introduction

This question behaviour is just like deferred feedback, 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

  1. 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.
  2. 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.

 How to install

This is a standard question behaviour, and so is installed in any of the usual ways.

You can install it from the Moodle plugins directory: https://moodle.org/plugins/view.php?plugin=qbehaviour_deferredfeedbackexplain

Alternatively, you can download the zip file from here: https://github.com/timhunt/moodle-qbehaviour_deferredfeedbackexplain/archive/master.zip Unzip that, rename the folder to deferredfeedbackexplain, and copy it to be question/behaviour/deferredfeedbackexplain in your Moodle instal.

Alternatively, you can install it using git. In the top of your Moodle instal type:

git clone git://github.com/timhunt/moodle-qbehaviour_deferredfeedbackexplain.git question/behaviour/deferredfeedbackexplain
echo '/question/behaviour/deferredfeedbackexplain/' >> .git/info/exclude

Once you have copied the files into place, visit Site administration -> Notifications in your Moodle site to allow plugin to instal itself.

Version information

Version build number
2014111000
Version release name
Version 1.0 for Moodle 2.6+
Can be updated from
Version 0.9 for Moodle 2.6+ (2014110200)
Maturity
Stable version
MD5 Sum
6d3e839150c9137acd50a4deaeffa16f
Supported software
Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v1.0

Default installation instructions for plugins of the type Question behaviour

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myqbehaviour") in the "question/behaviour" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation