- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
private function convertRecordQuestions()
{
foreach ($this->prepared['questions'] as &$question) {
$idx = 0;
foreach ($question['value'] as &$subQuestion) {
$subQuestion['id'] = (string)$idx;
$idx++;
$subQuestion['value'] = (int)$subQuestion['value'];
}
$question['correct_answers_count'] = 0;
}
}
Steve_Brown 09.11.2018 17:09 # +1
Wrotberry 09.11.2018 17:13 # −101
Steve_Brown 09.11.2018 17:42 # 0
guest8 09.11.2018 18:07 # −999
Arris 09.11.2018 19:27 # +1
Arris 09.11.2018 19:28 # +1
Steve_Brown 09.11.2018 19:29 # +1
guest8 09.11.2018 20:06 # −999
Arris 09.11.2018 21:35 # +1