Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
qtype_calculatedsimple Class Reference

The simple calculated question type. More...

Inheritance diagram for qtype_calculatedsimple:
qtype_calculated question_type

Public Member Functions

 actual_number_of_questions ($question)
 Returns the number of question numbers which are used by the question. More...
 
 addnamecategory (&$question)
 
 break_down_stats_and_response_analysis_by_variant ($questiondata)
 Whether or not to break down question stats and response analysis, for a question defined by $questiondata. More...
 
 can_analyse_responses ()
 Whether this question type can perform a frequency analysis of student responses. More...
 
 clean_technical_prefix_from_question_name ($name)
 Remove prefix #{..}# if exists. More...
 
 comment_header ($answers)
 
 comment_on_datasetitems ($qtypeobj, $questionid, $questiontext, $answers, $data, $number)
 
 construct_dataset_menus ($form, $mandatorydatasets, $optionaldatasets)
 
 create_editing_form ($submiturl, $question, $category, $contexts, $formeditable)
 Return an instance of the question editing form definition. More...
 
 custom_generator_set_data ($datasetdefs, $formdata)
 
 custom_generator_tools ($datasetdef)
 
 custom_generator_tools_part ($mform, $idx, $j)
 
 dataset_options ($form, $name, $mandatory=true, $renameabledatasets=false)
 
 dataset_options_from_database ($form, $name, $prefix='', $langfile='qtype_calculated')
 
 delete_question ($questionid, $contextid)
 Deletes the question-type specific data when a question is deleted. More...
 
 display_question_editing_page ($mform, $question, $wizardnow)
 This method should be overriden if you want to include a special heading or some other html on a question editing page besides the question editing form. More...
 
 evaluate_equations ($str, $dataset)
 
 export_to_xml ($question, qformat_xml $format, $extra=null)
 
 extra_answer_fields ()
 If your question type has a table that extends the question_answers table, make this method return an array wherer the first element is the table name, and the subsequent entries are the column names (apart from id and answerid). More...
 
 extra_question_fields ()
 If your question type has a table that extends the question table, and you want the base class to automatically save, backup and restore the extra fields, override this method to return an array wherer the first element is the table name, and the subsequent entries are the column names (apart from id and questionid). More...
 
 find_dataset_names ($text)
 Find the names of all datasets mentioned in a piece of question content like the question text. More...
 
 find_formulas ($text)
 Find all the formulas in a bit of text. More...
 
 find_standard_scripts ()
 Utility method used by qtype_renderer::head_code(). More...
 
 finished_edit_wizard ($form)
 Returns true if the editing wizard is finished, false otherwise. More...
 
 generate_dataset_item ($options)
 
 generate_test ($name, $courseid=null)
 Abstract function implemented by each question type. More...
 
 get_database_dataset_items ($definition)
 This function get the dataset items using id as unique parameter and return an array with itemnumber as index sorted ascendant If the multiple records with the same itemnumber exist, only the newest one i.e with the greatest id is used, the others are ignored but not deleted. More...
 
 get_dataset_definitions ($questionid, $newdatasets)
 
 get_dataset_definitions_category ($form)
 This function retrieve the item count of the available category shareable wild cards that is added as a comment displayed when a wild card with the same name is displayed in datasetdefinitions_form.php.
 
 get_datasets_for_export ($question)
 
 get_extra_question_bank_actions (stdClass $question)
 Get extra actions for a question of this type to add to the question bank edit menu. More...
 
 get_heading ($adding=false)
 Method called by display_question_editing_page and by question.php to get heading for breadcrumbs. More...
 
 get_possible_responses ($questiondata)
 This method should return all the possible types of response that are recognised for this question. More...
 
 get_question_options ($question)
 Loads the question type specific options for the question. More...
 
 get_random_guess_score ($questiondata)
 Calculate the score a monkey would get on a question by clicking randomly. More...
 
 get_short_question_name ($stringtoshorten, $characterlimit)
 This function shortens a question name if it exceeds the character limit. More...
 
 get_virtual_qtype ()
 
 has_html_answers ()
 
 import_datasets ($question)
 
 import_file ($context, $component, $filearea, $itemid, $file)
 
 import_from_xml ($data, $question, qformat_xml $format, $extra=null)
 
 is_manual_graded ()
 
 is_question_manual_graded ($question, $otherquestionsinuse)
 
 is_real_question_type ()
 
 is_usable_by_random ()
 
 local_name ()
 
 make_question ($questiondata)
 Create an appropriate question_definition for the question of this type using data loaded from the database. More...
 
 menu_name ()
 The name this question should appear as in the create new question dropdown. More...
 
 move_files ($questionid, $oldcontextid, $newcontextid)
 Move all the files belonging to this question from one context to another. More...
 
 name ()
 
