Interactive with explanation

Question behaviour ::: qbehaviour_interactiveexplain
Maintained by Marcus Green
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.

Interactive with explanation 0.8

Moodle 3.6, 3.7, 3.8
Released: Saturday, 11 April 2020, 3:52 AM

Interactive with explanation question behaviour Build Status

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

  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.

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/38/en/qbehaviour_interactiveexplain

Version information

Version build number
2020040301
Version release name
0.8
Maturity
Stable version
MD5 Sum
5e4f254a501c17e809bb97ce1dde70e0
Supported software
Moodle 3.6, Moodle 3.7, Moodle 3.8

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
qbie_0.8

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