Index: openacs-4/packages/xowf/lib/inclass-quiz.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/inclass-quiz.wf,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/xowf/lib/inclass-quiz.wf 26 Nov 2019 09:09:17 -0000 1.1.2.2 +++ openacs-4/packages/xowf/lib/inclass-quiz.wf 26 Nov 2019 14:18:06 -0000 1.1.2.3 @@ -125,53 +125,6 @@ } ######################################################################## -# answers_panel: show a summary of the submitted answers. -# -:proc answers_panel {obj state wf current_question {extra_text ""}} { - set answers [xowf::test_item::answer_manager get_answers $wf] - set nrParticipants [llength $answers] - set answered [xowf::test_item::renaming_form_loader answers_for_form [$current_question name] $answers] - set nrAnswered [llength $answered] - - set answerStatus [subst { -
$marked"] set answerStatus [xowf::test_item::answer_manager answers_panel \ - -polling=[expr {${:live_updates} && $state ne "done"}] \ -manager_ob $obj \ -wf $wf \ -current_question $current_question] @@ -460,7 +411,7 @@ #ns_log notice "MASTER POLL [self] ${:name}, returned [llength $answered]/[llength $answers]" ad_script_abort } - ns_log notice "INCLASS-QUIZ [self] ${:instance_attributes}" + #ns_log notice "INCLASS-QUIZ [self] ${:instance_attributes}" } #