moodle/question
gustav_delius 4f48fb42af Towards removing reference to quiz module from the question code
Renaming tables:
quiz_questions -> question
quiz_states -> question_states

Renaming functions:
quiz_delete_question -> delete_question
quiz_get_question_options -> get_question_options
quiz_get_states -> get_question_states
quiz_restore_state -> restore_question_state
quiz_save_question_session -> save_question_session
quiz_state_is_graded -> question_state_is_graded
quiz_extract_responses -> question_extract_responses
quiz_regrade_question_in_attempt -> regrade_question_in_attempt
quiz_process_responses -> question_process_responses
quiz_isgradingevent -> question_isgradingevent($event)
quiz_search_for_duplicate_responses -> question_search_for_duplicate_responses
quiz_apply_penalty_and_timelimit -> question_apply_penalty_and_timelimit
quiz_print_question_icon -> print_question_icon
quiz_get_image -> get_question_image
quiz_make_name_prefix -> question_make_name_prefix
quiz_get_id_from_name_prefix -> question_get_id_from_name_prefix
quiz_new_attempt_uniqueid -> question_new_attempt_uniqueid
quiz_get_renderoptions -> question_get_renderoptions
quiz_print_quiz_question -> print_question
quiz_get_question_responses -> get_question_responses
quiz_get_question_actual_response -> get_question_actual_response
quiz_get_question_fraction_grade -> get_question_fraction_grade
quiz_get_default_category -> get_default_question_category


Renaming constants:
QUIZ_EVENT.... -> QUESTION_EVENT....
QUIZ_MAX_NUMBER_ANSWERS -> QUESTION_NUMANS
2006-02-28 09:26:00 +00:00
..
format Corrected require path for new location 2006-02-24 16:05:51 +00:00
questiontypes Towards removing reference to quiz module from the question code 2006-02-28 09:26:00 +00:00
category.php Updated question scripts to work in their new location 2006-02-24 10:35:28 +00:00
category_class.php Towards removing reference to quiz module from the question code 2006-02-28 09:26:00 +00:00
edit.php Updated question scripts to work in their new location 2006-02-24 10:35:28 +00:00
editlib.php Towards removing reference to quiz module from the question code 2006-02-28 09:26:00 +00:00
export.php missing course parameter in header 2006-02-24 18:54:54 +00:00
format.php Moving import/export to new question area. 2006-02-24 15:17:40 +00:00
import.php Removed links to locallib.php 2006-02-24 15:46:26 +00:00
preview.php Towards removing reference to quiz module from the question code 2006-02-28 09:26:00 +00:00
question.php Towards removing reference to quiz module from the question code 2006-02-28 09:26:00 +00:00
showbank.php Towards removing reference to quiz module from the question code 2006-02-28 09:26:00 +00:00