mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-71785 mod_quiz: Correct string as per reviewer feedback
This commit is contained in:
parent
da98ed6ea2
commit
0869496eb8
@ -892,7 +892,7 @@ $string['scores'] = 'Scores';
|
||||
$string['search:activity'] = 'Quiz - activity information';
|
||||
$string['sectionheadingedit'] = 'Edit heading \'{$a}\'';
|
||||
$string['sectionheadingremove'] = 'Remove heading \'{$a}\'';
|
||||
$string['sectionnoname'] = '(Untitled section)';
|
||||
$string['sectionnoname'] = 'Untitled section';
|
||||
$string['seequestions'] = '(See questions)';
|
||||
$string['select'] = 'Select';
|
||||
$string['selectall'] = 'Select all';
|
||||
|
@ -79,7 +79,7 @@ Feature: Attempt a quiz
|
||||
And I should see question "1" in section "Section 1" in the quiz navigation
|
||||
And I should see question "2" in section "Section 1" in the quiz navigation
|
||||
And I should see question "3" in section "Section 2" in the quiz navigation
|
||||
And I should see question "4" in section "(Untitled section)" in the quiz navigation
|
||||
And I should see question "4" in section "Untitled section" in the quiz navigation
|
||||
And I should see question "5" in section "Section 3" in the quiz navigation
|
||||
And I should see question "6" in section "Section 3" in the quiz navigation
|
||||
|
||||
@ -87,12 +87,12 @@ Feature: Attempt a quiz
|
||||
And I should see question "1" in section "Section 1" in the quiz navigation
|
||||
And I should see question "2" in section "Section 1" in the quiz navigation
|
||||
And I should see question "3" in section "Section 2" in the quiz navigation
|
||||
And I should see question "4" in section "(Untitled section)" in the quiz navigation
|
||||
And I should see question "4" in section "Untitled section" in the quiz navigation
|
||||
And I should see question "5" in section "Section 3" in the quiz navigation
|
||||
And I should see question "6" in section "Section 3" in the quiz navigation
|
||||
And I should see "Section 1" in the "quizsummaryofattempt" "table"
|
||||
And I should see "Section 2" in the "quizsummaryofattempt" "table"
|
||||
And I should see "(Untitled section)" in the "quizsummaryofattempt" "table"
|
||||
And I should see "Untitled section" in the "quizsummaryofattempt" "table"
|
||||
And I should see "Section 3" in the "quizsummaryofattempt" "table"
|
||||
|
||||
And I press "Submit all and finish"
|
||||
@ -100,7 +100,7 @@ Feature: Attempt a quiz
|
||||
And I should see question "1" in section "Section 1" in the quiz navigation
|
||||
And I should see question "2" in section "Section 1" in the quiz navigation
|
||||
And I should see question "3" in section "Section 2" in the quiz navigation
|
||||
And I should see question "4" in section "(Untitled section)" in the quiz navigation
|
||||
And I should see question "4" in section "Untitled section" in the quiz navigation
|
||||
And I should see question "5" in section "Section 3" in the quiz navigation
|
||||
And I should see question "6" in section "Section 3" in the quiz navigation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user