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:
Sujith Haridasan 2021-08-03 16:34:05 +05:30
parent e0f584d64c
commit 222ab7b222
11 changed files with 266 additions and 80 deletions

View file

@ -0,0 +1,2 @@
clicktocontinue,mod_survey
viewsurveyresponses,mod_survey

View file

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