You are here

multichoice-answering-form.tpl.php in Quiz 6.4

File

question_types/multichoice/theme/multichoice-answering-form.tpl.php
View source
<?php

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