My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Drupal quiz is awesome. While organising Event Prelims @ Sakshama GN 09 @ Engineering College Bikaner I confronted an interesting problem : How to perform marks calculations for a quiz. I 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 I 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.

UPDATE It has been moved to github. Check github for more polished and update version : https://github.com/pkuhad/quiz-marking Cheers.

Powered by Google Project Hosting