5 个不稳定版本

0.3.5 2024 年 5 月 15 日
0.3.4 2023 年 12 月 24 日
0.2.0 2023 年 9 月 21 日
0.1.1 2023 年 9 月 20 日
0.1.0 2023 年 9 月 20 日

#2180数据库接口

36 每月下载量
2 crates 中使用

MIT/Apache

11KB
168

mdbook-quiz 中使用的题目的 Schema。预期从 TOML 文件反序列化。查看 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.
""""

注意,所有多词 Rust 标识符(例如 does_compile)都使用 camelCase 键,因此在 TOML 中应写作 doesCompile

依赖项

~0.4–1.2MB
~26K SLoC