Tool for converting a list of questions in yaml/markdown to aBlackBoard test or to a Latex exam source file
Project description
QuizML
QuizML is a command line tool for converting a list of questions in yaml/markdown to a BlackBoard test or to a Latex exam source file.
Questions are written in a YAML file, using a Markdown syntax. Here is a minimal
quiz.yaml example:
- type: mc
marks: 5
question: |
If vector ${\bf w}$ is of dimension $3 \times 1$ and matrix ${\bf A}$ of
dimension $5 \times 3$, then what is the dimension of $\left({\bf w}^{\top}{\bf
A}^{\top}{\bf A}{\bf w}\right)^{\top}$?
choices:
- o: $5\times 5$
- o: $3\times 3$
- o: $3\times 1$
- x: $1\times 1$
- type: tf
marks: 5
question: |
Is this the image of a tree?
{ width=30em }
answer: false
Then you can generate multiple render targets, including BlackBoard test, LaTeX, and an HTML preview.
$ quizml quiz1.yaml
Q Type Marks # Exp Question Statement
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1 mc 5.0 4 1.2 If vector ${\bf w}$ is of dimension $3 \times 1$ ...
2 tf 5.0 2 2.5 Is this the image of a tree?
Total: 10.0 (with random expected mark at 37.5%)
╭──────────────────────────────── Target Ouputs ────────────────────────────────╮
│ │
│ BlackBoard CSV quiz1.txt │
│ html preview quiz1.html │
│ latex latexmk -xelatex -pvc quiz1.tex │
│ Latex solutions latexmk -xelatex -pvc quiz1.solutions.tex │
│ │
╰───────────────────────────────────────────────────────────────────────────────╯
and this is what the rendered outputs look like:
Getting Started
This is a command line application. Assuming that you have python and pip installed, you can simply install it with:
pip install quizml
You will also need a LaTeX installation with gs and pdflatex (e.g. TeXLive or MacTeX).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quizml-0.9.4.tar.gz.
File metadata
- Download URL: quizml-0.9.4.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d79b512d354fe79a792e1dd465a092b2229535c70480e1af6487a83fae526225
|
|
| MD5 |
ef711e87e78781bb02567997ab4260a6
|
|
| BLAKE2b-256 |
f76b4f8ddf2f8f28cd559d0a9047be760f496183017ebaf50d6ad09bacd123ef
|
File details
Details for the file quizml-0.9.4-py3-none-any.whl.
File metadata
- Download URL: quizml-0.9.4-py3-none-any.whl
- Upload date:
- Size: 105.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8dc86f6c5e72a92993a0e95a9f04fc685357c60c81c6054d866774a7095feda
|
|
| MD5 |
a07ecb3297f27bd02f3bb68f39505c7a
|
|
| BLAKE2b-256 |
560531706994535e047cd3cee670eef14647430324f07cf8ad7214f9670bb727
|