forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MDL-80751-main-2' of https://github.com/mihailges/moodle
- Loading branch information
Showing
41 changed files
with
105 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,12 +85,10 @@ Feature: availability_grade | |
|
||
# Log back in as teacher. | ||
When I am on the "A1" "assign activity" page logged in as teacher1 | ||
And I change window size to "large" | ||
|
||
# Give the assignment 40%. | ||
And I navigate to "Submissions" in current page administration | ||
# Pick the grade link in the row that has [email protected] in it. | ||
And I change window size to "large" | ||
And I click on "Grade" "link" in the "[email protected]" "table_row" | ||
And I go to "[email protected]" "A1" activity advanced grading page | ||
And I change window size to "medium" | ||
And I set the field "Grade out of 100" to "40" | ||
And I click on "Save changes" "button" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,8 +52,7 @@ Feature: Allow to mark course as completed without cron for activity completion | |
@javascript | ||
Scenario: Update course completion when teacher grades a single assignment | ||
Given I am on the "Test assignment name" "assign activity" page logged in as teacher1 | ||
And I navigate to "Submissions" in current page administration | ||
And I click on "Grade" "link" in the "[email protected]" "table_row" | ||
And I go to "[email protected]" "Test assignment name" activity advanced grading page | ||
And I set the field "Grade out of 100" to "40" | ||
And I click on "Save changes" "button" | ||
And I am on "Completion course" course homepage | ||
|
@@ -79,15 +78,13 @@ Feature: Allow to mark course as completed without cron for activity completion | |
And I set the field "Assignment - Test assignment name2" to "1" | ||
And I press "Save changes" | ||
And I am on the "Test assignment name" "assign activity" page | ||
And I navigate to "Submissions" in current page administration | ||
And I click on "Grade" "link" in the "[email protected]" "table_row" | ||
And I go to "[email protected]" "Test assignment name" activity advanced grading page | ||
And I set the field "Grade out of 100" to "40" | ||
And I click on "Save changes" "button" | ||
And I am on the "Completion course" course page logged in as student1 | ||
And I should see "Status: In progress" | ||
And I am on the "Test assignment name2" "assign activity" page logged in as teacher1 | ||
And I navigate to "Submissions" in current page administration | ||
And I click on "Grade" "link" in the "[email protected]" "table_row" | ||
And I go to "[email protected]" "Test assignment name2" activity advanced grading page | ||
And I set the field "Grade out of 100" to "40" | ||
And I click on "Save changes" "button" | ||
When I am on the "Completion course" course page logged in as student1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.