Fatal error: Class 'qformat_aiken' not found in C:\xampp\htdocs\cbtuser\sites\all\modules\quiz_ei\questions_import\questions_import.admin.inc on line 312.
I just dont know why. Please help me out.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | screenshot.png | 83.79 KB | serialbob |
Comments
Comment #1
falcon commentedMove this issue to the Quiz EI project. (Import/Export modules have been moved out of Quiz)
Comment #2
sundaya commentedFatal error: Class 'qformat_aiken' not found in C:\xampp\htdocs\cbtuser\sites\all\modules\quiz_ei\questions_import\questions_import.admin.inc on line 312.
I just dont know why. Please help me out.
Comment #3
sivaji_ganesh_jojodae commentedI don't know about aiken format. I wrote a custom questions import module for one of our recent projects. It uses CSV import format (only plain text questions). I am planning to release it as separate project as an alternate for Quiz EI, the code is not stable yet. If you interested to give a try let me know your e-mail address i will share the code.
Comment #4
sundaya commentedHi sivaji.
I'll be very happy if you can give me the clue or guide on csv import format. my email is sundaya1st@yahoo.com.
I've tried many means of importing but failed.
I just dont know what to do.
Thanks. I'm anxiously awaiting your response.
Comment #5
sundaya commentedThanks very much. The csv import format module works for me. One only need to be good in using csv format.
Once again thanks.
Comment #6
sivaji_ganesh_jojodae commentedThanks sundaya, i will release it as a separate module later tomorrow.
P.S : You may remove your e-mail address from comment.
Comment #7
sivaji_ganesh_jojodae commentedI have released the code as a separate module here http://drupal.org/project/qq_import
Comment #8
serialbob commentedHello,
When i use this module, i don't see this screen, and its impossible to import CSV.
I can only import :
- Aiken (by Moodle)
- GIFT (by Moodle)
- Learnwise (by Moodle)
- WebCT (by Moodle)
- Moodle XML format (untested)
Have you a idea to solve my problem.
Tks
Comment #9
serialbob commentedRe,
Bellow the screeshot
Regards.
Comment #10
sundaya commentedHi serialbob, the solution is this: There will be two waya to import once you install qq_import module. Just go to this directory of your site /admin/quiz. There you will see 1. import and export 2. import Quiz questions. Just click on 2. import quiz questions. Now you should be able to import csv format.
Bye.
In case of any other Problem call +2347038413343. I'll answer your question.
Comment #12
xxm commentedIt's still the same situation... no CSV import format to select with import an other formarts show Fatal Error.
Any help?
Comment #13
clkeenan commentedI'm having the exact same problem as everyone else.
-Fatal error on all import types
-Missing CSV import mode
Has anyone figured out a fix to this? Unfortunately, I the QQ_Import mode doesn't solve my problems as I need to provide feedback for each answer and that module doesnt appear to be able to handle that.
Comment #14
lionsharz commentedSame issue - not solved... any way at all of reliably exporting questions and importing them again?
Comment #15
mradamjohn commentedSimilar experience here; copy of the
quiz_ei/moodledirectory andmoodle_support.phpfile intoquiz/includes/directory enabled export of Moodle XML format.However, on attempted import of Moodle XML format, the process failed once again. Simply a different point in the process now that the files have been moved.
The error was essentially
Failed opening required '/xmlize.php'However, after some searching we found that said file was referred to within Moodle documents in several places and readily available.
We created the file and made sure the appropriate configuration updates took place.
Only after these steps, were we able to import and export Moodle XML.