1 Star 13 Fork 13

PlanB16/试题编辑工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
testq.json 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
PlanB16 提交于 2021-11-27 14:03 . init
{
"id": 2,
"name": "测试问卷2",
"questions": [
{
"id": 1,
"title": "题目1",
"question_type": "radio",
"options": [
{ "option_id": "A", "option_value": "选项1" },
{ "option_id": "B", "option_value": "选项2" },
{ "option_id": "C", "option_value": "选项3" }
]
},
{
"id": 2,
"title": "题目2",
"question_type": "checkbox",
"options": [
{ "option_id": "A", "option_value": "选项4" },
{ "option_id": "B", "option_value": "选项5" },
{ "option_id": "C", "option_value": "选项6" }
]
},
{ "id": 3, "title": "单行文本题", "question_type": "input" }
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/planb16/question-editing-tool.git
git@gitee.com:planb16/question-editing-tool.git
planb16
question-editing-tool
试题编辑工具
master

搜索帮助