Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.132 -r1.7.2.133 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 7 May 2021 12:49:43 -0000 1.7.2.132 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 18 May 2021 20:26:45 -0000 1.7.2.133 @@ -2263,6 +2263,7 @@ ######################################################################## :method render_proctor_images { {-submission:object} + {-revisions} {-examWf:object} {-revision_id} } { @@ -2499,6 +2500,7 @@ if {$filter_id ne "" && [$examWf property proctoring] eq "t"} { set markup [:render_proctor_images \ -submission $submission \ + -revisions $revisions \ -examWf $examWf \ -revision_id $revision_id] set question_form [subst { @@ -4582,6 +4584,10 @@ dict set d shuffle ${:shuffle_kind} #ns_log warning "describe: $d" } + ::xowiki::formfield::textarea { + set type Text + } + default { set type [:info class] ns_log warning "describe: class [:info class] not handled"