Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Quiz OMR.

Quiz OMR: Difference between revisions

From MoodleDocs
(New page: {{stub}} ==Introduction== * '''Quiz OMR(Optical Mark Reader)''' is an extension to Moodle's "Quiz" module. Quiz OMR provides online support for managing and evaluating objective-type asses...)
 
(No longer a stub, see page comments)
Line 1: Line 1:
{{stub}}
Quiz OMR (Optical Mark Reader) works with the Quiz activity and off line testing which uses an student marked sheet that is read by a dedicated scanner/software.  Quiz OMR is a contributed code module/patch.
==Introduction==
==Introduction==
* '''Quiz OMR(Optical Mark Reader)''' is an extension to Moodle's "Quiz" module. Quiz OMR provides online support for managing and evaluating objective-type assessments which are conducted offline using OMR sheets. This tool supports features provided by Moodle like question banking, automatic result evaluation, result analysis, result publication etc.  
* '''Quiz OMR (Optical Mark Reader)''' is an extension to Moodle's "Quiz" module. Quiz OMR provides online support for managing and evaluating objective-type assessments which are conducted offline using OMR sheets. This tool supports features provided by Moodle like question banking, automatic result evaluation, result analysis, result publication etc.  


* '''Target Users''' : All the institutions where objective type exams are conducted off-line using OMR sheets are the target users. For example
* '''Target Users''' : All the institutions where objective type exams are conducted off-line using OMR sheets are the target users. For example
Line 19: Line 20:
* Student Performance Analysis
* Student Performance Analysis
* Grade Book Management
* Grade Book Management


==Installation==
==Installation==
* For Moodle 1.9.7+ : Apply the patch [http://download.moodle.org/download.php/patches/quizomr.zip] to your Moodle installation.
* For Moodle 1.9.7+ : Apply the patch [http://download.moodle.org/download.php/patches/quizomr.zipfrom Modules and Plugs] to your Moodle installation.
* For Moodle version less than 1.9.7+  
* For Moodle version less than 1.9.7+  
** Apply the patch [http://download.moodle.org/download.php/patches/quizomr.zip] to your Moodle installation
** Apply the above patch [http://download.moodle.org/download.php/patches/quizomr.zip from Modules and Plugs] to your Moodle installation
** Edit "version.php" in "moodle/mod/quiz" by increasing the value of "$module->version" by one.
** Edit "version.php" in "moodle/mod/quiz" by increasing the value of "$module->version" by one.
** Click on "Notifications" in "Site Administration Block" .
* After installing the patch, click on "Notifications" in "Site Administration Block" .


==User and teacher Manual==
==User and teacher Manual==
You can refer to User and Teacher Manuals [http://tracker.moodle.org/secure/attachment/19684/manuals.zip] for detailed understanding of the features of OMR Quiz.
You can refer to User and Teacher Manuals [http://tracker.moodle.org/secure/attachment/19684/manuals.zip located in Tracker here] for detailed understanding of the features of OMR Quiz.


==Testing with dummy data ==
==Testing with dummy data ==
Once you are done with the installation, test with dummy data [http://tracker.moodle.org/secure/attachment/19734/dummy_data_to_test_omrquiz.zip]. Follow the instructions in the README file.
Once you are done with the installation, test with dummy data [http://tracker.moodle.org/secure/attachment/19734/dummy_data_to_test_omrquiz.zip located in Tracker here]. Follow the instructions in the README file.


==Publication==
==Publication==
'''Extending Moodle to Support Offline Assessments''' [http://tracker.moodle.org/secure/attachment/19740/OMR_Quiz.pdf] <br>
'''Extending Moodle to Support Offline Assessments''' [http://tracker.moodle.org/secure/attachment/19740/OMR_Quiz.pdf (a PDF file located in Tracker here)] <br>
Archana Rane, Akshay Kumar, Harmeet Saini, and M Sasikumar. <br>
Archana Rane, Akshay Kumar, Harmeet Saini, and M Sasikumar. <br>
page no 31-39, Proceedings of ELELTECH India November 2009, Hyderabad, India <br>
page no 31-39, Proceedings of ELELTECH India November 2009, Hyderabad, India <br>


==See also==
* Modules and plugins [http://moodle.org/mod/data/view.php?d=13&mode=single&page=89 Major Patch: Quiz OMR]
* Download from [http://download.moodle.org/download.php/patches/quizomr.zip download.moodle].
*Discussion [http://moodle.org/mod/forum/discuss.php?d=146511#p640227 forum here].


[[Category:Contributed_code]]
[[Category:Contributed_code]]

Revision as of 12:41, 29 November 2010

Quiz OMR (Optical Mark Reader) works with the Quiz activity and off line testing which uses an student marked sheet that is read by a dedicated scanner/software. Quiz OMR is a contributed code module/patch.

Introduction

  • Quiz OMR (Optical Mark Reader) is an extension to Moodle's "Quiz" module. Quiz OMR provides online support for managing and evaluating objective-type assessments which are conducted offline using OMR sheets. This tool supports features provided by Moodle like question banking, automatic result evaluation, result analysis, result publication etc.
  • Target Users : All the institutions where objective type exams are conducted off-line using OMR sheets are the target users. For example
    • Educational Institutions : For competitive and entrance examinations etc.
    • Corporate Institutions  : For recruitment tests and certification examinations etc.

Features

  • Variant Generation (automatic and manual) from master question paper
  • Printable version of variants available
  • Off-line Quiz attempt Data Analysis (i.e. attempt data obtained after scanning OMR sheets): to detect errors in the off-line attempt data.
  • Automatic Evaluation of off-line Quiz attempt data (i.e. attempt data obtained after scanning OMR sheets)
  • On-line View Of Off-line Attempts

Integrated with following features of Moodle

  • Question Bank
  • Question Paper Analysis
  • Student Performance Analysis
  • Grade Book Management


Installation

  • For Moodle 1.9.7+ : Apply the patch Modules and Plugs to your Moodle installation.
  • For Moodle version less than 1.9.7+
    • Apply the above patch from Modules and Plugs to your Moodle installation
    • Edit "version.php" in "moodle/mod/quiz" by increasing the value of "$module->version" by one.
  • After installing the patch, click on "Notifications" in "Site Administration Block" .

User and teacher Manual

You can refer to User and Teacher Manuals located in Tracker here for detailed understanding of the features of OMR Quiz.

Testing with dummy data

Once you are done with the installation, test with dummy data located in Tracker here. Follow the instructions in the README file.

Publication

Extending Moodle to Support Offline Assessments (a PDF file located in Tracker here)
Archana Rane, Akshay Kumar, Harmeet Saini, and M Sasikumar.
page no 31-39, Proceedings of ELELTECH India November 2009, Hyderabad, India


See also