Difference between revisions of "Moodle Question Type"

From WeBWorK_wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
[[Image:WWMQTpic3.png|right|thumb|300px|The WeBWorK question preview pane in Moodle.]]
 
[[Image:WWMQTpic1.png|right|thumb|300px|The question bank panel in Moodle with the WeBWorK question type.]]
 
[[Image:WWMQTpic1.png|right|thumb|300px|The question bank panel in Moodle with the WeBWorK question type.]]
  +
[[Image:WWMQTpic2.png|right|thumb|300px|The WeBWorK question editing section in Moodle.]]
  +
   
 
This application is a question type within Moodle. It allows WeBWorK questions to be used in various modules in Moodle. Most notably you can assign WeBWorK questions within a Moodle quiz. This allows a teacher to assign timed quizzes for homework, weekly problem sets, and/or practice exercises. From the perspective of a user who is new to WeBWorK or already comfortable with Moodle this is the recommended application for integration with WeBWorK.
 
This application is a question type within Moodle. It allows WeBWorK questions to be used in various modules in Moodle. Most notably you can assign WeBWorK questions within a Moodle quiz. This allows a teacher to assign timed quizzes for homework, weekly problem sets, and/or practice exercises. From the perspective of a user who is new to WeBWorK or already comfortable with Moodle this is the recommended application for integration with WeBWorK.
Line 8: Line 11:
 
* Supports a very large majority of preexisting WeBWorK questions.
 
* Supports a very large majority of preexisting WeBWorK questions.
 
* Ability to mimic a WeBWorK problem set by setting Moodle Quiz options correctly.
 
* Ability to mimic a WeBWorK problem set by setting Moodle Quiz options correctly.
  +
* ''Email Instructor'' functionality.
 
* WeBWorK system installation is not needed.
 
* WeBWorK system installation is not needed.
 
* Debugger for the creation of WeBWorK questions.
 
* Debugger for the creation of WeBWorK questions.
Line 18: Line 22:
   
 
* Printing quizzes like a PDF.
 
* Printing quizzes like a PDF.
* Complex question's with external files.
+
* Questions with external files (e.g. static images, datasets).
 
