options['comment']): ?> feedback="true" endif ?>>
= htmlReady($exercise->title) ?>
= htmlReady($exercise->description) ?>
if ($exercise->options['hint'] != ''): ?>
= htmlReady($exercise->options['hint']) ?>
endif ?>
-
foreach ($exercise->task['choices'] + $optional_choice as $key => $choice): ?>
= htmlReady($choice) ?>
endforeach ?>
foreach ($exercise->task['answers'] as $answer): ?>
= htmlReady($answer['text']) ?>
endforeach ?>
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 ?>