next_wizard_form ($submiturl, $question, $wizardnow)
 
 pick_question_dataset ($question, $datasetitem)
 
 plugin_baseurl ()
 
 plugin_dir ()
 
 plugin_name ()
 
 preparedatasets ($form, $questionfromid='0')
 This method prepare the $datasets in a format similar to dadatesetdefinitions_form.php so that they can be saved using the function save_dataset_definitions($form) when creating a new calculated question or when editing an already existing calculated question or by function save_as_new_dataset_definitions($form, $initialid) when saving as new an already existing calculated question. More...
 
 print_dataset_definitions_category ($form)
 This function build a table showing the available category shareable wild cards, their name, their definition (Min, Max, Decimal) , the item count and the name of the question where they are used. More...
 
 print_dataset_definitions_category_shared ($question, $datasetdefsq)
 This function build a table showing the available category shareable wild cards, their name, their definition (Min, Max, Decimal) , the item count and the name of the question where they are used. More...
 
 print_next_wizard_page ($question, $form, $course)
 
 questionid_column_name ()
 If you use extra_question_fields, overload this function to return question id field name in case you table use another name for this column.
 
 response_file_areas ()
 If the quetsion type uses files in responses, then this method should return an array of all the response variables that might have corresponding files. More...
 
 save_as_new_dataset_definitions ($form, $initialid)
 This function create a copy of the datasets (definition and dataitems) from the preceding question if they remain in the new question otherwise its create the datasets that have been added as in the save_dataset_definitions()
 
 save_dataset_definitions ($form)
 
 save_dataset_items ($question, $fromform)
 
 save_hints ($formdata, $withparts=false)
 
 save_question ($question, $form)
 this version save the available data at the different steps of the question editing process without using global $SESSION as storage between steps at the first step $wizardnow = 'question' when creating a new question when modifying a question when copying as a new question the general parameters and answers are saved using parent::save_question then the datasets are prepared and saved at the second step $wizardnow = 'datasetdefinitions' the datadefs final type are defined as private, category or not a datadef at the third step $wizardnow = 'datasetitems' the datadefs parameters and the data items are created or defined More...
 
 save_question_answers ($question)
 Save the answers, with any extra data. More...
 
 save_question_calculated ($question, $fromform)
 
 save_question_options ($question)
 Saves question-type specific options. More...
 
 set_default_options ($questiondata)
 Set any missing settings for this question to the default values. More...
 
 substitute_variables ($str, $dataset)
 
 substitute_variables_and_eval ($str, $dataset)
 
 supports_dataset_item_generation ()
 
 tolerance_types ()
 
 update_dataset_options ($datasetdefs, $form)
 
 wizard_pages_number ()
 
 wizardpagesnumber ()
 

Public Attributes

 $wizard_pages_number = 1
 
 $wizardpagesnumber = 3
 
const FORMULAS_IN_TEXT_REGEX = '~\{=([^{}]*(?:\{' . self::PLACEHOLDER_REGEX_PART . '\}[^{}]*)*)\}~'
 @const string Regular expression that finds the formulas in content, with capturing brackets to get the forumlas.
 
const MAX_DATASET_ITEMS = 100
 
const PLACEHODLER_REGEX = '~\{(' . self::PLACEHOLDER_REGEX_PART . ')\}~'
 @const string REGEXP for a placeholder, wrapped in its {...} delimiters, with capturing brackets around the name.
 
const PLACEHOLDER_REGEX_PART = '[[:alpha:]][^>} <`{"\']*'
 @const string a placeholder is a letter, followed by almost any characters. More...
 

