Index: openacs-4/packages/assessment/assessment.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/assessment.info,v diff -u -r1.42.2.5 -r1.42.2.6 --- openacs-4/packages/assessment/assessment.info 7 Apr 2007 23:27:13 -0000 1.42.2.5 +++ openacs-4/packages/assessment/assessment.info 14 Sep 2007 15:24:27 -0000 1.42.2.6 @@ -7,7 +7,7 @@ f f - + Eduardo Perez Ureta Assessment package that will replace the survey, quizz, complex survey, poll and other data collection packages @@ -17,7 +17,7 @@ Create assessments and evaluate. 0 - + Index: openacs-4/packages/assessment/lib/assessment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/assessment.tcl,v diff -u -r1.18.2.9 -r1.18.2.10 --- openacs-4/packages/assessment/lib/assessment.tcl 24 Jul 2007 17:11:13 -0000 1.18.2.9 +++ openacs-4/packages/assessment/lib/assessment.tcl 14 Sep 2007 15:24:27 -0000 1.18.2.10 @@ -473,7 +473,6 @@ if {\[db_string count_submitted_session \"select count(*) from as_section_data where session_id = :session_id and section_id = :section_id and completed_datetime is not null\" -default 0\] == 0} { \# ad_return_complaint 1 \"Double click detected\" - as::session::update_elapsed_time -session_id $session_id -section_id $section_id db_dml session_updated {} # save answers foreach one_response \$item_list { @@ -615,8 +614,5 @@ set form_is_submit [template::form::is_submission show_item_form] set form_is_valid [template::form::is_valid show_item_form] -# we are viewing the questions, so start the timer by recording a view -views::record_view -object_id $section_id -viewer_id $user_id -views::record_view -object_id $assessment_id -viewer_id $user_id ad_return_template $template