Moodle GIFT converter for more user-friendly format

Moodle GIFT converter for more user-friendly format

by Yohanes Gultom -
Number of replies: 3

Hi all,

I have created a simple PHP script to convert more user-friendly format of questions to moodle's GIFT format to help teachers/lecturers to prepare questions for moodle. Currently only multiple-choice and matching question supported, though. Any comment and feedback are appreciated Mamatheka

https://github.com/yohanesgultom/moodle-gift-generator/blob/master/README.md

Sample of input

1.Who is <em>Indonesia's</em> 1st <strong>president</strong>?
*a.Ir. Sukarno
b.Moh. Hatta
c.Sukarno Hatta
d.Suharto

Matching.Match each definition about <strong>space</strong> below
1.Saturn’s largest moon * Mercury
2.The 2nd biggest planet in our solar system * Saturn
3.The hottest planet in our solar system * Venus
4.Planet famous for its big red spot on it * Jupiter
5.Planet known as the red planet * Mars
6.Saturn’s largest moon * Titan


Average of ratings: Coolest thing ever! (1)
In reply to Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

by Chris Kenniburg -
Picture of Plugin developers

This is really nice.  Thanks for sharing.  it seems to take the guess work out of creating simple questions. 

What question types do you plan to support?

In reply to Chris Kenniburg

Re: Moodle GIFT converter for more user-friendly format

by Yohanes Gultom -

I want to cover all question types but since this is just a pet project I will just do it one at a time Mamatheka

Do you have any suggestion what question type should I add next?

In reply to Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi Yohanes, I had to have a play with your generator before I understood quite what it did, but I liked what I saw Mamatheka