Protected Member Functions

 count_hints_on_form ($formdata, $withparts)
 Count number of hints on the form. More...
 
 decode_file ($file)
 
 delete_files ($questionid, $contextid)
 Delete all the files belonging to this question. More...
 
 delete_files_in_answers ($questionid, $contextid, $answerstoo=false)
 Delete all the files belonging to this question's answers. More...
 
 delete_files_in_combined_feedback ($questionid, $contextid)
 Delete all the files belonging to this question's answers. More...
 
 delete_files_in_hints ($questionid, $contextid)
 Delete all the files belonging to this question's hints. More...
 
 fill_answer_fields ($answer, $questiondata, $key, $context)
 Return $answer, filling necessary fields for the question_answers table. More...
 
 fill_extra_answer_fields ($answerextra, $questiondata, $key, $context, $extraanswerfields)
 Return $answerextra, filling necessary fields for the extra answer fields table. More...
 
 get_context_by_category_id ($category)
 Get question context by category id. More...
 
 import_or_save_files ($field, $context, $component, $filearea, $itemid)
 Save the file belonging to one text field. More...
 
 initialise_combined_feedback (question_definition $question, $questiondata, $withparts=false)
 Initialise the combined feedback fields. More...
 
 initialise_question_answers (question_definition $question, $questiondata, $forceplaintextanswers=true)
 Initialise question_definition::answers field. More...
 
 initialise_question_hints (question_definition $question, $questiondata)
 Initialise question_definition::hints field. More...
 
 initialise_question_instance (question_definition $question, $questiondata)
 Initialise the common question_definition fields. More...
 
 is_answer_empty ($questiondata, $key)
 Returns true is answer with the $key is empty in the question data and should not be saved in DB. More...
 
 is_extra_answer_fields_empty ($questiondata, $key)
 Returns true if extra answer fields for answer with the $key is empty in the question data and should not be saved in DB. More...
 
 is_hint_empty_in_form_data ($formdata, $number, $withparts)
 Determine if the hint with specified number is not empty and should be saved. More...
 
 make_answer ($answer)
 Create a question_answer, or an appropriate subclass for this question, from a row loaded from the database. More...
 
 make_hint ($hint)
 Create a question_hint, or an appropriate subclass for this question, from a row loaded from the database. More...
 
 make_question_instance ($questiondata)
 Create an appropriate question_definition for the question of this type using data loaded from the database. More...
 
 move_files_in_answers ($questionid, $oldcontextid, $newcontextid, $answerstoo=false)
 Move all the files belonging to this question's answers when the question is moved from one context to another. More...
 
 move_files_in_combined_feedback ($questionid, $oldcontextid, $newcontextid)
 Move all the files belonging to this question's answers when the question is moved from one context to another. More...
 
 move_files_in_hints ($questionid, $oldcontextid, $newcontextid)
 Move all the files belonging to this question's hints when the question is moved from one context to another. More...
 
 save_combined_feedback_helper ($options, $formdata, $context, $withparts=false)
 Can be used to save_question_options() to transfer the combined feedback fields from $formdata to $options. More...
 
 save_hint_options ($formdata, $number, $withparts)
 Save additional question type data into the hint optional field. More...
 
 validate_answer ($answer)
 Verify that an answer is OK. More...
 
 validate_question_data ($question)
 Validate data before save. More...
 
 validate_text ($text)
 Verify that the equations in part of the question are OK. More...
 

Protected Attributes

 $fileoptions
 

Detailed Description

The simple calculated question type.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ actual_number_of_questions()

question_type::actual_number_of_questions (   $question)
inherited

Returns the number of question numbers which are used by the question.

This function returns the number of question numbers to be assigned to the question. Most question types will have length one; they will be assigned one number. The 'description' type, however does not use up a number and so has a length of zero. Other question types may wish to handle a bundle of questions and hence return a number greater than one.

Return values
intThe number of question numbers which should be assigned to the question.
Parameters
object$questionThe question whose length is to be determined. Question type specific information is included.

Reimplemented in qtype_description.

◆ break_down_stats_and_response_analysis_by_variant()

question_type::break_down_stats_and_response_analysis_by_variant (   $questiondata)
inherited

Whether or not to break down question stats and response analysis, for a question defined by $questiondata.

Parameters
object$questiondataThe full question definition data.
Return values
bool

◆ can_analyse_responses()

question_type::can_analyse_responses ( )
inherited

Whether this question type can perform a frequency analysis of student responses.

If this method returns true, you must implement the get_possible_responses method, and the question_definition class must implement the classify_response method.

Return values
boolwhether this report can analyse all the student responses for things like the quiz statistics report.

Reimplemented in qtype_randomsamatch, qtype_multianswer, qtype_missingtype, and qtype_description.

◆ clean_technical_prefix_from_question_name()

qtype_calculated::clean_technical_prefix_from_question_name (   $name)
inherited

Remove prefix #{..}# if exists.

Parameters
$namea question name,
Return values
stringthe cleaned up question name.

◆ count_hints_on_form()

question_type::count_hints_on_form (   $formdata,
  $withparts 
)
protectedinherited

Count number of hints on the form.

Overload if you use custom hint controls.

Parameters
object$formdatathe data from the form.
bool$withpartswhether to take into account clearwrong and shownumcorrect options.
Return values
intcount of hints on the form.

◆ create_editing_form()

question_type::create_editing_form (   $submiturl,
  $question,
  $category,
  $contexts,
  $formeditable 
)
inherited

Return an instance of the question editing form definition.

This looks for a class called edit_{$this->name()}_question_form in the file question/type/{$this->name()}/edit_{$this->name()}_question_form.php and if it exists returns an instance of it.

