I'm running the latest Quiz 4.0rc8 and Quiz_EI 4.0a1. I've tried several approaches and configurations, but have yet to import a single question. Can someone give me a sanity check?

I'm getting the following error for all formats while attempting to import the example files included in the quiz_ei module:

Fatal error: Class 'qformat_aiken' not found in /Applications/MAMP/htdocs/drupal6/sites/all/modules/quiz_ei/questions_import/questions_import.admin.inc on line 312

Also, there's no option for importing a CSV format at all.

Regardless of these issues, can someone suggest a working version set of modules so that I can have some success at importing multichoice questions? I'm only seeing a single version of quiz_ei. Is there a prior version of Quiz that will work with the current version of quiz_ei?

Comments

burt.lo’s picture

Title: Quiz Import doesn't seem to import at all » Updated info

Based on http://drupal.org/node/839086, I reverted to Quiz 4.0 beta3. With this version, I was able to process import files, but they were inaccurate. I used the following import data (from the import example in the quiz_ei module), which resulted in the multichoice question created below.

# import data
multichoice
Which LMS has the most quiz import formats?
A) Moodle
moodle sucks
B) ATutor
sorry no idea
C) Claroline
nil
D) Blackboard
good but evil
E) WebCT
no idea
F) Ilias
what is it ?
ANSWER: A

#result
A multichoice node with the following information...
Question: "what is it ?"
Title: "what is it ?"
Answer.Alternative 1: "Moodle" (marked as correct)
Answer.Alternative 2: "ATutor"
Answer.Alternative 3: "Claroline"
Answer.Alternative 4: "Blackboard"
Answer.Alternative 5: "WebCT"
Answer.Alternative 6: "Ilias"

(there were no values in Feedback fields)

zeezhao’s picture

In an old version of quiz 6.x-4.x-dev of 2010-05-11, the only way to get aiken to work was:

What is the correct answer to this question?
A. Is it this one?
B. Maybe this answer?
C. Possibly this one?
D. Must be this one!
ANSWER: D

GIFT format also worked in that version too. So I have remained on that version because of this.