You are here

21 uses of QUIZ_NAME in Quiz 7.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
Implements hook_form().
quiz_menu in ./quiz.module
Implements hook_menu().
quiz_node_info in ./quiz.module
Implements hook_node_info().
quiz_node_prepare in ./quiz.module
Implementation of hook_node_prepare().
quiz_questions_form_submit in ./quiz.admin.inc
Submit function for quiz_questions.
quiz_quiz_finished in ./quiz.module
Implements hook_quiz_finished().
quiz_quiz_scored in ./quiz.module
Implements 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.
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.
_quiz_take_quiz_init in ./quiz.module