options['comment']): ?> feedback="true" endif ?>>
= htmlReady($exercise->title) ?>
= htmlReady($exercise->description) ?>
if ($exercise->options['hint'] != ''): ?>
= htmlReady($exercise->options['hint']) ?>
endif ?>
-
foreach (explode('[[]]', $exercise->task['text']) as $blank => $text): ?>
= htmlReady($text) ?>
if (isset($exercise->task['answers'][$blank])): ?>
isSelect($blank, false)): ?> select="true" endif ?>>
foreach ($exercise->task['answers'][$blank] as $answer): ?>
= htmlReady($answer['text']) ?>
endforeach ?>
endif ?>
endforeach ?>
if (isset($exercise->task['input_width'])): ?>
endif ?>
if (!empty($exercise->task['compare'])): ?>
if ($exercise->task['compare'] === 'numeric'): ?>
= (float) $exercise->task['epsilon'] ?>
endif ?>
endif ?>
if ($exercise->options['feedback'] != ''): ?>
= htmlReady($exercise->options['feedback']) ?>
endif ?>
if ($exercise->folder): ?>
options['files_hidden']): ?> hidden="true" endif ?>>
foreach ($exercise->folder->file_refs as $file_ref): ?>
endforeach ?>
endif ?>