Project 'ulrike.pado/asyst-moodle-plugin' was moved to 'knight/asyst-moodle-plugin'. Please update any links and bookmarks that may still have the old path.
Commit d0b18af8 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Small roll-up and test fix.

2 merge requests!3Fixed whole Docker infrastructure with dummy moodle plugin.,!2Draft: Resolve "can the post be sanitised before passing to the external service?"
Showing with 1 addition and 0 deletions
+1 -0
...@@ -244,6 +244,7 @@ class quiz_api_test extends advanced_testcase ...@@ -244,6 +244,7 @@ class quiz_api_test extends advanced_testcase
// Check the result // Check the result
$this->assertNotEmpty($grades); $this->assertNotEmpty($grades);
$this->assertEquals($grades[0]['predicted_grade'], 'correct'); $this->assertEquals($grades[0]['predicted_grade'], 'correct');
$this->assertEquals($grades[5]['predicted_grade'], 'incorrect');
$this->assertEquals($grades[6]['predicted_grade'], 'incorrect'); $this->assertEquals($grades[6]['predicted_grade'], 'incorrect');
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment