You are here

Functions in Quiz 6.4

Primary tabs

Namesort descending Location Description Direct uses Strings
multichoice_theme question_types/multichoice/multichoice.module Implementation of hook_theme
multichoice_uninstall question_types/multichoice/multichoice.install Implementation of hook_uninstall()
multichoice_update_6300 question_types/multichoice/multichoice.install Implementation of hook_update_N().
multichoice_update_6400 question_types/multichoice/multichoice.install Implementation of hook_update_N().
multichoice_update_6401 question_types/multichoice/multichoice.install Implementation of hook_update_N().
multichoice_update_6402 question_types/multichoice/multichoice.install Implementation of hook_update_N().
multichoice_update_6403 question_types/multichoice/multichoice.install Implementation of hood_update_N
multichoice_update_6404 question_types/multichoice/multichoice.install Implementation of hood_update_N
multichoice_update_6405 question_types/multichoice/multichoice.install Implementation of hook_update_N().
multichoice_user question_types/multichoice/multichoice.module Implementation of hook user.
quiz_access ./quiz.module Implementation of hook_access().
quiz_access_multi_or ./quiz.module Helper function to check if the user has any of a given list of permissions. 1 3
quiz_access_my_result ./quiz.module Helper function to determine if a user has access to view a specific quiz result. 1
quiz_access_my_results ./quiz.module Helper function to determine if a user has access to view his quiz results 1
quiz_access_results ./quiz.module Helper function to determine if a user has access to the different results pages. 1 1
quiz_access_to_score ./quiz.module Helper function to determine if a user has access to score a quiz. 6
quiz_action_info ./quiz.actions.inc Implementation of hook_action_info(). An action consists of two or three parts: (1) an action definition (returned by this hook), (2) a function which does the action (which by convention is named module + '_' + description of what the…
quiz_action_options ./quiz.module This function was copied from the triggers module as to prevent having to be dependent on that module for the actions to work. The trigger function is called trigger_options(). 1
quiz_admin_node_form ./quiz.admin.inc Renders the quiz node form for the admin pages 1
quiz_admin_node_form_submit ./quiz.admin.inc Submit function for quiz_admin_node_form 1
quiz_admin_node_form_validate ./quiz.admin.inc Validation function for the quiz_admin_node_form form
quiz_admin_quizzes ./quiz.admin.inc Displays the quizzes by title with a link to the appropriate results for that specific quiz. 1
quiz_admin_results ./quiz.admin.inc Quiz result report page for the quiz admin section 1
quiz_admin_settings ./quiz.admin.inc This builds the main settings form for the quiz module. 1
quiz_availability ./quiz.module Find out if a quiz is available for taking or not 3
quiz_browser_ahah ./quiz.admin.inc AHAH handler for the question browser 1
quiz_build_question_list ./quiz.module Retrieves a list of questions (to be taken) for a given quiz. 2
quiz_calculate_score ./quiz.module Calculates the score user received on quiz. 4
quiz_categorized_form ./quiz.admin.inc Form for managing what questions should be added to a quiz with categorized random questions. 1
quiz_categorized_form_submit ./quiz.admin.inc Submit the categorized form
quiz_categorized_form_validate ./quiz.admin.inc Validate the categorized form
quiz_categorized_term_ahah ./quiz.admin.inc Ahah function for finding terms... 1
quiz_content_extra_fields ./quiz.module Implementation of hook_content_extra_fields(cck)
quiz_copy_questions ./quiz.module Copies questions when a quiz is translated. 1
quiz_create_rid ./quiz.module Creates a unique id to be used when storing results for a quiz taker. 1
quiz_cron ./quiz.module
quiz_custom_action ./quiz.actions.inc This will be your custom action to perform. What do you want to happen? When creating your quiz and you select your custom_action you defined in quiz_action_info() then this function will be called to perform whatever you want to happen.
quiz_custom_action_form ./quiz.actions.inc Form for configurable Drupal action. This form will be called when you choose the 'Make a new advanced action available' from the actions page in the admin. An example of utilizing this type of dynamics would be if you were giving away…
quiz_custom_action_submit ./quiz.actions.inc Custom submit handler when creating a new action for a playing card.
quiz_custom_action_validate ./quiz.actions.inc Validates the custom action form to make sure they have selected a playing card when creating a new action
quiz_delete ./quiz.module Implementation of hook_delete().
quiz_delete_results ./quiz.module Delete quiz results. 5
quiz_directions_autoload_info question_types/quiz_directions/quiz_directions.module Implementation of hook_autoload_info().
quiz_directions_config question_types/quiz_directions/quiz_directions.module Implementation of hook_config
quiz_directions_help question_types/quiz_directions/quiz_directions.module Implementation of hook_help().
quiz_directions_quiz_question_info question_types/quiz_directions/quiz_directions.module Implementation of hook_quiz_question_info().
quiz_directions_theme question_types/quiz_directions/quiz_directions.module Implementation of hook_theme().
quiz_email_results_format ./quiz.module This functions returns the default email subject and body format which will be used at the end of quiz. 2
quiz_enable ./quiz.module
quiz_end_actions ./quiz.module Actions to take at the end of a quiz 1

Pages

Other projects