123456789101112131415161718192021222324252627282930 |
- <?php
- $string['newsubmission'] = 'New Submission';
- $string['submissionname'] = 'Submission name';
- $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['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";
|