Parameters
string$submiturlpassed on to the constructor call.
Return values
objectan instance of the form definition, or null if one could not be found.

◆ delete_files()

qtype_calculated::delete_files (   $questionid,
  $contextid 
)
protectedinherited

Delete all the files belonging to this question.

Parameters
int$questionidthe question being deleted.
int$contextidthe context the question is in.

Reimplemented from question_type.

Reimplemented in qtype_calculatedmulti.

◆ delete_files_in_answers()

question_type::delete_files_in_answers (   $questionid,
  $contextid,
  $answerstoo = false 
)
protectedinherited

Delete all the files belonging to this question's answers.

Parameters
int$questionidthe question being deleted.
int$contextidthe context the question is in.
bool$answerstoowhether there is an 'answer' question area, as well as an 'answerfeedback' one. Default false.

◆ delete_files_in_combined_feedback()

question_type::delete_files_in_combined_feedback (   $questionid,
  $contextid 
)
protectedinherited

Delete all the files belonging to this question's answers.

Parameters
int$questionidthe question being deleted.
int$contextidthe context the question is in.
bool$answerstoowhether there is an 'answer' question area, as well as an 'answerfeedback' one. Default false.

◆ delete_files_in_hints()

question_type::delete_files_in_hints (   $questionid,
  $contextid 
)
protectedinherited

Delete all the files belonging to this question's hints.

Parameters
int$questionidthe question being deleted.
int$contextidthe context the question is in.

◆ delete_question()

qtype_calculated::delete_question (   $questionid,
  $contextid 
)
inherited

Deletes the question-type specific data when a question is deleted.

Parameters
int$questionthe question being deleted.
int$contextidthe context this quesiotn belongs to.

Reimplemented from question_type.

◆ display_question_editing_page()

qtype_calculated::display_question_editing_page (   $mform,
  $question,
  $wizardnow 
)
inherited

This method should be overriden if you want to include a special heading or some other html on a question editing page besides the question editing form.

Parameters
question_edit_form$mforma child of question_edit_form
object$question
string$wizardnowis '' for first page.

Reimplemented from question_type.

◆ extra_answer_fields()

question_type::extra_answer_fields ( )
inherited

If your question type has a table that extends the question_answers table, make this method return an array wherer the first element is the table name, and the subsequent entries are the column names (apart from id and answerid).

Return values
mixedarray as above, or null to tell the base class to do nothing.

◆ extra_question_fields()

question_type::extra_question_fields ( )
inherited

If your question type has a table that extends the question table, and you want the base class to automatically save, backup and restore the extra fields, override this method to return an array wherer the first element is the table name, and the subsequent entries are the column names (apart from id and questionid).

Return values
mixedarray as above, or null to tell the base class to do nothing.

Reimplemented in qtype_shortanswer, and qtype_randomsamatch.

◆ fill_answer_fields()

question_type::fill_answer_fields (   $answer,
  $questiondata,
  $key,
  $context 
)
protectedinherited

Return $answer, filling necessary fields for the question_answers table.

The questions using question_answers table may want to overload this. Default code will work for shortanswer and similar question types.

Parameters
stdClass$answerObject to save data.
object$questiondataThis holds the information from the question editing form or import.
int$keyA key of the answer in question.
object$contextneeded for working with files.
Return values
$answeranswer with filled data.

Reimplemented in qtype_shortanswer.

◆ fill_extra_answer_fields()

question_type::fill_extra_answer_fields (   $answerextra,
  $questiondata,
  $key,
  $context,
  $extraanswerfields 
)
protectedinherited

Return $answerextra, filling necessary fields for the extra answer fields table.

The questions may want to overload it to save files or do other data processing.

Parameters
stdClass$answerextraObject to save data.
object$questiondataThis holds the information from the question editing form or import.
int$keyA key of the answer in question.
object$contextneeded for working with files.
array$extraanswerfieldsextra answer fields (without table name).
Return values
$answeranswerextra with filled data.

◆ find_dataset_names()

qtype_calculated::find_dataset_names (   $text)
inherited

Find the names of all datasets mentioned in a piece of question content like the question text.

Parameters
$textthe text to analyse.
Return values
arraywith dataset name for both key and value.

◆ find_formulas()

qtype_calculated::find_formulas (   $text)
inherited

Find all the formulas in a bit of text.

For example, called with "What is {a} plus {b}? (Hint, it is not {={a}*{b}}.)" this returns ['{a}*{b}'].

Parameters
$texttext to analyse.
Return values
arraywhere they keys an values are the formulas.

◆ find_standard_scripts()

question_type::find_standard_scripts ( )
inherited

Utility method used by qtype_renderer::head_code().

