Index: openacs-4/packages/evaluation/evaluation.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/evaluation.info,v diff -u -r1.22 -r1.23 --- openacs-4/packages/evaluation/evaluation.info 8 Apr 2005 08:10:29 -0000 1.22 +++ openacs-4/packages/evaluation/evaluation.info 18 May 2005 15:26:36 -0000 1.23 @@ -7,22 +7,18 @@ 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-04-08 - 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/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl 7 Apr 2005 18:57:01 -0000 1.22 +++ openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl 18 May 2005 15:26:36 -0000 1.23 @@ -12,10 +12,10 @@ } namespace eval evaluation {} -namespace eval evaluation::apm_callback {} +namespace eval evaluation::apm {} -ad_proc -public evaluation::apm_callback::package_install { +ad_proc -public evaluation::apm::package_install { } { Does the integration whith the notifications package. @@ -99,7 +99,7 @@ } } -ad_proc -public evaluation::apm_callback::package_uninstall { +ad_proc -public evaluation::apm::package_uninstall { } { Cleans the integration whith the notifications package. @@ -166,7 +166,7 @@ } } -ad_proc -public evaluation::apm_callback::package_instantiate { +ad_proc -public evaluation::apm::package_instantiate { -package_id:required } { @@ -220,7 +220,7 @@ } -ad_proc -public evaluation::apm_callback::package_uninstantiate { +ad_proc -public evaluation::apm::package_uninstantiate { -package_id:required } { Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 7 Apr 2005 18:57:01 -0000 1.31 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 18 May 2005 15:26:36 -0000 1.32 @@ -8,7 +8,7 @@ namespace eval evaluation {} namespace eval evaluation::notification {} -namespace eval evaluation::apm_callback {} +namespace eval evaluation::apm {} ##### # @@ -879,23 +879,23 @@ $csv_formatted_content" } -ad_proc -public evaluation::apm_callback::delete_one_assignment_impl {} { +ad_proc -public evaluation::apm::delete_one_assignment_impl {} { Unregister the NotificationType implementation for one_assignment_notif_type. } { acs_sc::impl::delete \ -contract_name "NotificationType" \ -impl_name one_assignment_notif_type } -ad_proc -public evaluation::apm_callback::delete_one_evaluation_impl {} { +ad_proc -public evaluation::apm::delete_one_evaluation_impl {} { Unregister the NotificationType implementation for one_evaluation_notif_type. } { acs_sc::impl::delete \ -contract_name "NotificationType" \ -impl_name one_evaluation_notif_type } -ad_proc -public evaluation::apm_callback::create_one_assignment_impl {} { +ad_proc -public evaluation::apm::create_one_assignment_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation } { @@ -910,7 +910,7 @@ }] } -ad_proc -public evaluation::apm_callback::create_one_evaluation_impl {} { +ad_proc -public evaluation::apm::create_one_evaluation_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation } { @@ -925,7 +925,7 @@ }] } -ad_proc -public evaluation::apm_callback::create_one_assignment_type { +ad_proc -public evaluation::apm::create_one_assignment_type { -impl_id:required } { Create the notification type for one specific assignment @@ -938,7 +938,7 @@ -description "[_ evaluation.lt_Notification_for_assi]"] } -ad_proc -public evaluation::apm_callback::create_one_evaluation_type { +ad_proc -public evaluation::apm::create_one_evaluation_type { -impl_id:required } { Create the notification type for one specific evaluation @@ -951,7 +951,7 @@ -description "[_ evaluation.lt_Notification_for_eval]"] } -ad_proc -public evaluation::apm_callback::enable_intervals_and_methods { +ad_proc -public evaluation::apm::enable_intervals_and_methods { -type_id:required } { Enable the intervals and delivery methods of a specific type