Why is GIFT the default import/export format

Why is GIFT the default import/export format

Tim Hunt發表於
Number of replies: 22
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
Since Moodle XML is the most reliable format. Why don't we make that the default?
評比平均分數: -
In reply to Tim Hunt

Re: Why is GIFT the default import/export format

John Isner發表於
Because the use case for GIFT import is much more common than the one for Moodle XML. Isn't that how defaults are chosen?

In reply to John Isner

Re: Why is GIFT the default import/export format

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片
Have never used GIFT format in my moodler's lifetime and don't think I ever will, but I know John is a great fan of GIFT.wink
In reply to Joseph Rézeau

Re: Why is GIFT the default import/export format

John Isner發表於
Joseph,
Actually I'm not a fan of GIFT, but it's the only format I can reasonably create by hand that supports most of the question types (now including Essay and Description, thanks to Howard Miller).

GIFT is a problem for math becauseof the conflict between LaTeX markup and GIFT delimiters. You have to escape the =, ~, {, and } in your LaTeX markup. I would like another format (ideally close to GIFT), also designed for human consumption (i.e., not XML-ish), that is LaTeX-friendly. I have done some prototyping with lex and yacc (oops, flex and bison -- I'm showing my age), but I don't have a good solution.
In reply to John Isner

Re: Why is GIFT the default import/export format

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
The reason I asked the question is that I just had to break it to a member of staff here, that she had done the wrong thing when she used GIFT format to move a lot of questions from one place to another, and that was the reason that all the feedback has disappeared, and that she would have to redo the move. (It was a lot of separate categories.)

But I did feel a bit bad about this, because it defaults to GIFT format, and unless it has been explained to you, it is not at all clear that you should switch to Moodle XML, so it is an easy mistake to make - and that is bad user interface design.
In reply to Tim Hunt

Re: Why is GIFT the default import/export format

John Isner發表於
But once again: what is the use case for Moodle XML? The predominant use case should dictate the default. Is import mainly for "moving questions" (what your staff member was doing), or for bringing new questions into Moodle? As I recall, Tim Takemoto estimates 95% of uses are the latter.
In reply to John Isner

Re: Why is GIFT the default import/export format

Ray Lawrence發表於
In my view it's simple, the best supported and most future proof is a useful choice for the default. It's impossible to please all people all the time. If this is suddenly a major issue simply change the drop down to one like one used for "Create new question".
In reply to Ray Lawrence

Re: Why is GIFT the default import/export format

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片
Good idea, Ray, something like attached?
Joseph
附件 image00.jpg
In reply to Joseph Rézeau

Re: Why is GIFT the default import/export format

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
Actually, it is a fairly small form, so there is plenty of space available, we coudl make it a set of radio buttons, so all the options are available at a glance.
In reply to Tim Hunt

Re: Why is GIFT the default import/export format

Jeff Forssell發表於
No matter what way of choosing the format is chosen, it seems to me that it is important to have an imposing warning, like, if one has chosen GIFT, esp. when exporting:

GIFT format is not the best format for moving question from Moodle to Moodle. Many Moodle quiz features can be lost. For moving within Moodle it is best to use Moodle XML format.
In reply to Jeff Forssell

Re: Why is GIFT the default import/export format

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
There is a warning for all formats that you may loose some information. However, I do take your point. If you want to raise a new-feature bug report (easy to forget things at my age) I'll add a suitable comment.

I'm not a big fan of more "do you really want to do that" messages when they are not absolutely required, though.
In reply to Howard Miller

Re: Why is GIFT the default import/export format

Jeff Forssell發表於
We don't have to force them to confirm that they've read the warning. I too am a bit tired of the "don't run with scissors" warnings that surround us in the modern (I'll sue you) world.
In reply to Jeff Forssell

Re: Why is GIFT the default import/export format

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片
Hey Jeff,
I'm with you on this one. Fed up with those silly warnings.
WARNING
Now you've been warned.
Joseph
In reply to John Isner

Re: Why is GIFT the default import/export format

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
Perhaps we can have a think about it and fix the latex problem in GIFT.

The $$ markers are not a GIFT construct so I don't think it would be too hard to spot them and simply "pass through" everything in between.

I'll take a look.
In reply to Howard Miller

Re: Why is GIFT the default import/export format

John Isner發表於
Thanks Howard. That would make a lot of people happy. Don't forget the Algebra delimiters @@@...@@@ smile
In reply to Tim Hunt

Re: Why is GIFT the default import/export format

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
It was never a decision as such. Remember that GIFT predates XML by a number of versions. Writing the XML format was one of the very few usefull things I have ever done 吐舌頭

Another problem is that the GIFT format will import almost anything - so it can give the impression of working even though you get a load of junk.

I agree that we should just change it to the XML format. Forgetting to change it will at least mean a load of error messages which might make you think about it!

EDIT:

OR... like has been mentioned, force everybody to choose.
In reply to Howard Miller

Re: Why is GIFT the default import/export format

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片
Howard > OR... like has been mentioned, force everybody to choose.

or ... force allow everybody to choose.wink

In reply to Joseph Rézeau

Re: Why is GIFT the default import/export format

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
No - FORCE 鬼臉
In reply to Howard Miller

Re: Why is GIFT the default import/export format

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片
Hmm, you can't force people to be free, or can you?
In reply to Joseph Rézeau

Re: Why is GIFT the default import/export format

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
That's much too philosophical for this time of the day 微笑

Seriously though - the trouble with defaults is that they are only any use if they are going to suit *most* people. Other than that it is best to (careful choice of word) "require" poeple to make a decision.

On reflection, I think the import/export format situation falls into the latter group.
In reply to Howard Miller

Re: Why is GIFT the default import/export format

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
Well, it was a Frenchman who thought that people should be forced to be free.

Tim, A103 student, and proud of it.

P.S. I created MDL-10876 for you Howard.