When I just put question you made in the document,
#question(ansbox: true, ansheight: 3cm, points: 4.0)[
What is $2 + 2$? Write a statement to evaluate in Python.
// since this is just Typst content, it can be anything (could include tables, math, images, code blocks, etc...)
][
2 + 2 # 4
]
This is an error message:
Within @preview/exm:0.1.0 this problem occurred:
array index out of bounds (index: -1, len: 0)
It seems like the exm package might need an update to fix this issue.
When I just put question you made in the document,
#question(ansbox: true, ansheight: 3cm, points: 4.0)[$2 + 2$ ? Write a statement to evaluate in Python.
What is
// since this is just Typst content, it can be anything (could include tables, math, images, code blocks, etc...)
][
2 + 2 # 4]
This is an error message:
Within @preview/exm:0.1.0 this problem occurred:
array index out of bounds (index: -1, len: 0)
It seems like the exm package might need an update to fix this issue.