From 0dd66a83d56111352ca90305582df33e8f513be1 Mon Sep 17 00:00:00 2001 From: Ayush8923 Date: Sun, 8 Sep 2024 01:49:28 +0530 Subject: [PATCH] fix(*): added the permission label --- lang/en/local_moodle_survey.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/local_moodle_survey.php b/lang/en/local_moodle_survey.php index cc15f949579..1a7bde36474 100644 --- a/lang/en/local_moodle_survey.php +++ b/lang/en/local_moodle_survey.php @@ -142,6 +142,7 @@ $string['moodle_survey:view-quick-access-buttons'] = 'Can view quick access buttons'; $string['moodle_survey:view-my-courses'] = 'Can view associated courses'; $string['moodle_survey:can-assign-survey-to-users'] = 'Can assign survey to users of the school'; +$string['moodle_survey:view-survey-analysis'] = 'Can view survey analysis'; $string['sruveyacceptancetext'] = 'I agree to participate in the survey enrolled on this platform'; $string['whatsurveyabout'] = 'What is this survey about?'; $string['instructionforfiillingsurveyheading'] = 'Instructions for Filling the Survey';