12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- $string['newsubmission'] = 'New Submission';
- $string['submissionname'] = 'Submission name';
- $string['submissionintro'] = 'Submission description';
- $string['visibility_help'] = 'Not working at the moment, still being built';
- $string['submissiontype'] = 'Submission type';
- $string['gradebook'] = 'Gradebook';
- $string['gradebook_help'] = 'Submission goes to gradebook?';
- $string['maxgrade'] = "Max Grade allowed";
- $string['submissionfiles'] = 'Submission files';
- $string['submissionfiles_help'] = 'Submit 1 file with all submissions inside it, either a .csv or a .zip with a csv and a folder with the submissions inside it';
- $string['newtypebutton'] = 'New type';
-
- $string['invalidtype'] = "Submission type is invalid, must first create a type";
- $string['studentidmissing'] = 'Student id missing in .csv at line {$a}';
- $string['typeintro'] = "Submission type Description";
|