Moodle GIFT converter for more user-friendly format

Moodle GIFT converter for more user-friendly format

از 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 لبخند

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


میانگین امتیازات:  Coolest thing ever! (1)
In reply to Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

از Chris Kenniburg در
عکس 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

از 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 لبخند

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