Combined
Maintained by
Tim Hunt, Mahmoud Kassaei, Phil Butcher, Anupama Sarjoshi
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)
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Just wondering if there's an update on the 3.0 compatible version of the Combined question type?
We were planning to upgrade on Mon but a test upgrade shows that our quizzes with Combined questions will not work so we will need to delay it until a compatible version is available as we use it quite a lot. Hope it can be made available soon.
Thank you.
Thank you for reporting this problem.
I will post on the forum. Thank you Tim
Can you go to Admin -> Notifications to verify that everything is properly installed. Also check Admin -> Plugins -> Plugins overview.
Also, turn on DEVELOPER Debugging to see if that gives any helpful error messages.
We are working on methods for stringing together sequences of questions yet allowing those questions to be fetched from pools - so the first question is chosen randomly from one pool then the next is chosen from the second pool using some criterion linking it to the first, ditto for the third question etc. So you can then have a pool of molecules to draw and then follow with other questions for the same molecule. And you will be able to block q2 until the student has answered q1.
You can see that we have to get the form redesign right so that we don't scare folks off. We are not going to hit Moodle 2.7 but Tim Hunt and his team are working hard to get it into Moodle 2.8.
Any plan to integrate other question subtypes ? I'd really like to see the molecule drawing type in this type of application. For example, we ask students to solve a molecule from a set of spectra. They are required to draw the answer, but I'd like to get them to enter other data too that they have extracted from the spectra.
And / or it would be possible to allow for more than one embed code per question type. We could create a second code for the varnumeric question type that if included in the question text brings up a more complex form. So 'numeric' would bring up the simpler form and 'varnumeric' would allow for the use of variables as well.
The behaviour of each of the embed codes is controlled by plug-ins. I'm not sure if write now it would be possible to just write a new plug in to add a more complex varnumeric sub question type or whether some changes would be needed to the combined question type itself.
Allowing the creation of more complex sub questions is a much requested feature. Someone else asked if it was possible to allow for different grades for different answers for text sub questions. Again this might be solved by creating a new sub question type with a different type code used to embed the question.