csv2qti converts formatted CSV files into quizzes in QTI format (version 1.2), which can be imported by Canvas and other educational software.
- Install Python 3.8.5
- Execute the following command to install the required libraries:
pip install -r requirements.txt
- Run the following sample command to know it's working:
python app.py --csv data/input/sample.csv --markup data/output/sample.txt --qti data/output/sample.zip
Please review this sample to understand how to format your CSV file.