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