You are here

function theme_cloze_response_form in Quiz 8.4

Theme the cloze response form

File

question_types/cloze/cloze.theme.inc, line 17
Theme functions for cloze.

Code

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