mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-80907-401' of https://github.com/HuongNV13/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
e6ee7a5b1c
@ -88,7 +88,7 @@ Feature: Display marking guide information to students
|
||||
And I should not see "Grade Critera 2"
|
||||
And I am on the "Course 1" "grades > Grader report > View" page
|
||||
And the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -4- |
|
||||
| -1- | -3- | -4- |
|
||||
| Student 1 | student1@example.com | 90 |
|
||||
And I am on the "Assign 1" "assign activity editing" page
|
||||
And I set the following fields to these values:
|
||||
|
@ -49,5 +49,5 @@ Feature: Teacher can delete marking guide
|
||||
And I should not see "Criterion 1"
|
||||
And I am on the "Course 1" "grades > Grader report > View" page
|
||||
And the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -4- |
|
||||
| -1- | -3- | -4- |
|
||||
| Student One | student1@example.com | 70 |
|
||||
|
@ -41,7 +41,7 @@ Feature: Teacher can control h5p activity grading setting
|
||||
And I turn editing mode off
|
||||
# Confirm that grades are not saved when grade entered is > maximum grade.
|
||||
Then the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -4- |
|
||||
| -1- | -3- | -4- |
|
||||
| Student 1 | student1@example.com | - |
|
||||
| Student 2 | student2@example.com | - |
|
||||
| Student 3 | student3@example.com | - |
|
||||
@ -67,7 +67,7 @@ Feature: Teacher can control h5p activity grading setting
|
||||
And I turn editing mode off
|
||||
# Confirm that corresponding grades are stored for each student.
|
||||
And the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -4- |
|
||||
| -1- | -3- | -4- |
|
||||
| Student 1 | student1@example.com | 10 |
|
||||
| Student 2 | student2@example.com | 5 |
|
||||
| Student 3 | student3@example.com | 0 |
|
||||
@ -93,7 +93,7 @@ Feature: Teacher can control h5p activity grading setting
|
||||
And I turn editing mode off
|
||||
# Confirm that scale set for student is successfully saved.
|
||||
Then the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -4- |
|
||||
| -1- | -3- | -4- |
|
||||
| Student 1 | student1@example.com | Not yet competent |
|
||||
| Student 2 | student2@example.com | Competent |
|
||||
| Student 3 | student3@example.com | - |
|
||||
|
Loading…
x
Reference in New Issue
Block a user