Quiz Marking

Drupal quiz is awesome. While organising Event Prelims @ Sakshama GN 09 @ Engineering College Bikaner we faced an interesting problem : How to perform marks calculations for a quiz. We also needed a page in administer panel where it is possible to check out current rankings and marks.

So quiz_marking module is the answer that was provided. It adds an extra form field set to multi choice and true/false questions' node to add marks. It provides a 'quiz results' link in administer panel.

It's functionality is dependent on quiz 3 database. It checks all Quiz IDs, all result IDs within that quiz, all questions within that results, answers (skipped, right or wrong) within that question. It caches ones calculated result so no need to perform these heavy operations again and again. If you want to update your results it provides an update link.