Index: openacs-4/packages/xowf/resources/prototypes/inclass-quiz.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/inclass-quiz.wf.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/inclass-quiz.wf.page 8 Jul 2021 20:54:53 -0000 1.1.2.1 @@ -0,0 +1,16 @@ +# -*- 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 {} + } + + + +