Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 410 Bytes

File metadata and controls

21 lines (12 loc) · 410 Bytes

QTI Python scripts

qti_to_csv.py

reads a QTI (2 or 3) and exports the item content in csv

THIS ISN'T NEEDED YET BECAUSE WE DO NOT USE PACKAGES

macOS/Linux

You may need to run sudo apt-get install python3-venv first on Debian-based OSs

python3 -m venv .venv source .venv/bin/activate

Windows

You can also use py -3 -m venv .venv

python -m venv .venv .venv/bin/activate