It looks for any of the files script.js or script.php that exist in the plugin folder and ensures they get included.

◆ finished_edit_wizard()

qtype_calculatedsimple::finished_edit_wizard (   $form)

Returns true if the editing wizard is finished, false otherwise.

The default implementation returns true, which is suitable for all question- types that only use one editing form. This function is used in question.php to decide whether we can regrade any states of the edited question and redirect to edit.php.

The dataset dependent question-type, which is extended by the calculated question-type, overwrites this method because it uses multiple pages (i.e. a wizard) to set up the question and associated datasets.

Parameters
object$formThe data submitted by the previous page.
Return values
boolWhether the wizard's last page was submitted or not.

Reimplemented from qtype_calculated.

◆ generate_test()

question_type::generate_test (   $name,
  $courseid = null 
)
inherited

Abstract function implemented by each question type.

It runs all the code required to set up and save a question of any type for testing purposes. Alternate DB table prefix may be used to facilitate data deletion.

◆ get_context_by_category_id()

question_type::get_context_by_category_id (   $category)
protectedinherited

Get question context by category id.

Parameters
int$category
Return values
object::$context

◆ get_database_dataset_items()

qtype_calculated::get_database_dataset_items (   $definition)
inherited

This function get the dataset items using id as unique parameter and return an array with itemnumber as index sorted ascendant If the multiple records with the same itemnumber exist, only the newest one i.e with the greatest id is used, the others are ignored but not deleted.

MDL-19210

◆ get_extra_question_bank_actions()

question_type::get_extra_question_bank_actions ( stdClass  $question)
inherited

◆ get_heading()

question_type::get_heading (   $adding = false)
inherited

Method called by display_question_editing_page and by question.php to get heading for breadcrumbs.

Return values
stringthe heading

◆ get_possible_responses()

qtype_calculated::get_possible_responses (   $questiondata)
inherited

This method should return all the possible types of response that are recognised for this question.

The question is modelled as comprising one or more subparts. For each subpart, there are one or more classes that that students response might fall into, each of those classes earning a certain score.

For example, in a shortanswer question, there is only one subpart, the text entry field. The response the student gave will be classified according to which of the possible $question->options->answers it matches.

For the matching question type, there will be one subpart for each question stem, and for each stem, each of the possible choices is a class of student's response.

A response is an object with two fields, ->responseclass is a string presentation of that response, and ->fraction, the credit for a response in that class.

Array keys have no specific meaning, but must be unique, and must be the same if this function is called repeatedly.

Parameters
object$questionthe question definition data.
Return values
arraykeys are subquestionid, values are arrays of possible responses to that subquestion.

Reimplemented from question_type.

Reimplemented in qtype_calculatedmulti.

◆ get_question_options()

qtype_calculated::get_question_options (   $question)
inherited

Loads the question type specific options for the question.

This function loads any question type specific options for the question from the database into the question object. This information is placed in the $question->options field. A question type is free, however, to decide on a internal structure of the options field.

Return values
boolIndicates success or failure.
Parameters
object$questionThe question object for the question. This object should be updated to include the question type specific information (it is passed by reference).

Reimplemented from question_type.

◆ get_random_guess_score()

qtype_calculated::get_random_guess_score (   $questiondata)
inherited

Calculate the score a monkey would get on a question by clicking randomly.

Some question types have significant non-zero average expected score of the response is just selected randomly. For example 50% for a true-false question. It is useful to know what this is. For example it gets shown in the quiz statistics report.

For almost any open-ended question type (E.g. shortanswer or numerical) this should be 0.

For selective response question types (e.g. multiple choice), you can probably compute this.

For particularly complicated question types the may be impossible or very difficult to compute. In this case return null. (Or, if the expected score is very tiny even though the exact value is unknown, it may appropriate to return 0.)

Parameters
stdClass$questiondatadata defining a question, as returned by question_bank::load_question_data().
Return values
number|nulleither a fraction estimating what the student would score by guessing, or null, if it is not possible to estimate.

Reimplemented from question_type.

◆ get_short_question_name()

qtype_calculated::get_short_question_name (   $stringtoshorten,
  $characterlimit 
)
inherited

This function shortens a question name if it exceeds the character limit.

Parameters
string$stringtoshortenthe string to be shortened.
int$characterlimitthe character limit.
Return values
string

◆ has_html_answers()

question_type::has_html_answers ( )
inherited
Return values
whetherthe question_answers.answer field needs to have restore_decode_content_links_worker called on it.

◆ import_or_save_files()

question_type::import_or_save_files (   $field,
  $context,
  $component,
  $filearea,
  $itemid 
)
protectedinherited

Save the file belonging to one text field.

