Life, the Universe and the Quiz Module

Life, the Universe and the Quiz Module

by Ray Kingdon -
Number of replies: 3
Consider the following situations:

  1. A teacher wants to re-package a set of questions to be used in a timed exam;
  2. Another wants to use their bank of questions in a "Flash Card" program;
  3. A teacher sets a lesson, they want to re-cycle the questions it contains in the Quiz Module;
  4. A teacher wants to use a set of questions in both informal and formal settings.

A can of worms you might think? (Or a rat's nest if you're Martin wink ) All hinges on the Quiz Module, or does it?

The development of the set of Import filters for the Quiz Module has opened up new possibilities which may help in these situations and similar requirements in the future. These filters don't work directly with the Quiz Module tables (which to me look positively Bazantine wide eyes ) but a data structure called $question used in quiz/format.php, etc. And I think that offers us a solution. We can develop quiz-like modules (Lesson, Flash card quizzes, Questionnaires...) which use questions AND still talk the Quiz Module filters via this $question data structure. And provided the new modules use the Quiz Module filters it follows they can still "talk" to the Quiz Module.

For example, if the Lesson module uses the Quiz Module's GIFT filter, say, to export its lesson pages, those pages are now questions which can be imported into the Quiz Module. I'm not talking anything too hi-tech here, the export is to a text file, the import is from that text file. In the murky depths of the code the Export/Import process is not done via the table structures of the two modules but via the $question data structure. That has the massive(?) advantage of divorcing Quiz-like modules from the existing Quiz Module table structures (or am I being a bit hard). Anyway, the table structures for a Questionaire module, say, may be very different from the Quiz Module, the table structure for a Timed Exam module could be tuned to that application... But still being able to use the same filters is a really big plus.

Thus the scenario becomes one of a set of Quiz-like modules clustered around the Quiz module. They swop questions via the Quiz module filters (using good old text files) and each module can have their own custom table structures. (In all this type of development getting in the table structures right is the top priority.)

This might allow the current Quiz module to actually devolve rather than get more and more overcooked. It might become just become a Question Manager with other modules delivering questions to students in various clever ways. It's a happy thought and I bet it's in Martin's Roadmap smile

Average of ratings: -
In reply to Ray Kingdon

Re: Life, the Universe and the Quiz Module

by Paul Shew -
Ray,

I think you have some great ideas here. I completely agree with you that Questions are not necessarily related just to "Quizes." We need opinion surveys, flashcards, homework drills, informal practices quizes, formal tests as well as exams. These activities all revolve around QUESTIONS!

Sometimes I need to work on editing questions but do not need to change any quizes. I set up a fake quiz just so I can use it as a portal to the question editing interface. I keep thinking we need an interface that allows us to do this without tunneling through a quiz.

I think that separating question management (perhaps as a core feature, rather than a module) may be a good think to think about for Moodle 2.0.
In reply to Paul Shew

Re: Life, the Universe and the Quiz Module

by Tom Murdock -
I think Ray has a good idea, too.

While I am not a very good teacher at drills, I try to make certain questions rather urgent for the students. Usually these are overarching questions about what they are reading (content), or how we are doing it (process). I think questions are probably the most sacred element of a course (even above communication) and the ways that Moodle contains them and allows us access to them are critical.

My journals are always based on content or process questions, I expect most modules would benefit from being driven (or having access) to a block of flexible questions (with and without answers).

-Tom
In reply to Tom Murdock

Re: Life, the Universe and the Quiz Module

by Ger Tielemans -

So, reusable learning objects (RLOs) are possible at the end..

Maybe even broaden your scope:

A situation + task(question) + criteriaset (answer handling).

Of course all exportable as XML