Moodle Plugins directory: Adaptive mode (multi-part questions): Versions: 4.3.8 for Moodle 3.9+ | Moodle.org
Adaptive mode (multi-part questions)
Adaptive mode (multi-part questions) 4.3.8 for Moodle 3.9+
Adaptive question behaviour for multi-part questions.
This Moodle question behaviour was created by Tim Hunt of the Open University.
It is like the standard adaptive behaviour, but for questions that are considered to be made up of a number of separate parts. Each part of the question can register a try at different times (whenever its inputs are complete, valid and have changed since the last try). This question behaviour was created for use with STACK https://github.com/maths/moodle-qtype_stack/
To install, either download the zip file,
unzip it, and place it in the directory moodle\question\behaviour\dfcbmexplicitvaildate
.
(You will need to rename the directory moodle-qbehaviour_adaptivemultipart -> adaptivemultipart
.)
Alternatively, get the code using git by running the following command in the
top level folder of your Moodle install:
git clone git://github.com/maths/moodle-qbehaviour_adaptivemultipart.git question/behaviour/adaptivemultipart
For full install instructions, see the STACK install instructions.
Version information
- Version build number
- 2022092200
- Version release name
- 4.3.8 for Moodle 3.9+
- Maturity
- 穩定版
- MD5 Sum
- 40f108dc4e41f691af5fc804c2c9868d
- Supported software
- Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v4.3.8
Default installation instructions for plugins of the type Question behaviour
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myqbehaviour") in the "question/behaviour" subdirectory.
- Visit http://yoursite.com/admin to finish the installation