Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Examview question importer. More...
Public Member Functions | |
can_import_file ($file) | |
Check if the given file is capable of being imported by this plugin. More... | |
clean_question_name ($name) | |
Ensure that a question name does not contain anything nasty, and will fit in the DB field. More... | |
clean_question_name ($name) | |
Ensure that a question name does not contain anything nasty, and will fit in the DB field. More... | |
cleaninput ($str) | |
A lot of imported files contain unwanted entities. More... | |
cleaninput ($str) | |
A lot of imported files contain unwanted entities. More... | |
create_default_question_name ($questiontext, $default) | |
Construct a reasonable default question name, based on the start of the question text. More... | |
create_default_question_name ($questiontext, $default) | |
Construct a reasonable default question name, based on the start of the question text. More... | |
export_file_extension () | |
exportpreprocess () | |
Do any pre-processing that may be required. More... | |
exportprocess ($checkcapabilities=true) | |
Perform the export. More... | |
getpath ($xml, $path, $default, $istext=false, $error='') | |
Return the value of a node, given a path to the node if it doesn't exist return the default value. More... | |
getpath ($xml, $path, $default, $istext=false, $error='') | |
Return the value of a node, given a path to the node if it doesn't exist return the default value. More... | |
importpostprocess () | |
importpostprocess () | |
Override if any post-processing is required. More... | |
importpreprocess () | |
importpreprocess () | |
Perform any required pre-processing. More... | |
importprocess ($filename, $lesson, $pageid) | |
importprocess () | |
Process the file This method should not normally be overidden. More... | |
mime_type () | |
The string mime-type of the files that this plugin reads or writes. More... | |
parse_matching_groups ($matchinggroups) | |
provide_export () | |
provide_import () | |
readdata ($filename) | |
readquestion ($qrec) | |
readquestions ($lines) | |
set_can_access_backupdata ($canaccess) | |
set_display_progress ($displayprogress) | |
Change whether to display progress messages. More... | |
set_importcontext ($context) | |
setCategory ($category) | |
set the category More... | |
setCatfromfile ($catfromfile) | |
set catfromfile More... | |
setCattofile ($cattofile) | |
set cattofile More... | |
setContextfromfile ($contextfromfile) | |
set contextfromfile More... | |
setContexts ($contexts) | |
set an array of contexts. More... | |
setContexttofile ($contexttofile) | |
set contexttofile More... | |
setCourse ($course) | |
set the course class variable More... | |
setFilename ($filename) | |
set the filename More... | |
setMatchgrades ($matchgrades) | |
set matchgrades More... | |
setQuestions ($questions) | |
Set the specific questions to export. More... | |
setRealfilename ($realfilename) | |
set the "real" filename (this is what the user typed, regardless of wha happened next) More... | |
setStoponerror ($stoponerror) | |
set stoponerror More... | |
text_field ($text) | |
Return the array moodle is expecting for an HTML text. More... | |
text_field ($text) | |
Return the array moodle is expecting for an HTML text. More... | |
try_importing_using_qtypes ($data, $question=null, $extra=null, $qtypehint='') | |
Import for questiontype plugins. More... | |
try_importing_using_qtypes ($data, $question=null, $extra=null, $qtypehint='') | |
Import for questiontype plugins Do not override. More... | |
Public Attributes | |
$canaccessbackupdata = true | |
$category = null | |
$catfromfile = 0 | |
$cattofile = 0 | |
$contextfromfile = 0 | |
$contexttofile = 0 | |
$course = null | |
$displayerrors = true | |
bool | $displayprogress = true |
$displayprogress Whether to display progress. | |
$filename = '' | |
$importerrors = 0 | |
$matchgrades = 'error' | |
$matchingquestions = array() | |
$qtypeconvert | |
$qtypes | |
$questionids = array() | |
$questions = array() | |
$realfilename = '' | |
$stoponerror = true | |
$translator = null | |
Protected Member Functions | |
add_blank_combined_feedback ($question) | |
Since the lesson module tries to re-use the question bank import classes in a crazy way, this is necessary to stop things breaking. | |
add_blank_combined_feedback ($question) | |
Add a blank combined feedback to a question object. More... | |
assemble_category_path ($names) | |
Convert a list of category names, possibly preceeded by one of the context tokens like $course$, into a string representation of the category path. More... | |
cleanunicode ($text) | |
count_questions ($questions) | |
Count all non-category questions in the questions array. More... | |
count_questions ($questions) | |
Count all non-category questions in the questions array. More... | |
create_category_path ($catpath, $lastcategoryinfo=null) | |
find and/or create the category described by a delimited list e.g. More... | |
create_dummy_question_representing_category (string $categoryname, $categoryinfo) | |
Create 'dummy' question for category export. More... | |
defaultquestion () | |
return an "empty" question Somewhere to specify question parameters that are not handled by import but are required db fields. More... | |
defaultquestion () | |
return an "empty" question Somewhere to specify question parameters that are not handled by import but are required db fields. More... | |
error ($message, $text='', $questionname='') | |
Handle parsing error. More... | |
error ($message, $text='', $questionname='') | |
Handle parsing error. | |
exportpostprocess () | |
Do an post-processing that may be required. More... | |
format_question_text ($question) | |
Convert the question text to plain text, so it can safely be displayed during import to let the user see roughly what is going on. | |
format_question_text ($question) | |
Convert the question text to plain text, so it can safely be displayed during import to let the user see roughly what is going on. | |
get_category_path ($id, $includecontext=true) | |
get the category as a path (e.g., tom/dick/harry) More... | |
parse_co ($qrec, $question) | |
parse_es ($qrec, $question) | |
parse_ma ($qrec, $groupname) | |
parse_mc ($qrec, $question) | |
parse_nr ($qrec, $question) | |
parse_tf_yn ($qrec, $question) | |
presave_process ($content) | |
Enable any processing to be done on the content just prior to the file being saved default is to do nothing. More... | |
process_matches (&$questions) | |
readdata ($filename) | |
Return complete file within an array, one item per line. More... | |
split_category_path ($path) | |
Convert a string, as returned by assemble_category_path(), back into an array of category names. More... | |
try_exporting_using_qtypes ($name, $question, $extra=null) | |
Provide export functionality for plugin questiontypes Do not override. More... | |
unxmlise ( $xml) | |
unxmlise reconstructs part of the xml data structure in order to identify the actual data therein More... | |
writequestion ($question) | |
convert a single question object into text output in the given format. More... | |
Protected Attributes | |
$importcontext = null | |
Examview question importer.
|
protectedinherited |
Add a blank combined feedback to a question object.
object | question |
object | question |
|
protectedinherited |
Convert a list of category names, possibly preceeded by one of the context tokens like $course$, into a string representation of the category path.
Names are separated by / delimiters. And /s in the name are replaced by //.
To reverse the process and split the paths into names, use split_category_path().
array | $names |
string |
|
inherited |
Check if the given file is capable of being imported by this plugin.
Note that expensive or detailed integrity checks on the file should not be performed by this method. Simple file type or magic-number tests would be suitable.
stored_file | $file | the file to check |
bool | whether this plugin can import the file |
Reimplemented in qformat_blackboard_six_base, and qformat_webct.
|
inherited |
Ensure that a question name does not contain anything nasty, and will fit in the DB field.
string | $name | the raw question name. |
string | a safe question name. |
|
inherited |
Ensure that a question name does not contain anything nasty, and will fit in the DB field.
string | $name | the raw question name. |
string | a safe question name. |
|
inherited |
A lot of imported files contain unwanted entities.
This method tries to clean up all known problems.
string | str string to correct |
string | the corrected string |
|
inherited |
A lot of imported files contain unwanted entities.
This method tries to clean up all known problems.
string | str string to correct |
string | the corrected string |
|
protectedinherited |
Count all non-category questions in the questions array.
array | questions An array of question objects. |
int | The count. |
|
protectedinherited |
Count all non-category questions in the questions array.
array | questions An array of question objects. |
int | The count. |
|
protectedinherited |
find and/or create the category described by a delimited list e.g.
$course$/tom/dick/harry or tom/dick/harry
removes any context string no matter whether $getcontext is set but if $getcontext is set then ignore the context and use selected category context.
string | catpath delimited category path | |
object | $lastcategoryinfo | Contains category information |
mixed | category object or null if fails |
|
inherited |
Construct a reasonable default question name, based on the start of the question text.
string | $questiontext | the question text. |
string | $default | default question name to use if the constructed one comes out blank. |
string | a reasonable question name. |
|
inherited |
Construct a reasonable default question name, based on the start of the question text.
string | $questiontext | the question text. |
string | $default | default question name to use if the constructed one comes out blank. |
string | a reasonable question name. |
|
protectedinherited |
Create 'dummy' question for category export.
string | $categoryname | the name of the category |
object | $categoryinfo | description of the category |
stdClass | 'dummy' question for category |
|
protectedinherited |
return an "empty" question Somewhere to specify question parameters that are not handled by import but are required db fields.
This should not be overridden.
object | default question |
|
protectedinherited |
return an "empty" question Somewhere to specify question parameters that are not handled by import but are required db fields.
This should not be overridden.
object | default question |
|
protectedinherited |
Handle parsing error.
string | $message | information about error |
string | $text | imported text that triggered the error |
string | $questionname | imported question name |
|
inherited |
string | the file extension (including .) that is normally used for files handled by this plugin. |
Reimplemented in qformat_gift, qformat_xhtml, and qformat_xml.
|
protectedinherited |
Do an post-processing that may be required.
bool | success |
|
inherited |
|
inherited |
Perform the export.
For most types this should not need to be overrided.
bool | $checkcapabilities | Whether to check capabilities when exporting the questions. |
string | The content of the export. |
|
protectedinherited |
get the category as a path (e.g., tom/dick/harry)
int | id the id of the most nested catgory |
string | the path |
|
inherited |
Return the value of a node, given a path to the node if it doesn't exist return the default value.
array | xml data to read |
array | path path to node expressed as array |
mixed | default |
bool | istext process as text |
string | error if set value must exist, return false and issue message if not |
mixed | value |
|
inherited |
Return the value of a node, given a path to the node if it doesn't exist return the default value.
array | xml data to read |
array | path path to node expressed as array |
mixed | default |
bool | istext process as text |
string | error if set value must exist, return false and issue message if not |
mixed | value |
|
inherited |
Reimplemented in qformat_blackboard_six_base, and qformat_webct.
|
inherited |
Override if any post-processing is required.
bool | success |
Reimplemented in qformat_blackboard_six_base, and qformat_webct.
|
inherited |
Perform any required pre-processing.
bool | success |
|
inherited |
Process the file This method should not normally be overidden.
bool | success |
qformat_examview::mime_type | ( | ) |
The string mime-type of the files that this plugin reads or writes.
Reimplemented from qformat_default.
|
protectedinherited |
Enable any processing to be done on the content just prior to the file being saved default is to do nothing.
string | output text |
string | processed output text |
Reimplemented in qformat_xhtml, and qformat_xml.
|
inherited |
bool | whether this plugin provides export functionality. |
Reimplemented in qformat_aiken, qformat_gift, qformat_xhtml, and qformat_xml.
qformat_examview::provide_import | ( | ) |
Reimplemented from qformat_default.
|
inherited |
Reimplemented in qformat_blackboard_six, and qformat_webct.
|
protectedinherited |
Return complete file within an array, one item per line.
string | filename name of file |
mixed | contents array or false on failure |
Reimplemented in qformat_blackboard_six, and qformat_webct.
qformat_examview::readquestion | ( | $qrec | ) |
Reimplemented from qformat_default.
qformat_examview::readquestions | ( | $lines | ) |
Reimplemented from qformat_default.
|
inherited |
bool | $canaccess | Whether the current use can access the backup data folder. Determines where export files are saved. |
|
inherited |
Change whether to display progress messages.
There is normally no need to use this function as the default for $displayprogress is true. Set to false for unit tests.
bool | $displayprogress |
|
inherited |
set the category
object | category the category object |
|
inherited |
set catfromfile
bool | catfromfile allow categories embedded in import file |
|
inherited |
set cattofile
bool | cattofile exports categories within export file |
|
inherited |
set contextfromfile
bool | $contextfromfile | allow contexts embedded in import file |
|
inherited |
set an array of contexts.
array | $contexts | Moodle course variable |
|
inherited |
set contexttofile
bool | cattofile exports categories within export file |
|
inherited |
set the course class variable
course | object Moodle course variable |
|
inherited |
set the filename
string | filename name of file to import/export |
|
inherited |
set matchgrades
string | matchgrades error or nearest for grades |
|
inherited |
Set the specific questions to export.
Should not include questions with parents (sub questions of cloze question type). Only used for question export.
array | of question objects |
|
inherited |
set the "real" filename (this is what the user typed, regardless of wha happened next)
string | realfilename name of file as typed by user |
|
inherited |
set stoponerror
bool | stoponerror stops database write if any errors reported |
|
protectedinherited |
Convert a string, as returned by assemble_category_path(), back into an array of category names.
Each category name is cleaned by a call to clean_param(, PARAM_TEXT), which matches the cleaning in question/category_form.php.
string | $path |
array | of category names. |
|
inherited |
Return the array moodle is expecting for an HTML text.
No processing is done on $text. qformat classes that want to process $text for instance to import external images files and recode urls in $text must overwrite this method.
array | $text | some HTML text string |
array | with keys text, format and files. |
Reimplemented in qformat_blackboard_six_base.
|
inherited |
Return the array moodle is expecting for an HTML text.
No processing is done on $text. qformat classes that want to process $text for instance to import external images files and recode urls in $text must overwrite this method.
array | $text | some HTML text string |
array | with keys text, format and files. |
Reimplemented in qformat_blackboard_six_base.
|
protectedinherited |
Provide export functionality for plugin questiontypes Do not override.
name | questiontype name |
question | object data to export |
extra | mixed any addition format specific data needed |
string | the data to append to export or false if error (or unhandled) |
|
inherited |
Import for questiontype plugins.
mixed | $data | The segment of data containing the question |
object | $question | processed (so far) by standard import code if appropriate |
object | $extra | mixed any additional format specific data that may be passed by the format |
string | $qtypehint | hint about a question type from format |
object | question object suitable for save_options() or false if cannot handle |
|
inherited |
Import for questiontype plugins Do not override.
data | mixed The segment of data containing the question |
question | object processed (so far) by standard import code if appropriate |
extra | mixed any additional format specific data that may be passed by the format |
qtypehint | hint about a question type from format |
object | question object suitable for save_options() or false if cannot handle |
|
protected |
unxmlise reconstructs part of the xml data structure in order to identify the actual data therein
array | $xml | section of the xml data structure |
string | data with evrything else removed |
|
protectedinherited |
convert a single question object into text output in the given format.
This must be overriden
object | question question object |
mixed | question export text or null if not implemented |
Reimplemented in qformat_aiken, qformat_gift, qformat_xhtml, and qformat_xml.
|
inherited |
qformat_examview::$qtypes |