You are here

long-answer-answering-form.tpl.php in Quiz 6.4

File

question_types/long_answer/theme/long-answer-answering-form.tpl.php
View source
<?php

/**
 * @file
 * Handles the layout of the long_answer answering form.
 *
 *
 * Variables available:
 * - $form
 */
print drupal_render($form);