- 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;
        }
    }







 Follow us!
 Follow us!