Parameters
array$fieldthe data from the form (or from import). This will normally have come from the formslib editor element, so it will be an array with keys 'text', 'format' and 'itemid'. However, when we are importing, it will be an array with keys 'text', 'format' and 'files'
object$contextthe context the question is in.
string$componentindentifies the file area question.
string$fileareaindentifies the file area questiontext, generalfeedback, answerfeedback, etc.
int$itemididentifies the file area.
Return values
stringthe text for this field, after files have been processed.

◆ initialise_combined_feedback()

question_type::initialise_combined_feedback ( question_definition  $question,
  $questiondata,
  $withparts = false 
)
protectedinherited

Initialise the combined feedback fields.

Parameters
question_definition$questionthe question_definition we are creating.
object$questiondatathe question data loaded from the database.
bool$withpartswhether to set the shownumcorrect field.

Reimplemented in qtype_ddmarker.

◆ initialise_question_answers()

question_type::initialise_question_answers ( question_definition  $question,
  $questiondata,
  $forceplaintextanswers = true 
)
protectedinherited

Initialise question_definition::answers field.

Parameters
question_definition$questionthe question_definition we are creating.
object$questiondatathe question data loaded from the database.
bool$forceplaintextanswersmost qtypes assume that answers are FORMAT_PLAIN, and dont use the answerformat DB column (it contains the default 0 = FORMAT_MOODLE). Therefore, by default this method ingores answerformat. Pass false here to use answerformat. For example multichoice does this.

◆ initialise_question_hints()

question_type::initialise_question_hints ( question_definition  $question,
  $questiondata 
)
protectedinherited

Initialise question_definition::hints field.

Parameters
question_definition$questionthe question_definition we are creating.
object$questiondatathe question data loaded from the database.

◆ initialise_question_instance()

qtype_calculated::initialise_question_instance ( question_definition  $question,
  $questiondata 
)
protectedinherited

Initialise the common question_definition fields.

Parameters
question_definition$questionthe question_definition we are creating.
object$questiondatathe question data loaded from the database.

Reimplemented from question_type.

Reimplemented in qtype_calculatedmulti.

◆ is_answer_empty()

question_type::is_answer_empty (   $questiondata,
  $key 
)
protectedinherited

Returns true is answer with the $key is empty in the question data and should not be saved in DB.

The questions using question_answers table may want to overload this. Default code will work for shortanswer and similar question types.

Parameters
object$questiondataThis holds the information from the question editing form or import.
int$keyA key of the answer in question.
Return values
boolTrue if answer shouldn't be saved in DB.

◆ is_extra_answer_fields_empty()

question_type::is_extra_answer_fields_empty (   $questiondata,
  $key 
)
protectedinherited

Returns true if extra answer fields for answer with the $key is empty in the question data and should not be saved in DB.

Questions where extra answer fields are optional will want to overload this.

Parameters
object$questiondataThis holds the information from the question editing form or import.
int$keyA key of the answer in question.
Return values
boolTrue if extra answer data shouldn't be saved in DB.

◆ is_hint_empty_in_form_data()

question_type::is_hint_empty_in_form_data (   $formdata,
  $number,
  $withparts 
)
protectedinherited

Determine if the hint with specified number is not empty and should be saved.

Overload if you use custom hint controls.

Parameters
object$formdatathe data from the form.
int$numbernumber of hint under question.
bool$withpartswhether to take into account clearwrong and shownumcorrect options.
Return values
boolis this particular hint data empty.

◆ is_manual_graded()

question_type::is_manual_graded ( )
inherited
Return values
booltrue if this question type sometimes requires manual grading.

Reimplemented in qtype_random, and qtype_essay.

◆ is_question_manual_graded()

question_type::is_question_manual_graded (   $question,
  $otherquestionsinuse 
)
inherited
Parameters
object$questiona question of this type.
string$otherquestionsinusecomma-separate list of other question ids in this attempt.
Return values
booltrue if a particular instance of this question requires manual grading.

Reimplemented in qtype_random.

◆ is_real_question_type()

question_type::is_real_question_type ( )
inherited
Return values
booloverride this to return false if this is not really a question type, for example the description question type is not really a question type.

Reimplemented in qtype_description.

◆ is_usable_by_random()

question_type::is_usable_by_random ( )
inherited
Return values
booltrue if this question type can be used by the random question type.

Reimplemented in qtype_randomsamatch, qtype_random, qtype_missingtype, and qtype_description.

◆ local_name()

question_type::local_name ( )
inherited
Return values
stringthe name of this question type in the user's language. You should not need to override this method, the default behaviour should be fine.

◆ make_answer()

question_type::make_answer (   $answer)
protectedinherited

