I copied the import module from the 6.x.4.0-alpha2 to the includes folder of my 6.x.3.0 install as per Sivaji's instructions on his blog:

http://groups.drupal.org/node/21401

It seemed to have installed correctly but I get an error message when I select Quiz Management->Import Quiz Questions

Can you please help?

Fatal error: Call to undefined function quiz_get_all_quiz_title() in /vol/www/everywun/sites/all/modules/contrib/quiz/includes/questions_import/questions_import.admin.inc on line 61

-Anil

Comments

sivaji_ganesh_jojodae’s picture

you need to copy the function quiz_get_all_quiz_title() in quiz.module:2745 from 6.x.4.0-alpha2 to 6.x.3.0.

falcon’s picture

Status: Active » Closed (fixed)