Merge branch 'MDL-80907-401' of https://github.com/HuongNV13/moodle into MOODLE_401_STABLE

This commit is contained in:
Sara Arjona 2024-07-04 11:19:14 +02:00
commit e6ee7a5b1c
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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 |

View File

@ -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 | - |