long-answer-answering-form.tpl.php in Quiz 6.4
Same filename and directory in other branches
File
question_types/long_answer/theme/long-answer-answering-form.tpl.phpView source
<?php
/**
* @file
* Handles the layout of the long_answer answering form.
*
*
* Variables available:
* - $form
*/
print drupal_render($form);