- First download excel format from here
- Then add questions in different tabs in excel according to question type
- Then upload the excel file here and click on convert
- Save new opened page as xml format and upload into moodle
-
Install system package. See the
system_package.txt
file. (*Unix) -
Create virtual enviroment (use
virtualenv
) and activate it. -
Then install python packages:
$ pip install -r requirements.txt
- Run it:
$ python app.py
- Go to http://localhost:5000