Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 704 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 704 Bytes

csv2qti - Creates quizzes in QTI format from a formatted CSV file

csv2qti converts formatted CSV files into quizzes in QTI format (version 1.2), which can be imported by Canvas and other educational software.

Getting Started

  1. Install Python 3.8.5
  2. Execute the following command to install the required libraries: pip install -r requirements.txt
  3. 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

CSV File Format

Please review this sample to understand how to format your CSV file.