You are here

Functions in Quiz 6.4

Primary tabs

Namesort descending Location Description Direct uses Strings
_multichoice_update_6400 question_types/multichoice/multichoice_update_6400.inc Helper function for multichoice_update_6400 1
_quiz_active_result_id ./quiz.module Returns the result ID for any current result set for the given quiz. 1
_quiz_add_fields_for_creating_questions ./quiz.admin.inc Fields for creating new questions are added to the quiz_questions_form 1
_quiz_add_fields_for_random_quiz ./quiz.admin.inc Add fields for random quiz to the quiz_questions_form 1
_quiz_add_hidden_questions ./quiz.admin.inc Adds all information about the hidden questions to the questions array. 1
_quiz_add_questions_to_form ./quiz.admin.inc Adds the questions in the $questions array to the form 1
_quiz_add_revision_checkbox ./quiz.admin.inc Adds checkbox for creating new revision. Checks it by default if answers exists. 2
_quiz_add_to_get ./quiz.admin.inc Adds variables from a querystring to $_GET 2
_quiz_browser_store_filters ./quiz.admin.inc Store values for each browser filter in $_SESSION 2
_quiz_build_categorized_question_list ./quiz.module Builds the questionlist for quizzes with categorized random questions 1
_quiz_categorized_add_term ./quiz.admin.inc Adds a term to a categorized quiz 1
_quiz_categorized_existing_terms_form ./quiz.admin.inc 1
_quiz_categorized_new_term_form ./quiz.admin.inc Form for adding new terms to a quiz 1
_quiz_categorized_update_terms ./quiz.admin.inc Update the categoriez belonging to a quiz with categorized random questions. 1
_quiz_check_num_always ./quiz.module If a quiz is saved with random categories we should make sure all questions are removed from the quiz 2
_quiz_check_num_random ./quiz.module If a quiz is saved as not randomized we should make sure all random questions are converted to always. 2
_quiz_cleanup_after_jumping ./quiz.module Clean up result data when the user jumps forward in a quiz 1
_quiz_common_presave_actions ./quiz.module Common actions that need to be done before a quiz is inserted or updated 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_delete_old_in_progress ./quiz.module Delete quiz responses for quizzes that haven't been finished. 1
_quiz_delete_question question_types/quiz_question/quiz_question.module Delete the question node from the db, and mark its identifiers in the quiz linking table as "NEVER". This is safer than deleting them and allows for same tracing of what's happened if a question was deleted unintentionally. 2
_quiz_delete_results ./quiz.admin.inc Delete a single result, or all results for a given user and a given quiz. 1
_quiz_delete_users_results ./quiz.module Deletes all results associated with a given user. 1
_quiz_format_duration ./quiz.module Format a number of seconds to a hh:mm:ss format. 5
_quiz_format_mod ./quiz.module Modifies the format fieldset. 2
_quiz_form_prepare_date ./quiz.module Takes a time element and prepares to send it to form_date(). 2
_quiz_get_answers ./quiz.module Get answer data for a specific result. 3
_quiz_get_attempt_count includes/quiz_stats/quiz_stats.admin.inc Computes quiz attempt count 1
_quiz_get_browser_content ./quiz.admin.inc Finds and returns all table rows with a certain class(HTML) in a table(HTML) 2
_quiz_get_duration_intervals ./quiz.admin.inc Returns an array with sql where clauses correscponding to the options in the duration filters. 1
_quiz_get_duration_options ./quiz.admin.inc Returns an array with options for the time filters.
_quiz_get_feedback_options ./quiz.module Get an array of feedback options. 1
_quiz_get_id_from_string ./quiz.admin.inc Searches for an id in the end of a string. 1
_quiz_get_interval_timestamps ./quiz.admin.inc Returns an array with sql where clauses correscponding to the options in the time filters. 2
_quiz_get_last_days includes/quiz_stats/quiz_stats.admin.inc Get the timestamps for the last days 1
_quiz_get_last_table_rows ./quiz.admin.inc Finds and returns the last table rows(HTML) in a table(HTML) 1
_quiz_get_node_defaults ./quiz.module Returns default values for all quiz settings. 4
_quiz_get_num_always_questions ./quiz.module Get the number of compulsory questions for a quiz. 3
_quiz_get_questions_from_form_state ./quiz.admin.inc Returns the questions that was in the question list when the form was submitted using ajax. 1
_quiz_get_question_row ./quiz.admin.inc Helper function for theme_question_selection_table 1
_quiz_get_question_types ./quiz.module Retrieve list of question types. 9
_quiz_get_quizzes ./quiz.module Get a list of all available quizzes. 2
_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 Get an array list of random questions for a quiz. 1
_quiz_get_random_taxonomy_question_ids ./quiz.module Given a term ID, get all of the question nid/vids that have that ID. 2
_quiz_get_results ./quiz.module Get all results, or results for a given user and/or quiz.
_quiz_get_score_intervals ./quiz.admin.inc Returns an array with sql where clauses correscponding to the options in the score filters. 1
_quiz_get_score_options ./quiz.admin.inc Returns an array with options for the score filters. 1
_quiz_get_summary_text ./quiz.module Get the summary message for a completed quiz. 3
_quiz_get_terms ./quiz.module Get data for all terms belonging to a Quiz with categorized random questions 2

Pages

Other projects