I did a search through the forums and found that other people were having problems with the Aiken format. I believe my file is formatted correctly (UTF-8), all of the questions and answers are in their places, etc. We are using Moodle 1.9.3. Can somebody please tell me what could be the problem with this file?
I've had all sorts of problems with this recently - suggest you upload the file into the standard Moodle file area and then import the questions from it there into your question bank - that has sorted 99% of my staff's issues with this - most of which seem to be related to recent versions of Notepad and other 'simple' Windows based editors, obviuously many of us are not Linux folks and still stick with Microsoft
Regards
Neil
Hi Mike,
Just a guess. If you switched operating systems (from Windows via Mac to a Linux server) the problem might lie with the different ways those operation systems handle newline characters, see http://en.wikipedia.org/wiki/Newline#Common_problems.
hth
Frank
Just a guess. If you switched operating systems (from Windows via Mac to a Linux server) the problem might lie with the different ways those operation systems handle newline characters, see http://en.wikipedia.org/wiki/Newline#Common_problems.
hth
Frank
Moodle docs are usually spot on, hence answer is in caps: http://docs.moodle.org/en/Aiken_format.
What would be nice is if Moodle could export questions in Aiken format. Many k-12 departments require a hard copy final exam for distribution and records purposes. anyone have any thoughts on Moodle quiz export and human readability?
What would be nice is if Moodle could export questions in Aiken format. Many k-12 departments require a hard copy final exam for distribution and records purposes. anyone have any thoughts on Moodle quiz export and human readability?
It would be easy enough to do. I was actually working on a new version of Aiken anyway (the file is in a post in this forum somewhere) that tidied things up a bit and added general feedback.
I haven't added it to core as it is not quite backward compatible - it requires a blank line between questions and the current one doesn't.
Adding export would be reasonably trivial. However, it would only properly export multiple choice questions with a single correct answer, nothing else. Is that really much use?
A useful little project might be a bit of XSLT to format the XML export into something readable if it's just for a record.
I haven't added it to core as it is not quite backward compatible - it requires a blank line between questions and the current one doesn't.
Adding export would be reasonably trivial. However, it would only properly export multiple choice questions with a single correct answer, nothing else. Is that really much use?
A useful little project might be a bit of XSLT to format the XML export into something readable if it's just for a record.
Howard, Tim, et al.,
It looks like the Aiken import has since evolved in the current release. Would it be possible to incorporate what you've already done to the source and then get it committed?
It looks like there is even a stub for "Feedback" though it's not parsed.
I am trying to do exactly what you've already discussed and solved, so this would be very useful to me.
My alternative is to try and find an Aiken -> GIFT conversion so that the feedback could be imported via another route.
-Steve Peters
It looks like the Aiken import has since evolved in the current release. Would it be possible to incorporate what you've already done to the source and then get it committed?
It looks like there is even a stub for "Feedback" though it's not parsed.
I am trying to do exactly what you've already discussed and solved, so this would be very useful to me.
My alternative is to try and find an Aiken -> GIFT conversion so that the feedback could be imported via another route.
-Steve Peters