mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
Merge branch 'MDL-47740' of git://github.com/timhunt/moodle
This commit is contained in:
commit
bdb319a5b1
3 changed files with 49 additions and 4 deletions
|
@ -867,6 +867,7 @@ ORDER BY
|
|||
public function update_question_attempt(question_attempt $qa) {
|
||||
$record = new stdClass();
|
||||
$record->id = $qa->get_database_id();
|
||||
$record->variant = $qa->get_variant();
|
||||
$record->maxmark = $qa->get_max_mark();
|
||||
$record->minfraction = $qa->get_min_fraction();
|
||||
$record->maxfraction = $qa->get_max_fraction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue