Skip to content

Instantly share code, notes, and snippets.

@ckentq
Created May 31, 2023 06:37
Show Gist options
  • Save ckentq/d5df9aea2a31c2e368242c1595c332cf to your computer and use it in GitHub Desktop.
Save ckentq/d5df9aea2a31c2e368242c1595c332cf to your computer and use it in GitHub Desktop.
new data smaple for math vs monster
// stage1
[
// unit1
{
"rounds": [
{
"response": "3",
"help": false,
"question": {
"id": "1",
"question": "一筆數據的平均是5,若將此數據的每一筆資料都加3,則新的數據平均為?",
"solution": "解答:由於是每筆資料都加,因此數列維持為5",
"answer": "5",
"extra": {
"category": "logic",
"options": [
"2",
"3",
"5"
]
}
}
}
]
}
]
// stage2
[
// unit1
{
"rounds": [
{
"response": "3",
"help": false,
"question": {
"id": "1",
"question": "一筆數據的平均是5,若將此數據的每一筆資料都加3,則新的數據平均為?",
"solution": "解答:由於是每筆資料都加,因此數列維持為5",
"answer": "5",
"extra": {
"category": "logic",
"options": [
"2",
"3",
"5"
]
}
}
}
],
"extras": {
"maxHp": 10,
"restHp": 3,
"reborn": true
}
},
// unit2
{
"rounds": [
{
"response": "3",
"help": false,
"question": {
"id": "1",
"question": "一筆數據的平均是5,若將此數據的每一筆資料都加3,則新的數據平均為?",
"solution": "解答:由於是每筆資料都加,因此數列維持為5",
"answer": "5",
"extra": {
"category": "logic",
"options": [
"2",
"3",
"5"
]
}
}
},
{
"response": "2",
"help": false,
"question": {
"id": "2",
"question": "一筆數據的平均是5,若將此數據的每一筆資料都加3,則新的數據平均為?",
"solution": "解答:由於是每筆資料都加,因此數列維持為5",
"answer": "5",
"extra": {
"category": "logic",
"options": [
"2",
"3",
"5"
]
}
}
}
],
"extras": {
"maxHp": 10,
"restHp": 3,
"reborn": true
}
}
]
// stage3
[
// unit1
{
"rounds": [
{
"response": "3",
"help": false,
"question": {
"id": "1",
"question": "一筆數據的平均是5,若將此數據的每一筆資料都加3,則新的數據平均為?",
"solution": "解答:由於是每筆資料都加,因此數列維持為5",
"answer": "5",
"extra": {
"category": "logic",
"options": [
"2",
"3",
"5"
]
}
}
},
{
"response": "3",
"help": false,
"question": {
"id": "2",
"question": "一筆數據的平均是5,若將此數據的每一筆資料都加3,則新的數據平均為?",
"solution": "解答:由於是每筆資料都加,因此數列維持為5",
"answer": "5",
"extra": {
"category": "logic",
"options": [
"2",
"3",
"5"
]
}
}
}
],
"extras": {
"maxHp": 10,
"restHp": 3,
"reborn": true,
"gamePlayTime": 120
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment