You are here

Functions in Quiz 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
quiz_help ./quiz.module Implementation of hook_help().
quiz_init ./quiz.module Implementation of hook_init().
quiz_insert ./quiz.module Implementation of hook_insert(). 1
quiz_install ./quiz.install Implementation of hook_install()
quiz_is_passed ./quiz.module Check a user/quiz combo to see if the user passed the given quiz. A quiz is keyed by nid/vid, so you need both. This will return TRUE if the user has passed the quiz at least once, and false otherwise. Note that a FALSE may simply indicate that the… 1
quiz_load ./quiz.module Implementation of hook_load().
quiz_menu ./quiz.module Implementation of hook_menu().
quiz_node_info ./quiz.module Implementation of hook_node_info().
quiz_node_map ./quiz.module Map node properties to a question object. 2
quiz_perm ./quiz.module Implementation of hook_perm().
quiz_questions ./quiz.admin.inc Creates a form for quiz questions. 1
quiz_questions_form ./quiz.admin.inc Handles "manage questions" tab. 1
quiz_questions_form_submit ./quiz.admin.inc Submit function for quiz_questions.
quiz_schema ./quiz.install Implementation of hook_schema().
quiz_settings_form_validate ./quiz.admin.inc Validation of the Form Settings form.
quiz_start_actions ./quiz.module Actions to take place at the start of a quiz. 1
quiz_store_question_result ./quiz.module Store a quiz question result. 1
quiz_take_quiz ./quiz.module Handles quiz taking. 1
quiz_theme ./quiz.module Implementation of hook_theme().
quiz_translate_form_date ./quiz_datetime.inc Handles the start and end times in a node form submission. 3
quiz_type_access_load ./quiz.module Load a quiz node and validate it.
quiz_uninstall ./quiz.install Implementation of hook_uninstall()
quiz_update ./quiz.module Implementation of hook_update().
quiz_update_questions ./quiz.module Updates the status of questions assigned to the quiz. Possible statuses are 'random', 'always', 'never'. 1
quiz_update_quiz_question_relationship ./quiz.module Updates quiz-question relation entries in the quiz_node_relationship table. 1
quiz_user_results ./quiz.pages.inc 1
quiz_validate ./quiz.module Implementation of hook_validate().
quiz_view ./quiz.module Implementation of hook_view(). 1
quiz_views_api ./quiz_views.module Implementation of hook_views_api().
quiz_views_data ./quiz_views.module
theme_multichoice_feedback ./multichoice.module Displays feedback for multichoice
theme_multichoice_form ./multichoice.module Theme function for multichoice form.
theme_multichoice_generate_title ./multichoice.module Create a decent question title based on taxonomy and question body.
theme_multichoice_render_question_form ./multichoice.module Theme function for the multichoice form.
theme_multichoice_report ./multichoice.module Theme a multichoice question report for quiz feedback.
theme_multichoice_selected ./multichoice.module Theme a selection indicator for an answer. 2
theme_multichoice_unselected ./multichoice.module Theme an indicator that an answer is not selected or correct. 2
theme_quiz_admin ./quiz.admin.inc Theme the admin results table.
theme_quiz_admin_summary ./quiz.admin.inc Theme the summary page for admins.
theme_quiz_availability ./quiz.pages.inc Theme a message about the quiz's availability for quiz takers.
theme_quiz_feedback ./quiz.pages.inc Theme the question feedback.
theme_quiz_filtered_questions ./quiz.pages.inc Theme the filtered question list.
theme_quiz_get_user_results ./quiz.pages.inc Theme the user results page.
theme_quiz_no_feedback ./quiz.pages.inc Theme the "no feedback" option.
theme_quiz_progress ./quiz.pages.inc Theme a progress indicator for use during a quiz.
theme_quiz_questions ./quiz.pages.inc Allow the option to theme the questions form.
theme_quiz_question_feedback ./quiz.pages.inc Theme feedback for one question.
theme_quiz_question_table ./quiz.pages.inc Theme a table containing array of questions and options.
theme_quiz_score_correct ./quiz.pages.inc Pass the correct mark to the theme so that theme authors can use an image.
theme_quiz_score_incorrect ./quiz.pages.inc Pass the incorrect mark to the theme so that theme authors can use an image.

Pages

Other projects