Create a question_answer, or an appropriate subclass for this question, from a row loaded from the database.

Parameters
object$answerthe DB row from the question_answers table plus extra answer fields.
Return values
question_answer

Reimplemented in qtype_multichoice, and qtype_calculatedmulti.

◆ make_hint()

question_type::make_hint (   $hint)
protectedinherited

Create a question_hint, or an appropriate subclass for this question, from a row loaded from the database.

Parameters
object$hintthe DB row from the question hints table.
Return values
question_hint

Reimplemented in qtype_randomsamatch, qtype_multichoice, qtype_multianswer, qtype_match, qtype_gapselect_base, qtype_ddmarker, qtype_ddimageortext, and qtype_calculatedmulti.

◆ make_question()

question_type::make_question (   $questiondata)
inherited

Create an appropriate question_definition for the question of this type using data loaded from the database.

Parameters
object$questiondatathe question data loaded from the database.
Return values
question_definitionthe corresponding question_definition.

Reimplemented in qtype_random, and qtype_missingtype.

◆ make_question_instance()

question_type::make_question_instance (   $questiondata)
protectedinherited

Create an appropriate question_definition for the question of this type using data loaded from the database.

Parameters
object$questiondatathe question data loaded from the database.
Return values
question_definitionan instance of the appropriate question_definition subclass. Still needs to be initialised.

Reimplemented in qtype_multichoice, and qtype_calculatedmulti.

◆ menu_name()

question_type::menu_name ( )
inherited

The name this question should appear as in the create new question dropdown.

Override this method to return false if you don't want your question type to be createable, for example if it is an abstract base type, otherwise, you should not need to override this method.

Return values
mixedthe desired string, or false to hide this question type in the menu.

Reimplemented in qtype_random, and qtype_missingtype.

◆ move_files()

qtype_calculated::move_files (   $questionid,
  $oldcontextid,
  $newcontextid 
)
inherited

Move all the files belonging to this question from one context to another.

Parameters
int$questionidthe question being moved.
int$oldcontextidthe context it is moving from.
int$newcontextidthe context it is moving to.

Reimplemented from question_type.

Reimplemented in qtype_calculatedmulti.

◆ move_files_in_answers()

question_type::move_files_in_answers (   $questionid,
  $oldcontextid,
  $newcontextid,
  $answerstoo = false 
)
protectedinherited

Move all the files belonging to this question's answers when the question is moved from one context to another.

Parameters
int$questionidthe question being moved.
int$oldcontextidthe context it is moving from.
int$newcontextidthe context it is moving to.
bool$answerstoowhether there is an 'answer' question area, as well as an 'answerfeedback' one. Default false.

◆ move_files_in_combined_feedback()

question_type::move_files_in_combined_feedback (   $questionid,
  $oldcontextid,
  $newcontextid 
)
protectedinherited

Move all the files belonging to this question's answers when the question is moved from one context to another.

Parameters
int$questionidthe question being moved.
int$oldcontextidthe context it is moving from.
int$newcontextidthe context it is moving to.
bool$answerstoowhether there is an 'answer' question area, as well as an 'answerfeedback' one. Default false.

◆ move_files_in_hints()

question_type::move_files_in_hints (   $questionid,
  $oldcontextid,
  $newcontextid 
)
protectedinherited

Move all the files belonging to this question's hints when the question is moved from one context to another.

Parameters
int$questionidthe question being moved.
int$oldcontextidthe context it is moving from.
int$newcontextidthe context it is moving to.
bool$answerstoowhether there is an 'answer' question area, as well as an 'answerfeedback' one. Default false.

◆ name()

question_type::name ( )
inherited
Return values
stringthe name of this question type.

◆ plugin_baseurl()

question_type::plugin_baseurl ( )
inherited
Return values
stringthe URL of the folder this plugin's files live in.

◆ plugin_dir()

question_type::plugin_dir ( )
inherited
Return values
stringthe full path of the folder this plugin's files live in.

◆ plugin_name()

question_type::plugin_name ( )
inherited
Return values
stringthe full frankenstyle name for this plugin.

◆ preparedatasets()

qtype_calculated::preparedatasets (   $form,
  $questionfromid = '0' 
)
inherited

This method prepare the $datasets in a format similar to dadatesetdefinitions_form.php so that they can be saved using the function save_dataset_definitions($form) when creating a new calculated question or when editing an already existing calculated question or by function save_as_new_dataset_definitions($form, $initialid) when saving as new an already existing calculated question.

Parameters
object$form
int$questionfromiddefault = '0'

◆ print_dataset_definitions_category()

qtype_calculated::print_dataset_definitions_category (   $form)
inherited

