But what I desperately need is a way to reverse the process.
I need to be able to export questions from a particular quiz to either plain text or Word format. Does anything like that exist?
You can also export questions from a Category. GIFT and Moodle XML formats are both supported. Click the Edit tab, then the Export tab. See screenshot.

Yes, I am aware that I can only export from a category. I've been putting all my questions for a given quiz in a separate category to help me keep things organized so I would be exporting the questions from there.
But what I am looking for is a tool that would allow me to get the questions in plain text form (or ideally MSWord). While it would be great if I could get that as I am exporting, but a more likely approach is to export to one of the forms that you mentioned, and then convert the file after I export.
I can use Moodle for quizzes, but I'm also required to have a paper copy.
You may have a tool that will convert GIFT (say) to a more human-readable format. Otherwise, if your purpose in exporting is to get a paper copy, I would say that exporting is the wrong approach. The best you can do for now is File -> Print from your browser.
In other words, I'm looking for something that can strip out all of the XML (or whatever) and just leave the questions (and in the case of MC, the foils).
In other words, I want something that will essentially do the OPPOSITE of what the Word Template does.
For what I am doing, that might work. I mostly use MC, TF, short answer and essay. I haven't used the CLOZE type, and I could easily avoid matching questions.
Since I put all of the questions from a given quiz together in a category, it might work. It is certainly worth a try!
Thanks!
Exporting a category to XHTML format does indeed provide an interesting version which can be printed from one's browser. However it does not give a satisfying view of the following question types: matching, multianswer. And of course it does not work for a quiz made up of questions coming from different categories. What is really needed is a facility for outputting a quiz to printed version, perhaps with 2 options: with and without correct answers. It should not be too difficult to do this, perhaps adding a tab to the Quiz view tab (in teacher mode). Any takers?
Joseph

Before I posted, I checked the tracker. I know people have asked for printable quizzes (quizzes, actually, not categories) for as long as I can remember, but I could not find a tracker issue! Your facility for printing quizzes with and without an answer key would be extremely popular. It is a feature in several other online testing systems that I have used, and Moodle should have it.
I did some more research in the tracker. I found three related issues:
- MDL-10270 "It would be very nice to have the possibility to print out e.g. multiple choice tests for use in a class room." This issue is marked as a duplicate of MDL-6036
- MDL-6036 "Student request for a print view." This is actually a request to see the questions and answers, not just the questions. This issue points to MDL-348
- MDL-348 "Printer-friendly (more compact) layout option for quiz."
It would actually not be difficult at all to write an export plugin that provided a simple text output. I guess what to do with the answers depends on what you want to do with it.
Yes, but what is needed is an export plugin to export questions from a quiz, not from a category. Do you agree?
>I guess what to do with the answers depends on what you want to do with it.I expect what is wanted is what is usually available in other quiz software that I know of: an option for exporting/printing a quiz without the answers and another option for exporting/printing with the correct answers inserted.
At the moment the XHTML export (for a category of questions) is almost OK, except for the matching questions. And of course the cloze/multianswer question type is a bit more tricky to do.
Joseph
Because the question bank is not meant to know about the inner workings of other modules, we would need to add some extra functions to mdl/quiz/lib.php, something like
quiz_extra_export_options() - take the export form, and add some more controls to it
quiz_process_export_option() - called when the form is submitted, to return a list of questionids, or something.
(and similarly for any other modules that want to support this), and then if the export form is being shown within a module context, we would need to see if these functions exist, and if so, use them.
There are probably some details that make this slightly tricky, but it should be possible.
Thanks
Please Help me.
I Used Quiz in moodle 1.8.3 As question bank and examination question but I need to print examination questions in egress for precheck when donation compete but I am nonprintable.
THANKS!
Barbara
MS Word template for making Moodle questionnaires in GIFT format
http://www.soberit.hut.fi/sprg/resources/moodle/GiftConverter.html"Export", the export utility gives me a warning that there are no questions to export. Any idea what is happening? The quiz is built and I can access it and the questions are there... Any help is appreciated.
This forum post has been removed
No, I'm trying to export from a category with questions in it. Additionally,the category has been used prior to this to build quizes, so I know it's working.
Not being a code developer, may I inject a request for anyone who is a coder? Build something that allows one to export a QUIZ that is already built into a TEXT format.
MOODLE is a great tool, but we have already experienced issues with students at a distance not being able to reliably access the tests due to their locale and sketchy Internet service. In two instances, their connection was lost in the middle of a quiz on MOODLE. We have to have a "Low tech" solution, one of which is to maintain a bank of "paper" quizes in MS Word that mirrors what is available in MOODLE. In those cases, I must e-mail them the quiz so they can take it and e-mail it back to me.