Error processing MCQ: not enough values to unpack (expected 3, got 2)
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.14.5/x64/lib/python3.14/site-packages/mkdocs_mcq/plugin.py", line 21, in format_mcq
_, frontmatter, content = source.split("---", 2)
^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 3, got 2)
---
```mcq
---
type: single
question: A variable declared outside of all functions at the top of a source file is known as a...
----
- [x] Global variable.
> Correct! It has file scope and is accessible to all functions within that file.
- [ ] Local variable.
- [ ] Private variable.
- [ ] Universal variable.
Error processing MCQ: not enough values to unpack (expected 3, got 2)
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.14.5/x64/lib/python3.14/site-packages/mkdocs_mcq/plugin.py", line 21, in format_mcq
_, frontmatter, content = source.split("---", 2)
^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 3, got 2)