20 uses of QUIZ_NAME in Quiz 6.4
- QuizQuestion::getNodeForm in question_types/
quiz_question/ quiz_question.core.inc - Returns a node form to quiz_question_form
- QuizQuestion::saveRelationships in question_types/
quiz_question/ quiz_question.core.inc - Handle the add to quiz part of the quiz_question_form
- quiz_admin_settings in ./
quiz.admin.inc - This builds the main settings form for the quiz module.
- quiz_create_rid in ./
quiz.module - Creates a unique id to be used when storing results for a quiz taker.
- quiz_form in ./
quiz.module - Implementation of hook_form().
- quiz_menu in ./
quiz.module - Implementation of hook_menu().
- quiz_node_info in ./
quiz.module - Implementation of hook_node_info().
- quiz_questions_form_submit in ./
quiz.admin.inc - Submit function for quiz_questions.
- quiz_quiz_finished in ./
quiz.module - Implementation hook_quiz_finished().
- quiz_quiz_scored in ./
quiz.module - Implementation hook_quiz_scored().
- quiz_settings_form_submit in ./
quiz.admin.inc - Submit the admin settings form
- quiz_start_check in ./
quiz.module - Actions to take place at the start of a quiz.
- quiz_take_quiz in ./
quiz.module - Handles quiz taking.
- theme_quiz_admin_quizzes in ./
quiz.admin.inc - Theme the admin quizzes table.
- theme_quiz_get_user_results in ./
quiz.pages.inc - Theme the user results page.
- theme_quiz_my_results_for_quiz in ./
quiz.pages.inc - Theme the user results page.
- theme_quiz_take_summary in ./
quiz.pages.inc - Theme the summary page after the quiz has been completed.
- theme_quiz_user_summary in ./
quiz.pages.inc - Theme the summary page for user results.
- _quiz_get_feedback_options in ./
quiz.module - Get an array of feedback options.
- _quiz_help in ./
quiz.help.inc - Handle help calls.