SOITA/test.json

125 lines
3.4 KiB
JSON
Raw Normal View History

2021-12-12 11:35:35 +01:00
{
2021-12-14 00:18:30 +01:00
"name": "Matematyka 1",
2021-12-13 23:22:11 +01:00
"passing_score": 3,
2021-12-12 11:35:35 +01:00
"questions": [
{
2021-12-14 00:18:30 +01:00
"name": "jaki jest wzór na pole powierzchni prostopadłościanu?",
2021-12-13 23:22:11 +01:00
"description": "ramię głowicy",
2021-12-12 11:35:35 +01:00
"answers": [
{
2021-12-14 00:18:30 +01:00
"description": "P = a*b*c",
"is_correct": false
2021-12-13 23:22:11 +01:00
},
{
2021-12-14 00:18:30 +01:00
"description": "P = 2(a*b+b*c+a*c)",
"is_correct": true
2021-12-13 23:22:11 +01:00
},
{
2021-12-14 00:18:30 +01:00
"description": "P = a*b + b*c + a*c",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "P = 2*a*b*c",
2021-12-13 23:22:11 +01:00
"is_correct": false
}
]
},
{
2021-12-14 00:18:30 +01:00
"name": "ile wynosi pole kwadratu o boku długości 4cm",
2021-12-13 23:22:11 +01:00
"description": "złącze.",
"answers": [
{
2021-12-14 00:18:30 +01:00
"description": "12",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "8",
"is_correct": false
2021-12-13 23:22:11 +01:00
},
{
2021-12-14 00:18:30 +01:00
"description": "16",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "20",
2021-12-13 23:22:11 +01:00
"is_correct": false
}
]
},
{
2021-12-14 00:18:30 +01:00
"name": "ile wynosi objętość prostopadłościanu o wymiarach a=4, b=3,c=8",
2021-12-13 23:22:11 +01:00
"description": "kieszeń napędu",
"answers": [
{
2021-12-14 00:18:30 +01:00
"description": "56",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "96",
2021-12-13 23:22:11 +01:00
"is_correct": true
},
{
2021-12-14 00:18:30 +01:00
"description": "82",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "106",
2021-12-13 23:22:11 +01:00
"is_correct": false
}
]
},
{
2021-12-14 00:18:30 +01:00
"name": "Jaką miarę na kąt którego cosinus wynosi 1?",
2021-12-13 23:22:11 +01:00
"description": "płytka drukowana .",
"answers": [
{
2021-12-14 00:18:30 +01:00
"description": "0",
"is_correct": true
2021-12-13 23:22:11 +01:00
},
{
2021-12-14 00:18:30 +01:00
"description": "45",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "90",
"is_correct": false
2021-12-13 23:22:11 +01:00
},
{
2021-12-14 00:18:30 +01:00
"description": "30",
2021-12-13 23:22:11 +01:00
"is_correct": false
}
]
},
{
2021-12-14 00:18:30 +01:00
"name": "Jaka jest pochodna funkcji f(x) = 3x+1?",
2021-12-13 23:22:11 +01:00
"description": "karta dźwiękowa.",
"answers": [
{
2021-12-14 00:18:30 +01:00
"description": "4",
2021-12-13 23:22:11 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "3",
"is_correct": true
2021-12-13 23:22:11 +01:00
},
{
2021-12-14 00:18:30 +01:00
"description": "0",
2021-12-12 11:35:35 +01:00
"is_correct": false
},
{
2021-12-14 00:18:30 +01:00
"description": "1",
"is_correct": false
2021-12-12 11:35:35 +01:00
}
2021-12-13 23:22:11 +01:00
2021-12-12 11:35:35 +01:00
]
}
],
"category": {
2021-12-14 00:18:30 +01:00
"name": "Matematyka"
2021-12-12 11:35:35 +01:00
}
2021-12-14 00:18:30 +01:00
}