Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.de_DE.ISO-8859-1.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml,v
diff -u -r1.5.2.1 -r1.5.2.2
--- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml 18 Nov 2004 00:19:02 -0000 1.5.2.1
+++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml 8 Jun 2005 22:35:40 -0000 1.5.2.2
@@ -4,51 +4,80 @@
Add %grade_name%
Add/edit answer
Add/edit solution
- Assignments
+ Create, change or delete a course assignment type.
+ Assignments
+ Gradebook
Audit Info.
Audit info
- Comments
+ <center><text class="blue">Your total grade in this class is: <b>%total_class_grade%/%max_possible_grade% </b></text></center>
+ <center>COMMENTS
+</center>
+ Delete
Delete task
- Due date
+ <center>DUE DATE</center>
+ Edit
+ Edit Grading Scale
Edit task
- Evaluations
- Grade over 100
+ <text class="blue">Email Notification?</text>
+ Evaluate
+ Evaluations
+ Full Version: Assignments and Evaluations Portlet
+ GRADE
+ <center>GRADE % <br>(OF 100%) </center>
Report
Groups Admin.
- Admin my Assignment Types
+ Modify Assignment Types
Administer Evaluation
- Edit grades distribution of %grade_plural_name%
+ Edit grades distribution of %low_name%
Evaluation Admin Portlet
Evaluation Administration
Evaluation Assignments Portlet
Evaluation Evaluations Portlet
Groups administration
<small>Total points in this category: %total_grade%/%max_grade%<br />
- This grade category represents the %grade_weight%% of the 100% of the class</small>
- <small>Weight used in %grade_plural_name%: %category_weight%% (over 100% of %grade_plural_name%) <br />
- %grade_plural_name% represents %grade_weight%% of the 100% of the class</small>
+ This grade category represents the %grade_weight%% of the 100% of the class
+<small>
+ <text class="blue">%grade_plural_name% TOTAL:</text>
+ <text class="blue"><b>%grade_plural_name% TOTALS:</text>
submit answer <style font-color:red>late</style>
submit answer <style font-color:red>late</style> again
There are no tasks for this package.
There are no tasks to evaluate for this package.
There should be only one instance of evaluation for admin purposes
View evaluation comments
- View evaluation details \
+ View comments
Your total grade in this class is:
- Name
+ (maximum)
+ NAME
Net Value
No assignments
No group for task
Not available
Not evaluated
+ Text for notifications
+ POINT VALUE
+ <center>POINTS MADE</center>
+ POINTS VALUE
+ Select Portlet Version
+ Simple Version: Evaluations Portlet
+ SOLUTION
submit answer
submit answer again
+ SUBMITTED
%task_name% (No data)
%task_name% (URL)
+ of Total Grade
+ <center>TOTAL POINTS
+</center>
Upload Solution
+ Choose your portlet version:
View comments
+ View students grades across all assignments and evaluations.
View my answer
+ View Students Grades
View task
View/Edit Solution
- Weight
+ ITEM WEIGHT
+ <text class="blue">(of a possible 100% of </text>
+ <text class="blue">(of a possible 100% of %grade_plural_name%)
Fisheye: Tag 1.3.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/lib/evaluations-chunk-oracle.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.4.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/lib/tasks-chunk-oracle.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/lib/tasks-chunk.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl,v
diff -u -r1.5.2.1 -r1.5.2.2
--- openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 18 Nov 2004 00:19:04 -0000 1.5.2.1
+++ openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 8 Jun 2005 22:35:43 -0000 1.5.2.2
@@ -6,6 +6,7 @@
@creation-date May 2004
@author jopez@galileo.edu
@cvs-id $Id$
+
}
namespace eval evaluation_portlet {}
Fisheye: Tag 1.2.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-oracle.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql 18 Nov 2004 00:19:04 -0000 1.1.2.1
+++ openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql 8 Jun 2005 22:35:43 -0000 1.1.2.2
@@ -26,5 +26,16 @@
+
+
+
+ select dca.package_id
+ from dotlrn_community_applets dca,apm_packages ap
+ where community_id=:community_id
+ and ap.package_id=dca.package_id and ap.package_key=:package_key
+
+
+
+
Index: openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl,v
diff -u -r1.5.2.3 -r1.5.2.4
--- openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl 26 Apr 2005 21:45:56 -0000 1.5.2.3
+++ openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl 8 Jun 2005 22:35:43 -0000 1.5.2.4
@@ -6,6 +6,7 @@
@author jopez@galileo.edu
@cvs_id $Id$
+
}
namespace eval evaluation_assignments_portlet {}
@@ -146,6 +147,7 @@
@return element_id The new element's id
} {
+
return [portal::add_element_parameters \
-portal_id $portal_id \
-portlet_name [get_my_name] \
@@ -608,3 +610,15 @@
-contract_name "portal_datasource" \
-impl_name "evaluation_admin_portlet"
}
+ad_proc -private evaluation_evaluations_portlet::get_package_id_from_key {
+ {-package_key:required}
+} {
+ Gets the package_id of the evaluation instance related to the evaluation portlet for this community
+} {
+ set community_id [dotlrn_community::get_community_id]
+ set package_id [db_string get_package_id {} -default 0]
+ return $package_id
+}
+
+
+
Index: openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.tcl,v
diff -u -r1.3.2.2 -r1.3.2.3
--- openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.tcl 8 Jun 2005 22:23:37 -0000 1.3.2.2
+++ openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.tcl 8 Jun 2005 22:36:14 -0000 1.3.2.3
@@ -6,6 +6,7 @@
@author jopez@galileo.edu
@creation-date May 2004
@cvs_id $Id$
+
} -properties {
}
Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/www/evaluation-assignments-portlet-oracle.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/evaluation-portlet/www/evaluation-assignments-portlet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/www/evaluation-assignments-portlet.tcl,v
diff -u -r1.6.2.1 -r1.6.2.2
--- openacs-4/packages/evaluation-portlet/www/evaluation-assignments-portlet.tcl 18 Nov 2004 00:19:04 -0000 1.6.2.1
+++ openacs-4/packages/evaluation-portlet/www/evaluation-assignments-portlet.tcl 8 Jun 2005 22:36:14 -0000 1.6.2.2
@@ -6,6 +6,7 @@
@author jopez@galileo.edu
@creation-date May 2004
@cvs_id $Id$
+
} {
item_id:integer,notnull,optional,multiple
{assignments_orderby ""}
Fisheye: Tag 1.2.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/www/evaluation-evaluations-portlet-oracle.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/evaluation-portlet/www/evaluation-evaluations-portlet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/www/evaluation-evaluations-portlet.tcl,v
diff -u -r1.6.2.2 -r1.6.2.3
--- openacs-4/packages/evaluation-portlet/www/evaluation-evaluations-portlet.tcl 8 Jun 2005 22:23:37 -0000 1.6.2.2
+++ openacs-4/packages/evaluation-portlet/www/evaluation-evaluations-portlet.tcl 8 Jun 2005 22:36:14 -0000 1.6.2.3
@@ -6,6 +6,7 @@
@author jopez@galileo.edu
@creation-date May 2004
@cvs_id $Id$
+
} {
item_id:integer,notnull,optional,multiple
{evaluations_orderby ""}
Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/www/evaluation-evaluations-portlet.xql'.
Fisheye: No comparison available. Pass `N' to diff?