File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
66
66
global $ questionnaireresponseviewers ;
67
67
$ questionnaireresponseviewers = array (
68
+ QUESTIONNAIRE_STUDENTVIEWRESPONSES_NEVER => get_string ('responseviewstudentsnever ' , 'questionnaire ' ),
68
69
QUESTIONNAIRE_STUDENTVIEWRESPONSES_WHENANSWERED => get_string ('responseviewstudentswhenanswered ' , 'questionnaire ' ),
69
70
QUESTIONNAIRE_STUDENTVIEWRESPONSES_WHENCLOSED => get_string ('responseviewstudentswhenclosed ' , 'questionnaire ' ),
70
- QUESTIONNAIRE_STUDENTVIEWRESPONSES_ALWAYS => get_string ('responseviewstudentsalways ' , 'questionnaire ' ),
71
- QUESTIONNAIRE_STUDENTVIEWRESPONSES_NEVER => get_string ('responseviewstudentsnever ' , 'questionnaire ' ));
71
+ QUESTIONNAIRE_STUDENTVIEWRESPONSES_ALWAYS => get_string ('responseviewstudentsalways ' , 'questionnaire ' ));
72
72
73
73
global $ autonumbering ;
74
74
$ autonumbering = array (0 => get_string ('autonumberno ' , 'questionnaire ' ),
You can’t perform that action at this time.
0 commit comments