Merge branch 'MDL-82816-main' of https://github.com/mihailges/moodle
This commit is contained in:
@@ -686,7 +686,6 @@ $string['viewfeedback'] = 'View feedback';
|
||||
$string['viewfeedbackforuser'] = 'View feedback for user: {$a}';
|
||||
$string['viewfullgradingpage'] = 'Open the full grading page to provide feedback';
|
||||
$string['viewgradebook'] = 'View gradebook';
|
||||
$string['viewgrader'] = 'View Grader';
|
||||
$string['viewgradingformforstudent'] = 'View grading page for student: (id={$a->id}, fullname={$a->fullname}).';
|
||||
$string['viewgrading'] = 'View all submissions';
|
||||
$string['viewownsubmissionform'] = 'View own submit assignment page.';
|
||||
@@ -706,3 +705,4 @@ $string['choosegradingaction'] = 'Grading action';
|
||||
$string['groupoverridesdeleted'] = 'Group overrides deleted';
|
||||
$string['updategrade'] = 'Update grade';
|
||||
$string['useroverridesdeleted'] = 'User overrides deleted';
|
||||
$string['viewgrader'] = 'View Grader';
|
||||
|
||||
@@ -3,3 +3,4 @@ groupoverridesdeleted,mod_assign
|
||||
useroverridesdeleted,mod_assign
|
||||
choosegradingaction,mod_assign
|
||||
updategrade,mod_assign
|
||||
viewgrader,mod_assign
|
||||
|
||||
@@ -103,9 +103,9 @@
|
||||
<div class="navitem-divider"></div>
|
||||
{{/pagereset}}
|
||||
{{#graderurl}}
|
||||
<div class="navitem ms-sm-auto align-self-center">
|
||||
<a class="btn btn-primary" href="{{graderurl}}">{{#str}}viewgrader, mod_assign{{/str}}</a>
|
||||
</div>
|
||||
<div class="navitem ms-sm-auto align-self-center">
|
||||
<a class="btn btn-primary" href="{{graderurl}}">{{#str}}gradeverb, core{{/str}}</a>
|
||||
</div>
|
||||
{{/graderurl}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -30,5 +30,5 @@ Feature: In an assignment, page titles are informative
|
||||
Then the page title should contain "C1: History of ants"
|
||||
And I navigate to "Submissions" in current page administration
|
||||
And the page title should contain "C1: History of ants - Submissions"
|
||||
And I click on "Grade" "link" in the "Student 1" "table_row"
|
||||
And I click on "Grade" "link" in the ".tertiary-navigation" "css_element"
|
||||
And the page title should contain "C1: History of ants - Grading"
|
||||
|
||||
Reference in New Issue
Block a user