Moodle Plugins directory: Combined: Versions: 1.1 for Moodle 2.5+ | Moodle.org

Combined
Question types ::: qtype_combined
Maintained by
Tim Hunt,
Phil Butcher,
Mahmoud Kassaei,
Anupama Sarjoshi
Part of set Open University.
A Moodle question type which allows questions to be built up from parts that are other simpler question types (requires you to have these question types installed)
Combined 1.1 for Moodle 2.5+
Moodle 2.6, 2.7
Released: வியாழன், 9 ஜனவரி 2014, 12:00 AM
Combined question type
----------------------
A combined question type which allows the embedding of the response fields for
various available sub questions in the question text.
So the student can enter a numeric or short text answer or choose an answer or
answer(s) from using a select box, check boxes or radio boxes.
This question type was written by Jamie Pratt (http://jamiep.org/) for the
Open University (http://www.open.ac.uk/).
This question type is compatible with Moodle 2.5+.
###Requirements
You will need to install at least one question type that can be used as a sub question, you can use any of the latest versions of
these question types as sub questions:
* [pmatch](https://github.com/moodleou/moodle-qtype_pmatch/)
* [gapselect](https://github.com/moodleou/moodle-qtype_gapselect/)
* [oumultiresponse](https://github.com/moodleou/moodle-qtype_oumultiresponse/)
* [varnumeric](https://github.com/moodleou/moodle-qtype_varnumeric/)
####Making other question types combinable
You can make other question types work with this combined question type by adding the directory combinable/ to your question
type. See examples of the files which are required in the combinable directory in the question types above. Or for a built in
question type or where you don't want to change the code in the other question type plug ins directory you can put the required
files in question/type/combined/combinable/{questiontypename}/
See question/type/combined/combinable/README.md for more information.
###Installation
####Installation Using Git
To install using git type these commands in the root of your Moodle install:
git clone git://github.com/moodleou/moodle-qtype_combined.git question/type/combined
echo '/question/type/combined/' >> .git/info/exclude
####Installation From Downloaded zip file
Alternatively, download the zip from
https://github.com/moodleou/moodle-qtype_combined/zipball/master
unzip it into the question/type folder, and then rename the new folder to combined.
----------------------
A combined question type which allows the embedding of the response fields for
various available sub questions in the question text.
So the student can enter a numeric or short text answer or choose an answer or
answer(s) from using a select box, check boxes or radio boxes.
This question type was written by Jamie Pratt (http://jamiep.org/) for the
Open University (http://www.open.ac.uk/).
This question type is compatible with Moodle 2.5+.
###Requirements
You will need to install at least one question type that can be used as a sub question, you can use any of the latest versions of
these question types as sub questions:
* [pmatch](https://github.com/moodleou/moodle-qtype_pmatch/)
* [gapselect](https://github.com/moodleou/moodle-qtype_gapselect/)
* [oumultiresponse](https://github.com/moodleou/moodle-qtype_oumultiresponse/)
* [varnumeric](https://github.com/moodleou/moodle-qtype_varnumeric/)
####Making other question types combinable
You can make other question types work with this combined question type by adding the directory combinable/ to your question
type. See examples of the files which are required in the combinable directory in the question types above. Or for a built in
question type or where you don't want to change the code in the other question type plug ins directory you can put the required
files in question/type/combined/combinable/{questiontypename}/
See question/type/combined/combinable/README.md for more information.
###Installation
####Installation Using Git
To install using git type these commands in the root of your Moodle install:
git clone git://github.com/moodleou/moodle-qtype_combined.git question/type/combined
echo '/question/type/combined/' >> .git/info/exclude
####Installation From Downloaded zip file
Alternatively, download the zip from
https://github.com/moodleou/moodle-qtype_combined/zipball/master
unzip it into the question/type folder, and then rename the new folder to combined.
Version information
- Version build number
- 2014010800
- Version release name
- 1.1 for Moodle 2.5+
- Can be updated from
- 1.0 for Moodle 2.5+ (2013070100)
- Can be updated to
- 1.2 for Moodle 2.6+ (2014111200)
- Maturity
- Stable version
- MD5 Sum
- 6f870b0076630905be29cb56c7047f71
- Supported software
- Moodle 2.6, Moodle 2.7
- The more recent release 1.3 for Moodle 2.6+ (2015051000) exists for Moodle 2.6
- The more recent release 1.3 for Moodle 2.6+ (2015051000) exists for Moodle 2.7
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
- VCS tag
- v1.1
Default installation instructions for plugins of the type Question types
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
- Visit http://yoursite.com/admin to finish the installation