This function build a table showing the available category shareable wild cards, their name, their definition (Min, Max, Decimal) , the item count and the name of the question where they are used.

This table is intended to be add before the question text to help the user use these wild cards

◆ print_dataset_definitions_category_shared()

qtype_calculated::print_dataset_definitions_category_shared (   $question,
  $datasetdefsq 
)
inherited

This function build a table showing the available category shareable wild cards, their name, their definition (Min, Max, Decimal) , the item count and the name of the question where they are used.

This table is intended to be add before the question text to help the user use these wild cards

◆ response_file_areas()

question_type::response_file_areas ( )
inherited

If the quetsion type uses files in responses, then this method should return an array of all the response variables that might have corresponding files.

For example, the essay qtype returns array('attachments', 'answers').

Return values
arrayresponse variable names that may have associated files.

Reimplemented in qtype_essay.

◆ save_combined_feedback_helper()

question_type::save_combined_feedback_helper (   $options,
  $formdata,
  $context,
  $withparts = false 
)
protectedinherited

Can be used to save_question_options() to transfer the combined feedback fields from $formdata to $options.

Parameters
object$optionsthe $question->options object being built.
object$formdatathe data from the form.
object$contextthe context the quetsion is being saved into.
bool$withpartswhether $options->shownumcorrect should be set.

◆ save_hint_options()

question_type::save_hint_options (   $formdata,
  $number,
  $withparts 
)
protectedinherited

Save additional question type data into the hint optional field.

Overload if you use custom hint information.

Parameters
object$formdatathe data from the form.
int$numbernumber of hint to get options from.
bool$withpartswhether question have parts.
Return values
stringvalue to save into the options field of question_hints table.

◆ save_question()

qtype_calculated::save_question (   $question,
  $form 
)
inherited

this version save the available data at the different steps of the question editing process without using global $SESSION as storage between steps at the first step $wizardnow = 'question' when creating a new question when modifying a question when copying as a new question the general parameters and answers are saved using parent::save_question then the datasets are prepared and saved at the second step $wizardnow = 'datasetdefinitions' the datadefs final type are defined as private, category or not a datadef at the third step $wizardnow = 'datasetitems' the datadefs parameters and the data items are created or defined

Parameters
objectquestion
object$form
int$course
PARAM_ALPHA$wizardnowshould be added as we are coming from question2.php

Reimplemented from question_type.

◆ save_question_answers()

question_type::save_question_answers (   $question)
inherited

Save the answers, with any extra data.

Questions that use answers will call it from save_question_options().

Parameters
object$questionThis holds the information from the editing form, it is not a standard question object.
Return values
object::$result-,>erroror $result->notice

◆ save_question_options()

qtype_calculatedsimple::save_question_options (   $question)

Saves question-type specific options.

This is called by save_question() to save the question-type specific data

Return values
object::$result-,>erroror $result->notice
Parameters
object$questionThis holds the information from the editing form, it is not a standard question object.

Reimplemented from qtype_calculated.

◆ set_default_options()

question_type::set_default_options (   $questiondata)
inherited

Set any missing settings for this question to the default values.

This is called before displaying the question editing form.

Parameters
object$questiondatathe question data, loaded from the databsae, or more likely a newly created question object that is only partially initialised.

◆ validate_answer()

qtype_calculated::validate_answer (   $answer)
protectedinherited

Verify that an answer is OK.

We throw an exception here because this should have already been validated by the form. This is just a last line of defence to prevent a question being stored in the database if it has bad formulas. This saves us from, for example, malicious imports.

Parameters
string$textcontaining equations.

Reimplemented in qtype_calculatedmulti.

◆ validate_question_data()

qtype_calculated::validate_question_data (   $question)
protectedinherited

Validate data before save.

Parameters
stdClass$questiondata from the form / import file.

Reimplemented in qtype_calculatedmulti.

◆ validate_text()

qtype_calculated::validate_text (   $text)
protectedinherited

Verify that the equations in part of the question are OK.

We throw an exception here because this should have already been validated by the form. This is just a last line of defence to prevent a question being stored in the database if it has bad formulas. This saves us from, for example, malicious imports.

Parameters
string$textcontaining equations.

Member Data Documentation

◆ $fileoptions

question_type::$fileoptions
protectedinherited
Initial value:
= array(
'subdirs' => true,
'maxfiles' => -1,
'maxbytes' => 0,
)

◆ PLACEHOLDER_REGEX_PART

const qtype_calculated::PLACEHOLDER_REGEX_PART = '[[:alpha:]][^>} <`{"\']*'
inherited

@const string a placeholder is a letter, followed by almost any characters.

(This should probably be restricted more.)


The documentation for this class was generated from the following file: