Combined

Question types ::: qtype_combined
Maintained by TimTim Hunt, Phil Butcher, at the OU (Perry building)Mahmoud Kassaei
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.2 for Moodle 2.6+

Moodle 2.6, 2.7, 2.8
Released: Thursday, 13 November 2014, 1:42 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:

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
2014111200
Version release name
1.2 for Moodle 2.6+
Can be updated from
1.0 for Moodle 2.5+ (2013070100), 1.1 for Moodle 2.5+ (2014010800)
Maturity
Stable version
MD5 Sum
eb4a971c68cd5070adde145dcb8e03ec
Supported software
Moodle 2.6, Moodle 2.7, Moodle 2.8

Version control information

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

Default installation instructions for plugins of the type Question types

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