You are here

Functions in Quiz 5

Primary tabs

Namesort descending Location Description Direct uses Strings
quiz_uninstall ./quiz.install Implementation of hook_uninstall()
quiz_update ./quiz.module Implementation of hook_update().
quiz_update_questions ./quiz.module Updates questions assigned to the quiz 1
quiz_user_results ./quiz.module 1
quiz_validate ./quiz.module Implementation of hook_validate().
quiz_view ./quiz.module Implementation of hook_view().
theme_multichoice_form ./multichoice.module Theme function for multichoice form
theme_multichoice_render_question_form ./multichoice.module Theme function for the multichoice form
theme_multichoice_selected ./multichoice.module Theme a selection indicator for an answer TODO: Default images would be nice 1
theme_multichoice_unselected ./multichoice.module Theme an indicator that an answer is not selected / correct TODO: Default images would be nice 1
theme_quiz_admin ./quiz.module Theme the admin results table
theme_quiz_admin_summary ./quiz.module Theme the summary page for admins
theme_quiz_availability ./quiz.module Themes a message about the quiz's availability for quiz takers
theme_quiz_feedback ./quiz.module Theme the question feedback
theme_quiz_filtered_questions ./quiz.module Theme the filtered question list
theme_quiz_get_user_results ./quiz.module Theme the user results page
theme_quiz_progress ./quiz.module Theme a progress indicator for use during a quiz
theme_quiz_questions ./quiz.module Allow the option to theme the questions form
theme_quiz_question_table ./quiz.module Theme a table containing array of questions and options
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
_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_questions ./quiz.module Retrieve list of questions assigned to quiz 2
_quiz_get_question_types ./quiz.module Retrieve list of question types 2
_quiz_get_quiz_name ./quiz.module Get the quiz name variable for use as a constant so we don't have to keep calling for it in every function 1
_quiz_get_results ./quiz.module 2
_quiz_get_summary_text ./quiz.module 3
_quiz_get_vocabularies ./quiz.module Retrieve list of vocabularies for all quiz question types 1
_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_status_access ./quiz.module Determine who should have access to the Take Quiz tab depending on the quiz status 1
_quiz_taxonomy_select ./quiz.module Prints a taxonomy selection form for each vocabulary

Pages

Other projects