| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="evaluation" url="http://openacs.org/repository/apm/packages/evaluation" type="apm_application"> |
| |
5 |
5 |
<package-name>Evaluation</package-name> |
| |
6 |
6 |
<pretty-plural>Evaluations</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>f</singleton-p> |
| |
9 |
9 |
|
| |
10 |
10 |
<version name="2.0.2" url="http://openacs.org/repository/download/apm/evaluation-2.0.2.apm"> |
| |
11 |
11 |
|
| |
12 |
12 |
<owner url="mailto:jopez@galileo.edu">Jose Pablo Escobedo Del Cid</owner> |
| |
13 |
13 |
<summary>This package allows the users (professors and students) to use the system to submit and grade the tasks.</summary> |
| |
14 |
14 |
<release-date>2005-05-23</release-date> |
| |
15 |
15 |
|
| |
16 |
16 |
<description format="text/html">This package allows the professors and TAs to assign tasks to the students and to grade them, and to the students to upload their answers and see their grades.</description> |
| |
17 |
17 |
|
| |
18 |
18 |
<provides url="evaluation" version="2.0.2"/> |
| |
|
19 |
<requires url="dotlrn" version="2.2.0a3"/> |
| |
19 |
20 |
<requires url="notifications" version="5.0.0b4"/> |
| |
20 |
21 |
<requires url="calendar" version="2.1.0b3"/> |
| |
21 |
22 |
|
| |
22 |
23 |
<callbacks> |
| |
23 |
24 |
<callback type="after-install" proc="evaluation::apm::package_install"/> |
| |
24 |
25 |
<callback type="before-uninstantiate" proc="evaluation::apm::package_uninstantiate"/> |
| |
25 |
26 |
<callback type="after-instantiate" proc="evaluation::apm::package_instantiate"/> |
| |
26 |
27 |
<callback type="before-upgrade" proc="evaluation::apm::package_before_upgrade"/> |
| |
27 |
28 |
<callback type="after-upgrade" proc="evaluation::apm::after_upgrade"/> |
| |
28 |
29 |
</callbacks> |
| |
29 |
30 |
<parameters> |
| |
30 |
31 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveCommand" default="tar -czf {out_file} {in_file}" description="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."/> |
| |
31 |
32 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveExtension" default="tgz" description="The extension that the programmer should add to the output file. This depends on the value of ArchiveCommand"/> |
| |
32 |
33 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="AssignmentsPortletRegion" default="1" description="Use this parameter to indicate the possition of the assignments portlet (if applicable) in the page. Set this parameter to null if you want to use the default possition."/> |
| |
33 |
34 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="EvaluationPageName" default="#evaluation.evaluationpagename#" description="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."/> |
| |
34 |
35 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="EvaluationsPortletRegion" default="2" description="Use this parameter to indicate the possition of the evaluations portlet (if applicable) in the page. Set this parameter to null if you want to use the default possition. "/> |
| |
35 |
36 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="MaxNumberOfBytes" default="5000" description="Maximun number of bytes allowed for the files in this package. (tasks, tasks sols, student answers, grades sheets, ect)"/> |
| |
36 |
37 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="SimpleVersion" default="0" description="Used to choose between the simple version and the full version"/> |
| |
37 |
38 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="StoreFilesInDatabaseP" default="1" description="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.***"/> |
| |
38 |
39 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="urlProtocols" default="http://,ftp://,https://" description="Alowed protocols to use for the url field when submitting a task, task solution or an answer. |