mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-71915 mod_survey: Update tertiary nav
Update tertiary navigation for this activity. Updated the behat tests for the change made.
This commit is contained in:
parent
e0f584d64c
commit
222ab7b222
11 changed files with 266 additions and 80 deletions
2
mod/survey/lang/en/deprecated.txt
Normal file
2
mod/survey/lang/en/deprecated.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
clicktocontinue,mod_survey
|
||||
viewsurveyresponses,mod_survey
|
|
@ -96,7 +96,6 @@ $string['ciq4'] = 'What action from anyone in the forums did you find most puzzl
|
|||
$string['ciq4short'] = 'Confusing moment';
|
||||
$string['ciq5'] = 'What event surprised you most?';
|
||||
$string['ciq5short'] = 'Suprising moment';
|
||||
$string['clicktocontinue'] = 'Click here to continue';
|
||||
$string['clicktocontinuecheck'] = 'Click here to check and continue';
|
||||
$string['collesaintro'] = 'The purpose of this survey is to help us understand how well the online delivery of this unit enabled you to learn.
|
||||
|
||||
|
@ -281,6 +280,9 @@ $string['surveytype_help'] = 'There are 3 available survey types:
|
|||
$string['surveytype_link'] = 'mod/survey/mod';
|
||||
$string['thanksforanswers'] = 'Thanks for answering this survey, {$a}';
|
||||
$string['time'] = 'Time';
|
||||
$string['viewsurveyresponses'] = 'View {$a} survey responses';
|
||||
$string['notyetanswered'] = 'Not yet answered';
|
||||
$string['allquestionrequireanswer'] = 'All questions are required and must be answered.';
|
||||
|
||||
// Deprecated since Moodle 4.0.
|
||||
$string['clicktocontinue'] = 'Click here to continue';
|
||||
$string['viewsurveyresponses'] = 'View {$a} survey responses';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue