-
Notifications
You must be signed in to change notification settings - Fork 1
功能手册
dwong edited this page Feb 20, 2024
·
13 revisions
格式:
- 使用数字命名第几道题
- 数字后面是标题和分数(括号内的数字表示分数)
- 填空题只有一行,即为正确答案
- 选择题选项使用无序标号,已勾选☑️的表示正确答案
示例:
-
1+1 = ?(10) 2
-
以下哪个为真(10)
- true
- 1
- 0
- 1
-
以下哪个为假(10)
- true
- 1
- 0
- 0
字段解释:
字段 | 必选 | 描述 |
---|---|---|
type | 是 | 题目类型,可选值:fill_blank(填空题)、multiple_choice(单选题)、multiple_response(多选题)、open_quest(开放性题)、coding(编程题) |
score | 是 | 分数,正整数 |
title | 是 | 题目标题 |
answers | 是 | 题目答案 |
options | 否 | 答案选项 |
languages | 否 | 语言(编程题专用) |
spj_code | 否 | 测试用例(编程题专用) |
description | 否 | 描述(编程题专用) |
code_snippets | 否 | 代码模板(编程题专用) |
- 页面之前切换多语言显示,暂时只支持中英双语
- 挑战内容翻译
已翻译内容见:https://github.com/decert-me/document/tree/main/translation
一起参与翻译:https://github.com/decert-me/document/wiki/%E5%8F%82%E4%B8%8E%E7%BF%BB%E8%AF%91
没有对应语言翻译时,显示默认语言内容