请问任务3得分计算是具体是怎么判断的
出现箱子里有东西但是一个都没判定的情况
- Current_Task_ID: TaskThree
- time(minutes): 12.33753
- TaskOne:
- score: 20
- details:
- - Stair Climb Complete! +10 pts
- - Downhill Complete, +10 pts
- TaskTwo:
- score: 21
- details:
- - Placed 3 correct and 0 incorrect objects into the container. +21 points.
- TaskThree:
- score: 20
- details:
- - 0 correct objects in the container, +0 pts
- - Container placed on the correct shelf. +20 pts.
- info: TaskThree is done
复制代码
以及有具体小分,但是没加起来的情况
- current_task_id: "TaskThree"
- time(minutes): 7.19893
- taskname:
- score: 30
- details:
- - "Stair Climb Complete! +10 pts"
- - "Downhill Complete, +10 pts"
- - "Uneven Terrain Complete, +10 pts"
- taskTwo:
- score: 21
- details:
- - "Placed 3 correct and 0 incorrect objects into the container. +21 points."
- taskThree:
- score: 9
- details:
- - "3 correct objects in the container, +9 pts"
- - "Container placed on the correct shelf. +20 pts."
- info: "Task Three is done"
复制代码
以及漏判的情况
- Current_Task_ID: "TaskThree"
- time(minutes): 13.15993
- TaskOne:
- score: 30
- details:
- - "Stair Climb Complete! +10 pts"
- - "Downhill Complete, +10 pts"
- - "Uneven Terrain Complete, +10 pts"
- TaskTwo:
- score: 21
- details:
- - "Placed 3 correct and 0 incorrect objects into the container. +21 points."
- TaskThree:
- score: 6
- details:
- - "2 correct objects in the container, +6 pts"
- - "Container placed on the correct shelf. +20 pts."
- info: "TaskThree is done"
复制代码
|