==Installation==
 
 
''More detailed procedure: [[Moodle Question Type Installation]].''
 
 
==Usage==
 
 
This section will go over basic use of the question type. Some knowledge of how Moodle works is presumed. If you have never used Moodle before the following resources are helpful.
 
 
* [http://docs.moodle.org/en/Main_Page Moodle Documentation]
 
* [http://docs.moodle.org/en/Using_Moodle_book Moodle Book]
 
 
In particular the WeBWorK Question Type uses the Quiz Module. If you aren't familiar with this module a good resource is chapter 5 of the Moodle Book. At first things can be a bit overwhelming, but I find the best way to learn is to just install the software and explore!
 
 
===Loading a WeBWorK Question===
 
 
This procedure explains how to load a WeBWorK question into your Moodle question bank.
 
 
# Click on the 'Questions' link under 'Administration' on the main course page.
 
# Click on the 'Create New Question' drop down and navigate to 'WeBWorK'. The editing page will now load.
 
# Enter a name for your new question in 'Question name' field.
 
# Paste in the PG code for the question into the 'Code' text area.
 
# Submit.
 
 
Assuming all goes well you will be back on the page for the question bank. If there were errors you will be taken back to the edit question page. Moodle will box the field in red that is causing problems. PG code errors and warnings are displayed above the 'Code' text area.
 
 
===Importing WeBWorK Questions===
 
 
With SVN revision 18, importer support was added. For information on how to import multiple questions into the Moodle question bank go to: WeBWorKMoodleQuestionTypeImporter
 
 
===Importing WeBWorK Set Files===
 
 
With SVN revision 20, support for importing 'def' files was added. For more information on importing set files go to: WeBWorKMoodleQuestionTypeImporter
 
 
===Previewing a WeBWorK Question===
 
 
You can preview a WeBWorK Question by clicking the magnifying glass icon next to the question name. A small window will open with the rendered question. Here you can test if the question is mathematically correct. If you click the 'Start Again' button or reopen the preview window a different seed with different numbers will be rendered.
 
 
===Using a WeBWorK Question in a Quiz===
 
 
A WeBWorK question inside a Moodle quiz. You utilize WeBWorK questions in quizzes in the same way as you add any other question type into a quiz. There are a few points to be aware of.
 
 
* Do not delete questions that are in Moodle quizzes.
 
* If you need to modify a question that is being used by a Moodle quiz do not reduce the 'trials' value.
 
 
===Making a Moodle Quiz act like a WeBWorK Problem Set===
 
 
The Moodle Quiz module has many more features than WeBWorK. By switching some options we can make the Quiz deliver the exact same user experience as a default WeBWorK problem set. The default WeBWorK problem set is defined by the following features:
 
 
* No penalties for wrong answers.
 
* Students can attempt problems unlimited times.
 
* Problems always carry the same seeds.
 
* Sets have open and closing dates.
 
 
To make a Quiz act like a problem set flip the following options in the Quiz settings page.
 
   
* Enable the 'Open Quiz' and 'Close Quiz' fields.
 
  +
==More Information==
* The 'Open Quiz' date is equivalent to the set open date in WeBWorK.
 
* The 'Close Quiz' date is equivalent to the set due date in WeBWorK.
 
* Setting 'Questions per Page' to 1 will simulate WeBWorK's policy of having only one question per page.
 
* Change 'Each Attempt Builds on the last' to Yes.
 
   
After you switch these fields to the above values the Moodle quiz will act like a WeBWorK problem set. The one difference is that students must click the 'submit all and finish' button when they are done with the quiz. They can still modify their answers afterwards since answers will persist between attempts. Still, the last action a student should take is to submit the quiz.
 
  +
* [[Moodle Question Type Installation]] -- Step by step instructions on installation.
  +
* [[Moodle Question Type Usage]] -- A primer on using the question type within Moodle.
  +
** [[Simulating WeBWorK Assignments with Moodle Quizzes]] -- How to get Moodle to be like WeBWorK.
  +
* [[Moodle Question Type FAQ]] -- Frequently asked questions relating to the Moodle Question Type.
   
 
==Credit==
 
==Credit==
Line 32: Line 35:
 
Designed by Matthew Leventi at the University of Rochester. Kudos to Mike Gage, Arnold Pizer, University of Rochester ITS, Jean-Marc Roy, Andrew Sveikauskas, Andrew Ziobro, Spyro Roubos, Matthew Conomos and others.
 
Designed by Matthew Leventi at the University of Rochester. Kudos to Mike Gage, Arnold Pizer, University of Rochester ITS, Jean-Marc Roy, Andrew Sveikauskas, Andrew Ziobro, Spyro Roubos, Matthew Conomos and others.
   
[[Category:Moodle_Question_Type]]
+
[[Category:Moodle_Integration]]

Latest revision as of 09:53, 19 October 2012

The WeBWorK question preview pane in Moodle.
The question bank panel in Moodle with the WeBWorK question type.
The WeBWorK question editing section in Moodle.


This application is a question type within Moodle. It allows WeBWorK questions to be used in various modules in Moodle. Most notably you can assign WeBWorK questions within a Moodle quiz. This allows a teacher to assign timed quizzes for homework, weekly problem sets, and/or practice exercises. From the perspective of a user who is new to WeBWorK or already comfortable with Moodle this is the recommended application for integration with WeBWorK.

Features

  • Ability to ask WeBWorK questions in Moodle Quizzes.
  • Supports a very large majority of preexisting WeBWorK questions.
  • Ability to mimic a WeBWorK problem set by setting Moodle Quiz options correctly.
  • Email Instructor functionality.
  • WeBWorK system installation is not needed.
  • Debugger for the creation of WeBWorK questions.
  • Simple to install and configure.
  • Designed in a distributed fashion to allow for load balancing on large sites.

Differences with WeBWorK 2

Implementing WeBWorK as a question type in Moodle allows the use of the Moodle quiz features. Yet Moodle has its own limitations in comparison to the base WeBWorK system. Due to the constrained amount of flexibility in what Moodle allows a question type to do, the following features from the original WeBWorK system are absent.

  • Printing quizzes like a PDF.
  • Questions with external files (e.g. static images, datasets).

More Information

Credit

Designed by Matthew Leventi at the University of Rochester. Kudos to Mike Gage, Arnold Pizer, University of Rochester ITS, Jean-Marc Roy, Andrew Sveikauskas, Andrew Ziobro, Spyro Roubos, Matthew Conomos and others.