Index: openacs-4/packages/lorsm/www/course-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-add-3.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lorsm/www/course-add-3.tcl 3 Dec 2004 17:52:49 -0000 1.5 +++ openacs-4/packages/lorsm/www/course-add-3.tcl 10 Dec 2004 19:03:33 -0000 1.6 @@ -432,11 +432,11 @@ # In the future we need to come up with a nicier way to do this as # this is rather a dirty hack for now. - if {$res_type == "imsqti_xmlv1p0" || $res_type == "imsqti_xmlv1p1" || $res_type =="imsqti_item_xmlv2p0"} { - set res_href [lors::assessment::ims_qti_register_assessment \ - -tmp_dir $tmp_dir/$res_href \ - -community_id $community_id] - } +# if {$res_type == "imsqti_xmlv1p0" || $res_type == "imsqti_xmlv1p1" || $res_type =="imsqti_item_xmlv2p0"} { +# set res_href [lors::assessment::ims_qti_register_assessment \ +# -tmp_dir $tmp_dir/$res_href \ +# -community_id $community_id] +# } ## End integration showcase