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.

CommentFileSizeAuthor
#9 screenshot.png83.79 KBserialbob

Comments

falcon’s picture

Project: Quiz » Quiz EI
Version: 6.x-4.0-rc9 » 6.x-4.0-alpha1
Component: Code - Import/Export » Code

Move this issue to the Quiz EI project. (Import/Export modules have been moved out of Quiz)

sundaya’s picture

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.

sivaji_ganesh_jojodae’s picture

I 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.

sundaya’s picture

Hi 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.

sundaya’s picture

Thanks very much. The csv import format module works for me. One only need to be good in using csv format.
Once again thanks.

sivaji_ganesh_jojodae’s picture

Status: Active » Fixed

Thanks sundaya, i will release it as a separate module later tomorrow.

P.S : You may remove your e-mail address from comment.

sivaji_ganesh_jojodae’s picture

I have released the code as a separate module here http://drupal.org/project/qq_import

serialbob’s picture

Hello,

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

serialbob’s picture

StatusFileSize
new83.79 KB

Re,

Bellow the screeshot

Regards.

sundaya’s picture

Hi 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

xxm’s picture

It's still the same situation... no CSV import format to select with import an other formarts show Fatal Error.
Any help?

clkeenan’s picture

I'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.

lionsharz’s picture

Same issue - not solved... any way at all of reliably exporting questions and importing them again?

mradamjohn’s picture

Similar experience here; copy of the quiz_ei/moodle directory and moodle_support.php file into quiz/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.