You are here

quizfileupload-answering-form.tpl.php in Quiz File Upload 6

Same filename and directory in other branches
  1. 7.5 theme/quizfileupload-answering-form.tpl.php

File

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

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