Moodle GIFT converter for more user-friendly format

Moodle GIFT converter for more user-friendly format

av Yohanes Gultom -
Antal 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 leende

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


Genomsnitt av betyg: Coolest thing ever! (1)
Som svar till Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

av Chris Kenniburg -
Bild på 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 till 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 leende

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

Som svar till Yohanes Gultom

Re: Moodle GIFT converter for more user-friendly format

av Marcus Green -
Bild på Core developers Bild på Particularly helpful Moodlers Bild på Plugin developers Bild på 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 leende