GIFT import error: First question includes comments and question name

GIFT import error: First question includes comments and question name

by Tor Michal Kinn -
Number of replies: 0
Hi

I've made a simple parser that converts It's Learning QTI xml files to GIFT format.

The problem is that the first question in the GIFt text file is treated incorrectly by the import function.

// Single Choice Question
::Er du sulten?::
[html]Er du sulten? {
TRUE #Riktig
}

This will come out like this:
// Single Choice Question::Er du sulten?::[html]Er du sulten?

If this was the second question, it would come out like this:
Er du sulten?

Any idea?
Average of ratings: -