function qformat_default::setMatchgrades in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/question/format.php \qformat_default::setMatchgrades()
set matchgrades
Parameters
string matchgrades error or nearest for grades:
File
- includes/
moodle/ question/ format.php, line 105
Class
- qformat_default
- Base class for question import and export formats.
Code
function setMatchgrades($matchgrades) {
$this->matchgrades = $matchgrades;
}