5 unstable releases

new 0.3.5 May 15, 2024
0.3.4 Dec 24, 2023
0.2.0 Sep 21, 2023
0.1.1 Sep 20, 2023
0.1.0 Sep 20, 2023

#926 in Database interfaces


Used in 2 crates

MIT/Apache

11KB
168 lines

The schema for questions used in mdbook-quiz. Intended to be deserialized from a TOML file. See Quiz as the top-level type. Here is an example of a quiz:

[[questions]]
id = "b230bed3-d6ba-4048-8b06-aa655d837b04"
type = "MultipleChoice"
prompt.prompt = "What is 1 + 1?"
prompt.distractors = ["1", "3", "**infinity**"]
answer.answer = ["2"]
context = """
Consult your local mathematician for details.
""""

Note that all Rust identifiers with multiple words (e.g. does_compile) use camelCase keys, so should be written as doesCompile in the TOML.

Dependencies

~0.4–1.2MB
~26K SLoC