Index: openacs-4/packages/assessment/tcl/as-qti-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-qti-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/assessment/tcl/as-qti-procs.tcl 8 Dec 2004 15:30:34 -0000 1.13 +++ openacs-4/packages/assessment/tcl/as-qti-procs.tcl 16 Dec 2004 09:27:17 -0000 1.14 @@ -220,7 +220,7 @@ # we need the size of textarea (values of rows and cols) set html "rows $rows cols $cols" # insert as_item_display_ta in the CR (and in the as_item_display_ta table) getting the revision_id (item_display_id) - set as_item_display_id [as::item_display_ta::new -abs_size $html] + set as_item_display_id [as::item_display_ta::new -html_display_options $html] foreach node $presentationChildNodes { # get the title of item if {[$node nodeName] == {material}} {