Index: openacs-4/packages/assessment/www/admin/section-form.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/Attic/section-form.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/assessment/www/admin/section-form.xql 10 Dec 2004 11:42:24 -0000 1.2 +++ openacs-4/packages/assessment/www/admin/section-form.xql 7 Jan 2005 16:10:45 -0000 1.3 @@ -18,7 +18,7 @@ select ci.name, cr.title, cr.description, s.instructions, s.display_type_id, - s.feedback_text, s.max_time_to_complete, s.points + s.feedback_text, s.max_time_to_complete, s.points, s.num_items from as_sections s, cr_revisions cr, cr_items ci where cr.revision_id = s.section_id and ci.item_id = cr.item_id