Moodle GIFT converter for more user-friendly format

Moodle GIFT converter for more user-friendly format

av Yohanes Gultom -
Antall svar: 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 smiler

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


Gjennomsnittlig vurdering: Coolest thing ever! (1)
Som svar til Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

av Chris Kenniburg -
Bilde av 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?

Som svar til Chris Kenniburg

Re: Moodle GIFT converter for more user-friendly format

av 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 smiler

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

Som svar til Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

av Marcus Green -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av 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 smiler