Index: openacs-4/packages/xowf/www/prototypes/inclass-quiz.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/inclass-quiz.wf.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/inclass-quiz.wf.page 21 Feb 2020 13:45:15 -0000 1.1.2.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -# -*- tcl-*- -# The variable package_id and parent_id are provided via the caller context -xowf::Package create_new_workflow_page \ - -package_id $package_id \ - -parent_id $parent_id \ - -name en:inclass-quiz.wf \ - -title "In-class Quiz Workflow" \ - -instance_attributes { - workflow_definition {::xowf::include /packages/xowf/lib/inclass-quiz.wf} - form_constraints {} - return_url {} - } - - - -