33 calls to get_string() in Quiz 6.6
- default_export_filename in includes/
moodle/ lib/ questionlib.php - Create default export filename
- get_grade_options in includes/
moodle/ lib/ questionlib.php - Returns list of 'allowed' grades for grade selection formatted suitably for dropdown box function
- get_import_export_formats in includes/
moodle/ lib/ questionlib.php - Get list of available import or export formats
- print_error in includes/
moodle_support.php - qformat_coursetestmanager::importprocess in includes/
moodle/ question/ format/ coursetestmanager/ format.php - Process the file This method should not normally be overidden
- qformat_default::error in includes/
moodle/ question/ format.php - Handle parsing error
- qformat_default::exportprocess in includes/
moodle/ question/ format.php - Do the export For most types this should not need to be overrided
- qformat_default::importprocess in includes/
moodle/ question/ format.php - Process the file This method should not normally be overidden
- qformat_default::question_get_export_dir in includes/
moodle/ question/ format.php - get directory into which export is going
- qformat_default::readquestion in includes/
moodle/ question/ format.php - Given the data known to define a question in this format, this function converts it into a question object suitable for processing and insertion into Moodle.
- qformat_default::writequestion in includes/
moodle/ question/ format.php - convert a single question object into text output in the given format. This must be overriden
- qformat_gift::check_answer_count in includes/
moodle/ question/ format/ gift/ format.php - qformat_gift::readquestion in includes/
moodle/ question/ format/ gift/ format.php - Given the data known to define a question in this format, this function converts it into a question object suitable for processing and insertion into Moodle.
- qformat_gift::writequestion in includes/
moodle/ question/ format/ gift/ format.php - convert a single question object into text output in the given format. This must be overriden
- qformat_qti2::exportprocess in includes/
moodle/ question/ format/ qti2/ format.php - exports the questions in a question category to the given location
- qformat_qti2::writequestion in includes/
moodle/ question/ format/ qti2/ format.php - Creates the export text for a question
- qformat_webct::readquestions in includes/
moodle/ question/ format/ webct/ format.php - Parses an array of lines into an array of questions, where each item is a question object as defined by readquestion(). Questions are defined as anything between blank lines.
- qformat_xhtml::writequestion in includes/
moodle/ question/ format/ xhtml/ format.php - convert a single question object into text output in the given format. This must be overriden
- qformat_xml::getpath in includes/
moodle/ question/ format/ xml/ format.php - return the value of a node, given a path to the node if it doesn't exist return the default value
- qformat_xml::import_headers in includes/
moodle/ question/ format/ xml/ format.php - import parts of question common to all types
- qformat_xml::import_truefalse in includes/
moodle/ question/ format/ xml/ format.php - import true/false type question
- qformat_xml::readquestions in includes/
moodle/ question/ format/ xml/ format.php - parse the array of lines into an array of questions this *could* burn memory - but it won't happen that much so fingers crossed!
- qformat_xml::writequestion in includes/
moodle/ question/ format/ xml/ format.php - Turns question into an xml segment
- questionbank_navigation_tabs in includes/
moodle/ lib/ questionlib.php - question_add_tops in includes/
moodle/ lib/ questionlib.php - question_delete_activity in includes/
moodle/ lib/ questionlib.php - All question categories and their questions are deleted for this activity.
- question_delete_course in includes/
moodle/ lib/ questionlib.php - All question categories and their questions are deleted for this course.
- question_delete_course_category in includes/
moodle/ lib/ questionlib.php - Category is about to be deleted, 1/ All question categories and their questions are deleted for this course category. 2/ All questions are moved to new category
- question_get_feedback_image in includes/
moodle/ lib/ questionlib.php - Returns the html for question feedback image.
- question_make_default_categories in includes/
moodle/ lib/ questionlib.php - Gets the default category in the most specific context. If no categories exist yet then default ones are created in all contexts.
- question_process_comment in includes/
moodle/ lib/ questionlib.php - Process a manual grading action. That is, use $comment and $grade to update $state and $attempt. The attempt and the comment text are stored in the database. $state is only updated in memory, it is up to the call to store that, if appropriate.
- question_save_from_deletion in includes/
moodle/ lib/ questionlib.php - Enter description here...
- _tidy_question in includes/
moodle/ lib/ questionlib.php - Private function to factor common code out of get_question_options().