Package parameters: |
- ArchiveCommand
- Program (and program options) to use for archiving file storage objects. Use the special tags {in_file} and {out_file} (including the curly braces) to denote the locations of the input and output files on the command line. (default /usr/bin/zip -r {out_file} {in_file}, type string, scope instance)
- ArchiveExtension
- The extension that the programmer should add to the output file. This depends on the value of ArchiveCommand (default zip, type string, scope instance)
- AssignmentsPortletRegion
- Use this parameter to indicate the position of the assignments portlet (if applicable) in the page. Set this parameter to null if you want to use the default position. (default 1, type number, scope instance)
- EvaluationPageName
- Use this parameter to add the portlets (if you are using them evaluation_assignments and evaluation_evaluations) in a new page. If you do not want the portlets to be set in a new page, set this parameter to null. (default #evaluation.evaluationpagename#, type string, scope instance)
- EvaluationsPortletRegion
- Use this parameter to indicate the position of the evaluations portlet (if applicable) in the page. Set this parameter to null if you want to use the default position. (default 2, type number, scope instance)
- MaxNumberOfBytes
- Maximum number of bytes allowed for the files in this package. (tasks, tasks sols, student answers, grades sheets, etc) (default 5000, type number, scope instance)
- SimpleVersion
- Used to choose between the simple version and the full version (default 0, type number, scope instance)
- StoreFilesInDatabaseP
- Flag to determine the storage type. A flag of 1 (true) will store the files in the database. If 0 (false) files are stored in the filesystem. ***This parameter should only be changed at package instance creation.*** (default 1, type number, scope instance)
- urlProtocols
- Allowed protocols to use for the url field when submitting a task, task solution or an answer.
Add values separated by comma. (default http://,ftp://,https://, type string, scope instance)
|