options['comment']): ?> feedback="true" endif ?>>
= htmlReady($exercise->title) ?>
= htmlReady($exercise->description) ?>
if ($exercise->options['hint'] != ''): ?>
= htmlReady($exercise->options['hint']) ?>
endif ?>
-
if ($exercise->task['template'] != ''): ?>
= htmlReady($exercise->task['template']) ?>
endif ?>
foreach ($exercise->task['answers'] as $answer): ?>
= htmlReady($answer['text']) ?>
endforeach ?>
if (!empty($exercise->task['layout'])): ?>
endif ?>
if ($exercise->options['file_upload']): ?>
endif ?>
if (!empty($exercise->task['compare'])): ?>
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 ?>