You are here

function choice_menu in Quiz 6.6

File

question_types/choice/choice.module, line 37
The main file for choice.

Code

function choice_menu() {
  $items['choice/add_alternative_js'] = array(
    'page callback' => 'choice_add_alternative_js',
    'type' => MENU_CALLBACK,
    'access arguments' => array(
      'create quiz question',
    ),
  );
  return $items;
}