Index: openacs-4/packages/evaluation/evaluation.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/evaluation.info,v
diff -u -r1.22.2.2 -r1.22.2.3
--- openacs-4/packages/evaluation/evaluation.info 8 Jun 2005 18:55:28 -0000 1.22.2.2
+++ openacs-4/packages/evaluation/evaluation.info 28 Jul 2005 16:42:50 -0000 1.22.2.3
@@ -7,15 +7,15 @@
f
f
-
+
Jose Pablo Escobedo Del Cid
This package allows the users (professors and students) to use the system to submit and grade the tasks.
2005-05-23
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.
-
+
Index: openacs-4/packages/evaluation/sql/oracle/evaluation-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/sql/oracle/evaluation-create.sql,v
diff -u -r1.5 -r1.5.2.1
--- openacs-4/packages/evaluation/sql/oracle/evaluation-create.sql 7 Apr 2005 11:26:58 -0000 1.5
+++ openacs-4/packages/evaluation/sql/oracle/evaluation-create.sql 28 Jul 2005 16:42:50 -0000 1.5.2.1
@@ -10,6 +10,7 @@
references cr_items(item_id),
grade_name varchar(100),
grade_plural_name varchar(100),
+ comments varchar(4000),
-- percentage of this grade type in the class
weight number(9,4) constraint evaluation_grades_w_ck
check (weight between 0 and 100)
@@ -73,7 +74,8 @@
constraint evaluation_sans_pid_fk
references parties(party_id),
task_item_id integer constraint evaluation_sans_tid_fk
- references cr_items(item_id)
+ references cr_items(item_id),
+ comments varchar(4000)
);
create index eva_answers_tid_index on evaluation_answers(party_id,task_item_id);
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation/sql/postgresql/upgrade/upgrade-2.0.1-2.0.2.sql'.
Fisheye: No comparison available. Pass `N' to diff?