You are here

function theme_long_answer_answering_form in Quiz 8.4

Theme the long_answer answering form

Parameters

$form: The response form

File

question_types/long_answer/long_answer.theme.inc, line 55
Theme functions for long_answer.

Code

function theme_long_answer_answering_form($variables) {
  $form = $variables['form'];
  return drupal_render_children($form);
}