| quiz_access | ./quiz.module | Find out if a quiz is available for taking or not. | 
          
                  | quiz_build_question_list | ./quiz.module | Retrieves a list of questions (to be taken) for a given quiz. | 
          
                  | quiz_calculate_score | ./quiz.module | Calculates the score user received on quiz. | 
          
                  | quiz_end_scoring | ./quiz.module | Score a completed quiz. | 
          
                  | quiz_get_number_of_questions | ./quiz.module | Finds out the number of questions for the quiz. | 
          
                  | quiz_is_passed | ./quiz.module | Check a user/quiz combo to see if the user passed the given quiz. | 
          
                  | quiz_question_module_for_type | ./quiz.module |  | 
          
                  | quiz_quiz_access | ./quiz.module | Can a user take this quiz? | 
          
                  | quiz_set_questions | ./quiz.module | Sets the questions that are assigned to a quiz. | 
          
                  | quiz_store_question_result | ./quiz.module | Store a quiz question result. | 
          
                  | quiz_take_question | ./quiz.module | Take a quiz questions. | 
          
                  | quiz_take_quiz | ./quiz.module | Find a resumable result for this quiz and the current user. | 
          
                  | quiz_type_confirm | ./quiz.module | Validate that a node is of type quiz, and that the user has access to it. | 
          
                  | quiz_update_max_score_properties | ./quiz.module | Updates the max_score property on the specified quizzes. | 
          
                  | quiz_update_quiz_question_relationship | ./quiz.module | Copies quiz-question relation entries in the quiz_node_relationship table
from an old version of a quiz to a new. | 
          
                  | quiz_update_total_score | ./quiz.module | Update a score for a quiz. | 
          
                  | _quiz_build_categorized_question_list | ./quiz.module | Builds the questionlist for quizzes with categorized random questions. | 
          
                  | _quiz_get_terms | ./quiz.module | Get data for all terms belonging to a Quiz with categorized random questions. |