ict.lixian.single/Assets/StreamingAssets/cxx/ict_config.json

146 lines
4.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"trainingName": "无人机任务",
"professional": "020306T",
"terminalType": "pc_free_version",
"startPath": "ict_component.exe",
"regeditName": "",
"appId": "app_4593670147181595",
"introduction": "测试实训应用",
"environment": "需要在pycharm IDE下编程。\n可以可以快乐哟。",
"requirements": "CPUi5 3.20GHz。\n内存8GB以上。\n显卡2GB显存以上。",
"taskList": [
{
"name": "无人机实训任务1",
"code": "task01",
"timeLimit": 5,
"fullScore": 100,
"screenShot": 1,
"shotDesc": "截长图,不要分成多个图",
"screenRecord": 1,
"recordDesc": "录屏至少需要2分钟",
"report": 1,
"reportTemplate": "./无人机a任务报告模板.docx",
"stepList": [
{
"name": "创建无人机",
"code": "step001",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "变量定义",
"skillPoints": "技能aaa",
"screenShot": 1,
"screenRecord": 1
},
{
"name": "起飞",
"code": "step002",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "函数调用",
"skillPoints": "技能bbb",
"screenShot": 1,
"screenRecord": 1
},
{
"name": "向前飞100米",
"code": "step003",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "for循环",
"skillPoints": "技能ccc",
"screenShot": 1,
"screenRecord": 1
}
]
},
{
"name": "无人机实训任务2",
"code": "task02",
"timeLimit": 5,
"fullScore": 100,
"screenShot": 1,
"shotDesc": "截长图,不要分成多个图",
"screenRecord": 1,
"recordDesc": "录屏至少需要2分钟",
"report": 1,
"reportTemplate": "./无人机a任务报告模板.docx",
"stepList": [
{
"name": "创建无人机阵列",
"code": "step001",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "变量定义",
"skillPoints": "技能aaa",
"screenShot": 1,
"screenRecord": 1
},
{
"name": "打开无人机灯光",
"code": "step002",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "函数调用",
"skillPoints": "技能bbb",
"screenShot": 1,
"screenRecord": 1
},
{
"name": "飞到坐标(123,745,20)",
"code": "step003",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "for循环",
"skillPoints": "技能ccc",
"screenShot": 1,
"screenRecord": 1
}
]
},
{
"name": "无人机实训任务3",
"code": "task03",
"timeLimit": 5,
"fullScore": 100,
"screenShot": 1,
"shotDesc": "截长图,不要分成多个图",
"screenRecord": 1,
"recordDesc": "录屏至少需要2分钟",
"report": 1,
"reportTemplate": "./无人机a任务报告模板.docx",
"stepList": [
{
"name": "创建无人机阵列",
"code": "step001",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "变量定义",
"skillPoints": "技能aaa",
"screenShot": 1,
"screenRecord": 1
},
{
"name": "关闭无人机灯光",
"code": "step002",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "函数调用",
"skillPoints": "技能bbb",
"screenShot": 1,
"screenRecord": 1
},
{
"name": "飞到坐标(13,74,20)",
"code": "step003",
"timeLimit": 60,
"fullScore": 20,
"knowledgePoints": "for循环",
"skillPoints": "技能ccc",
"screenShot": 1,
"screenRecord": 1
}
]
}
]
}