You are here

Functions in Quiz 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_quiz_score_correct ./quiz.module Pass the correct mark to the theme so that theme authors can use an image.
theme_quiz_score_incorrect ./quiz.module Pass the incorrect mark to the theme so that theme authors can use an image.
theme_quiz_take_question ./quiz.module Theme a question page.
theme_quiz_take_summary ./quiz.module Theme the summary page after the quiz has been completed.
theme_quiz_user_summary ./quiz.module Theme the summary page for user results.
theme_quiz_view ./quiz.module Theme the node view for quizzes. 1
views_handler_arg_quiz_taker_uid ./quiz_views.module An argument handler for quiz_taker_uid 1
views_handler_field_takes ./quiz_views.module Generic handler outputs a number except for 0 which outputs unlimited. 1
views_handler_yes_no ./quiz_views.module Generic handler given a 1 & 0 will output as a yes for 1 and no for 0. 1 1
_multichoice_find_correct ./multichoice.module Find the correct answers in an array of answers. 1
_quiz_availability ./quiz.module Determine quiz availability status. 2
_quiz_date ./quiz_datetime.inc Formats a GMT timestamp to local date values using time zone offset supplied. All timestamp values in event nodes are GMT and translated for display here. 1
_quiz_form_prepare_date ./quiz.module Takes a time element and prepares to send it to form_date(). 1
_quiz_get_answers ./quiz.module 3
_quiz_get_feedback_options ./quiz.module Get an array of feedback options. 2
_quiz_get_questions ./quiz.module Retrieve list of published questions assigned to quiz. 3
_quiz_get_question_types ./quiz.module Retrieve list of question types. 5
_quiz_get_quiz_name ./quiz.module Get the quiz name variable and set it as a constant so we don't have to keep calling it in every function. 1
_quiz_get_random_questions ./quiz.module 2
_quiz_get_results ./quiz.module 1
_quiz_get_summary_text ./quiz.module Get the summary message for a completed quiz. 3
_quiz_get_unused_questions ./quiz.module Retrieve list of published questions not assigned to quiz. 2
_quiz_get_vocabularies ./quiz.module Retrieve list of vocabularies for all quiz question types. 1
_quiz_insert_resultoptions ./quiz.module Insert call specific to result options. 1
_quiz_insert_result_option ./quiz.module Insert one result option. 2
_quiz_mktime ./quiz_datetime.inc Formats local time values to GMT timestamp using time zone offset supplied. All time values in the database are GMT and translated here prior to insertion. 1
_quiz_pick_result_option ./quiz.module Get summary text for a particular score from a set of result options. 1
_quiz_status_access ./quiz.module Determine who should have access to the Take Quiz tab depending on the quiz status
_quiz_taxonomy_select ./quiz.module Prints a taxonomy selection form for each vocabulary. 1
_quiz_update_resultoptions ./quiz.module Result of option-specific updates. 1

Pages

Other projects