Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
qtype_randomsamatch

Topics

 files
 
 

Directories

directory backup
  
 
directory classes
  
 

Namespaces

namespace  qtype_randomsamatch\privacy
 Privacy Subsystem implementation for qtype_randomsamatch.
 

Classes

class  moodle1_qtype_randomsamatch_handler
 Random shortanswer matching question type conversion handler. More...
 
class  qtype_randomsamatch
 The randomsamatch question type class. More...
 
class  qtype_randomsamatch\privacy\provider
 Privacy Subsystem for qtype_randomsamatch implementing null_provider. More...
 
class  qtype_randomsamatch_edit_form
 randomsamatch editing form definition. More...
 
class  qtype_randomsamatch_qe2_attempt_updater
 Class for converting attempt data for randomsamatch questions when upgrading attempts to the new question engine. More...
 
class  qtype_randomsamatch_question
 Represents a randomsamatch question. More...
 
class  qtype_randomsamatch_question_loader
 This class is responsible for loading the questions that a question needs from the database. More...
 
class  qtype_randomsamatch_renderer
 Generates the output for randomsamatch questions. More...
 
class  qtype_randomsamatch_test_helper
 Test helper class for the randomsamatch question type. More...
 
class  qtype_randomsamatch_test_question_loader
 Test implementation of qtype_randomsamatch_question_loader. More...
 

Functions

 xmldb_qtype_randomsamatch_upgrade ($oldversion)
 Upgrade code for the random short answer matching question type.
 

Variables

global $CFG
 
 $plugin = 2023100400
 
$plugin component = 'qtype_randomsamatch'
 
$plugin dependencies
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2023100900
 

Detailed Description

Function Documentation

◆ xmldb_qtype_randomsamatch_upgrade()

xmldb_qtype_randomsamatch_upgrade ( $oldversion)

Upgrade code for the random short answer matching question type.

Parameters
int$oldversionthe version we are upgrading from.

Variable Documentation

◆ dependencies

$plugin dependencies
Initial value:
= [
'qtype_match' => 2023100400,
'qtype_shortanswer' => 2023100400,
]