Index: openacs-4/packages/xowf/lib/inclass-quiz-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-quiz-answer.wf,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 26 Nov 2019 18:16:54 -0000 1.1.2.2 +++ openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 29 Nov 2019 07:25:32 -0000 1.1.2.3 @@ -194,6 +194,13 @@ -form_constraints {}] [self]::submit label #xowf.refresh# } + + if {[ad_conn mobile_p]} { + ::xo::cc set_parameter template_file view-plain-master + ::xo::cc set_parameter MenuBar 0 + } + + return $waiting_form_obj }