options['comment']): ?> feedback="true" endif ?>>
= htmlReady($exercise->title) ?>
= htmlReady($exercise->description) ?>
if ($exercise->options['hint'] != ''): ?>
= htmlReady($exercise->options['hint']) ?>
endif ?>
foreach ($exercise->task as $group => $task): ?>
-
if (isset($task['description']) && $task['description'] != ''): ?>
= htmlReady($task['description']) ?>
endif ?>
foreach ($task['answers'] + $optional_answer as $key => $answer): ?>
default="true" endif ?>>
= htmlReady($answer['text']) ?>
endforeach ?>
if ($exercise->options['feedback'] != ''): ?>
= htmlReady($exercise->options['feedback']) ?>
endif ?>
endforeach ?>
if ($exercise->folder): ?>
options['files_hidden']): ?> hidden="true" endif ?>>
foreach ($exercise->folder->file_refs as $file_ref): ?>
endforeach ?>
endif ?>