Hi Luis,
I found in the file
/dotlrn/packages/assessment/tcl/as-callback-procs.tcl
the next:
...
ad_proc -public -callback imsld::import -impl qti {} {
this is the imsld qti importer
} {
if {$res_type == "imsqti_xmlv1p0" || $res_type == "imsqti_xmlv1p1" || $res_type =="imsqti_item_xmlv2p0"} {
return [as::qti::register_xml_object_id \
-xml_file $tmp_dir/$res_href \
-community_id $community_id]
}
}
...
It seems the same...
Now I know, that I have the same code, which is the way to check if it's being executed??
I'm new in this "world" of OpenACS and dotLRN and I really don't know if it's something of the platform or just, that I'm making any mistake in my code.
I'm trying to find a course that could upload without problems, but I didn't have lucky yet...
Regards, javier