|
Stud.IP
6.1
|
Variables | |
| $answers = $vote->questiondata['options'] ?? [] | |
| $statements = $vote->questiondata['statements'] ?? [] | |
| $indexMap = count($statements) ? range(0, count($statements) - 1) : [] | |
| if($vote->questiondata['randomize']) | $response = $vote->getMyAnswer() |
| $responseData = isset($response->answerdata['answers']) ? $response->answerdata['answers']->getArrayCopy() : [] | |
| $answers = $vote->questiondata['options'] ?? [] |
| $indexMap = count($statements) ? range(0, count($statements) - 1) : [] |
| if ( $vote->questiondata[ 'randomize']) $response = $vote->getMyAnswer() |
| $responseData = isset($response->answerdata['answers']) ? $response->answerdata['answers']->getArrayCopy() : [] |
| $statements = $vote->questiondata['statements'] ?? [] |