Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rolfis/qti-convert into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfis committed Jan 17, 2021
2 parents 1f0f4fe + 86fe77d commit df69733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Note: This code has only been tested with Canvas export packages. They need to b

main.py imsmanifest.xml

Converts the quizes and questions in the XML file to JSON on STDOUT.
Converts the quizes and questions to JSON on STDOUT.


main.py -o quiz.json imsmanifest.xml

Converts the quizes and questions in the XML file to JSON and writes output to file `quiz.json`.
Converts the quizes and questions to JSON and writes output to file `quiz.json`.


main.py -f docx imsmanifest.xml

Converts the quizes and questions in the XML file to Microsoft Word 2007 format (docx) and outputs to file `output.docx`.
Converts the quizes and questions to Microsoft Word 2007 format (docx) and outputs to file `output.docx`.

0 comments on commit df69733

Please sign in to comment.