Index: openacs-4/packages/xowf/resources/prototypes/ExamFolder.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/ExamFolder.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/ExamFolder.page 8 Jul 2021 20:54:50 -0000 1.1.2.1 @@ -0,0 +1,15 @@ +# -*- tcl -*- +::xowiki::Package require_site_wide_pages -pages folder.form +set page_template [::xowiki::Package lookup_side_wide_page -name en:folder.form] +::xo::db::CrClass get_instance_from_db -item_id $page_template + +set p [::xowiki::FormPage new \ + -set name en:ExamFolder \ + -page_template $page_template \ + -title "ExamFolder" \ + -text "" \ + -set instance_attributes {extra_menu_entries {{config -use test-items}} index en:assessment-index} \ + -set description {{{child-resources}}}] + +ns_log notice [$p serialize] +set p Index: openacs-4/packages/xowf/resources/prototypes/TestItemComposite.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemComposite.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemComposite.form.page 8 Jul 2021 20:54:50 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemComposite.form \ + -title "ShortTextItem" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + question:test_item,question_type=section,grading=none,feedback_level=single,label=#xowf.composite_question# + _name:test_item_name _description:omit _page_order:omit + } + + + Index: openacs-4/packages/xowf/resources/prototypes/TestItemMC.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemMC.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemMC.form.page 8 Jul 2021 20:54:51 -0000 1.1.2.1 @@ -0,0 +1,12 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemMC.form \ + -title "MC Item" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + {question:test_item,question_type=mc2,grading=ggw wi1 wi2 exact,feedback_level=single,label=#xowf.mc_question#} + _name:test_item_name _description:omit _page_order:omit + } + Index: openacs-4/packages/xowf/resources/prototypes/TestItemReorder.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemReorder.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemReorder.form.page 8 Jul 2021 20:54:51 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemReorder.form \ + -title "ReorderTextItem" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + {question:test_item,question_type=ro,grading=exact position relative,default=relative,feedback_level=single,auto_correct=1,label=#xowf.reorder_question#} + _name:test_item_name _description:omit _page_order:omit + } + + + Index: openacs-4/packages/xowf/resources/prototypes/TestItemSC.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemSC.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemSC.form.page 8 Jul 2021 20:54:51 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemSC.form \ + -title "SC Item" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + question:test_item,question_type=sc,grading=exact,feedback_level=single,label=#xowf.sc_question# + _name:test_item_name _description:omit _page_order:omit + } + + + Index: openacs-4/packages/xowf/resources/prototypes/TestItemShortText.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemShortText.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemShortText.form.page 8 Jul 2021 20:54:51 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemShortText.form \ + -title "ShortTextItem" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + question:test_item,question_type=st,grading=none,feedback_level=single,auto_correct=1,label=#xowf.short_text_question# + _name:test_item_name _description:omit _page_order:omit + } + + + Index: openacs-4/packages/xowf/resources/prototypes/TestItemText.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemText.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemText.form.page 8 Jul 2021 20:54:51 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemText.form \ + -title "TextItem" \ + -anon_instances f \ + -text "" \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + question:test_item,question_type=ot,grading=none,feedback_level=single,auto_correct=1,label=#xowf.text_question# + _name:test_item_name _description:omit _page_order:omit + } + + + Index: openacs-4/packages/xowf/resources/prototypes/TestItemUpload.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/TestItemUpload.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/TestItemUpload.form.page 8 Jul 2021 20:54:52 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name en:TestItemUpload.form \ + -title "File Submission Item" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + {question:test_item,question_type=ul,feedback_level=single,label=#xowf.ul_question#} + _name:test_item_name _description:omit _page_order:omit + } + + + Index: openacs-4/packages/xowf/resources/prototypes/Workflow.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/Workflow.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/Workflow.form.page 8 Jul 2021 20:54:52 -0000 1.1.2.1 @@ -0,0 +1,19 @@ +# -*- tcl-*- +::xowiki::Form new \ + -set name en:Workflow.form \ + -title "Workflow Form" \ + -set anon_instances f \ + -set text {@_text@ @workflow_definition@ Form Constraints: @form_constraints@} \ + -set form {{
@workflow_definition@ @_text@ @form_constraints@ @_nls_language@
} text/html} \ + -set form_constraints { +{_name:help_text=Name of the workflow (ends typically with .wf)} +workflow_definition:workflow_definition +form_constraints:form_constraints +{_title:label=Workflow Title} +{_description:omit} +{_page_order:omit} +{_text:label=Description} +} + + + Index: openacs-4/packages/xowf/resources/prototypes/answer-single-question.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/answer-single-question.wf.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/answer-single-question.wf.page 8 Jul 2021 20:54:52 -0000 1.1.2.1 @@ -0,0 +1,13 @@ +# -*- Tcl-*- +# The variables "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:answer-single-question.wf \ + -title "Answer Single Question Workflow" \ + -instance_attributes { + workflow_definition {::xowf::include /packages/xowf/lib/answer-single-question.wf} + form_constraints {} + return_url {} + } Index: openacs-4/packages/xowf/resources/prototypes/atjob-form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/atjob-form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/atjob-form.page 8 Jul 2021 20:54:52 -0000 1.1.2.1 @@ -0,0 +1,19 @@ +# -*- tcl-*- +::xowiki::Form new \ + -set name en:atjob-form \ + -title "At-Job Form" \ + -set anon_instances t \ + -set text {} \ + -set form {{
@_title@ @cmd@ @url@ @_publish_date@ @_publish_status@
} text/html} \ + -set form_constraints { +_page_order:hidden _creator:hidden +_title:text,label=#acs-kernel.common_Title# +{_publish_date:date,format=DD_MONTH_YYYY_HH24_MI,label=Scheduled execution time} +{_publish_status:radio,options={waiting production} {done expired},label=Status} +{url:text,default=} +@table_properties:publish_status=all +@table:_name,_publish_status,_last_modified + } + + + Index: openacs-4/packages/xowf/resources/prototypes/edit-interaction.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/edit-interaction.wf.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/edit-interaction.wf.page 8 Jul 2021 20:54:52 -0000 1.1.2.1 @@ -0,0 +1,12 @@ +# -*- 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:online-exam.wf \ + -title "Online Exam Workflow" \ + -instance_attributes { + workflow_definition {::xowf::include /packages/xowf/lib/edit-interaction.wf} + form_constraints {} + return_url {} + } Index: openacs-4/packages/xowf/resources/prototypes/inclass-exam.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/inclass-exam.wf.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/inclass-exam.wf.page 8 Jul 2021 20:54:52 -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-exam.wf \ + -title "In-class Exam Workflow" \ + -instance_attributes { + workflow_definition {::xowf::include /packages/xowf/lib/inclass-exam.wf} + form_constraints {} + return_url {} + } + + + + 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 {} + } + + + + Index: openacs-4/packages/xowf/resources/prototypes/online-exam.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/online-exam.wf.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/online-exam.wf.page 8 Jul 2021 20:54:53 -0000 1.1.2.1 @@ -0,0 +1,12 @@ +# -*- 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:online-exam.wf \ + -title "Online Exam Workflow" \ + -instance_attributes { + workflow_definition {::xowf::include /packages/xowf/lib/online-exam.wf} + form_constraints {} + return_url {} + } Index: openacs-4/packages/xowf/resources/prototypes/quiz-select_question.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/quiz-select_question.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/quiz-select_question.form.page 8 Jul 2021 20:54:53 -0000 1.1.2.1 @@ -0,0 +1,14 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name quiz-select_question.form \ + -title "Select Question" \ + -anon_instances f \ + -text {} \ + -form {{
@question@ @_nls_language@
} text/html} \ + -form_constraints { + @cr_fields:hidden + {_title:text,label=#xowf.inclass-quiz-name#,default=#xowf.inclass-quiz-default_name#} + {question:form_page,multiple=true,keep_order=true,form=en:edit-interaction.wf|en:TestItemText.form|en:TestItemShortText.form|en:TestItemMC.form|en:TestItemSC.form|en:TestItemReorder.form,required,help_text=#xowf.select_question_help_text#,label=#xowiki.questions#} + _description:omit _page_order:omit + } + Index: openacs-4/packages/xowf/resources/prototypes/select_question.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/resources/prototypes/Attic/select_question.form.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/resources/prototypes/select_question.form.page 8 Jul 2021 20:54:53 -0000 1.1.2.1 @@ -0,0 +1,41 @@ +# -*- tcl-*- +::xowiki::Form new \ + -name select_question.form \ + -title "Select Question" \ + -anon_instances f \ + -text {} \ + -form {{
+ @question@ +

#xowf.Detail_configuration#

+

+ @shuffle_items@ @max_items@ @allow_paste@ @show_minutes@ @show_points@ @show_ip@ @time_budget@ +
+

+ @synchronized@ @time_window@ +

+

+ @proctoring@ + @proctoring_options@ + @signature@ +
+
+ } text/html} \ + -form_constraints { + @cr_fields:hidden + {_title:text,label=#xowf.online-exam-name#,default=#xowf.online-exam-default_name#} + {question:form_page,multiple=true,keep_order=true,form=en:edit-interaction.wf|en:TestItemText.form|en:TestItemShortText.form|en:TestItemMC.form|en:TestItemSC.form|en:TestItemUpload.form|en:TestItemReorder.form,required,help_text=#xowf.select_question_help_text#,label=#xowiki.questions#} + {shuffle_items:boolean,horizontal=true,label=#xowf.randomized_items#,help_text=#xowf.randomized_items_help_text#} + {max_items:number,min=1,label=#xowf.Max_items#,help_text=#xowf.Max_items_help_text#} + {allow_paste:boolean,horizontal=true,default=t,label=#xowf.Allow_paste#,help_text=#xowf.Allow_paste_help_text#} + {show_minutes:boolean,horizontal=true,default=t,label=#xowf.Show_minutes#,help_text=#xowf.Show_minutes_help_text#} + {show_points:boolean,horizontal=true,default=t,label=#xowf.Show_points#,help_text=#xowf.Show_points_help_text#} + {show_ip:boolean,horizontal=true,default=t,label=#xowf.Show_IP#,help_text=#xowf.Show_IP_help_text#} + {time_budget:range,default=100,min=100,max=300,step=10,with_output=t,form_item_wrapper_CSSclass=form-inline,output_suffix=%,label=#xowf.Time_budget#,help_text=#xowf.Time_budget_help_text#} + {synchronized:boolean,horizontal=true,default=f,label=#xowf.Synchronized#,help_text=#xowf.Synchronized_help_text#} + {time_window:time_span,label=#xowf.Exam_time_window#,help_text=#xowf.Exam_time_window_help_text#} + {signature:boolean,horizontal=true,default=f,label=#xowf.Signature#,help_text=#xowf.Signature_help_text#} + {proctoring:boolean,horizontal=true,default=f,label=#xowf.Proctoring#,help_text=#xowf.Proctoring_help_text#} + {proctoring_options:checkbox,horizontal=true,options={Desktop d} {Camera c} {Audio a} {Statement s},default=d c a s,label=#xowf.Proctoring_options#,help_text=#xowf.Proctoring_options_help_text#,swa?:disabled=1} + _description:omit _page_order:omit + } + Index: openacs-4/packages/xowf/www/prototypes/TestItemMC.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/TestItemMC.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/TestItemMC.form.page 11 May 2020 14:14:10 -0000 1.1.2.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name en:TestItemMC.form \ - -title "MC Item" \ - -anon_instances f \ - -text {} \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - {question:test_item,question_type=mc2,grading=ggw wi1 wi2 exact,feedback_level=single,label=#xowf.mc_question#} - _name:test_item_name _description:omit _page_order:omit - } - Index: openacs-4/packages/xowf/www/prototypes/TestItemReorder.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/TestItemReorder.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/TestItemReorder.form.page 13 Mar 2021 20:24:33 -0000 1.1.2.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name en:TestItemReorder.form \ - -title "ReorderTextItem" \ - -anon_instances f \ - -text {} \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - {question:test_item,question_type=ro,grading=exact position relative,default=relative,feedback_level=single,auto_correct=1,label=#xowf.reorder_question#} - _name:test_item_name _description:omit _page_order:omit - } - - - Index: openacs-4/packages/xowf/www/prototypes/TestItemSC.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/TestItemSC.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/TestItemSC.form.page 11 May 2020 14:14:10 -0000 1.1.2.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name en:TestItemSC.form \ - -title "SC Item" \ - -anon_instances f \ - -text {} \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - question:test_item,question_type=sc,grading=exact,feedback_level=single,label=#xowf.sc_question# - _name:test_item_name _description:omit _page_order:omit - } - - - Index: openacs-4/packages/xowf/www/prototypes/TestItemShortText.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/TestItemShortText.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/TestItemShortText.form.page 11 May 2020 14:14:10 -0000 1.1.2.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name en:TestItemShortText.form \ - -title "ShortTextItem" \ - -anon_instances f \ - -text {} \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - question:test_item,question_type=st,grading=none,feedback_level=single,auto_correct=1,label=#xowf.short_text_question# - _name:test_item_name _description:omit _page_order:omit - } - - - Index: openacs-4/packages/xowf/www/prototypes/TestItemText.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/TestItemText.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/TestItemText.form.page 11 May 2020 14:14:10 -0000 1.1.2.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name en:TestItemText.form \ - -title "TextItem" \ - -anon_instances f \ - -text "" \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - question:test_item,question_type=ot,grading=none,feedback_level=single,auto_correct=1,label=#xowf.text_question# - _name:test_item_name _description:omit _page_order:omit - } - - - Index: openacs-4/packages/xowf/www/prototypes/TestItemUpload.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/TestItemUpload.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/TestItemUpload.form.page 11 May 2020 14:14:10 -0000 1.1.2.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name en:TestItemUpload.form \ - -title "File Submission Item" \ - -anon_instances f \ - -text {} \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - {question:test_item,question_type=ul,feedback_level=single,label=#xowf.ul_question#} - _name:test_item_name _description:omit _page_order:omit - } - - - Index: openacs-4/packages/xowf/www/prototypes/Workflow.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Workflow.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/Workflow.form.page 27 Oct 2014 16:42:03 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -set name en:Workflow.form \ - -title "Workflow Form" \ - -set anon_instances f \ - -set text {@_text@ @workflow_definition@ Form Constraints: @form_constraints@} \ - -set form {{
@workflow_definition@ @_text@ @form_constraints@ @_nls_language@
} text/html} \ - -set form_constraints { -{_name:help_text=Name of the workflow (ends typically with .wf)} -workflow_definition:workflow_definition -form_constraints:form_constraints -{_title:label=Workflow Title} -{_description:omit} -{_page_order:omit} -{_text:label=Description} -} - - - Index: openacs-4/packages/xowf/www/prototypes/answer-single-question.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/answer-single-question.wf.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/answer-single-question.wf.page 25 Oct 2020 19:08:51 -0000 1.1.2.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -# -*- Tcl-*- -# The variables "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:answer-single-question.wf \ - -title "Answer Single Question Workflow" \ - -instance_attributes { - workflow_definition {::xowf::include /packages/xowf/lib/answer-single-question.wf} - form_constraints {} - return_url {} - } Index: openacs-4/packages/xowf/www/prototypes/atjob-form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/atjob-form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/atjob-form.page 8 Dec 2020 15:36:54 -0000 1.1.6.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -set name en:atjob-form \ - -title "At-Job Form" \ - -set anon_instances t \ - -set text {} \ - -set form {{
@_title@ @cmd@ @url@ @_publish_date@ @_publish_status@
} text/html} \ - -set form_constraints { -_page_order:hidden _creator:hidden -_title:text,label=#acs-kernel.common_Title# -{_publish_date:date,format=DD_MONTH_YYYY_HH24_MI,label=Scheduled execution time} -{_publish_status:radio,options={waiting production} {done expired},label=Status} -{url:text,default=} -@table_properties:publish_status=all -@table:_name,_publish_status,_last_modified - } - - - Index: openacs-4/packages/xowf/www/prototypes/edit-interaction.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/edit-interaction.wf.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/edit-interaction.wf.page 29 Jul 2020 11:53:27 -0000 1.1.2.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +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:online-exam.wf \ - -title "Online Exam Workflow" \ - -instance_attributes { - workflow_definition {::xowf::include /packages/xowf/lib/edit-interaction.wf} - form_constraints {} - return_url {} - } Index: openacs-4/packages/xowf/www/prototypes/inclass-exam.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/inclass-exam.wf.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/inclass-exam.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-exam.wf \ - -title "In-class Exam Workflow" \ - -instance_attributes { - workflow_definition {::xowf::include /packages/xowf/lib/inclass-exam.wf} - form_constraints {} - return_url {} - } - - - - 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 {} - } - - - - Index: openacs-4/packages/xowf/www/prototypes/online-exam.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/online-exam.wf.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/online-exam.wf.page 21 Feb 2020 13:45:15 -0000 1.1.2.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +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:online-exam.wf \ - -title "Online Exam Workflow" \ - -instance_attributes { - workflow_definition {::xowf::include /packages/xowf/lib/online-exam.wf} - form_constraints {} - return_url {} - } Index: openacs-4/packages/xowf/www/prototypes/quiz-select_question.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/quiz-select_question.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/quiz-select_question.form.page 23 Nov 2020 11:50:42 -0000 1.1.2.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name quiz-select_question.form \ - -title "Select Question" \ - -anon_instances f \ - -text {} \ - -form {{
@question@ @_nls_language@
} text/html} \ - -form_constraints { - @cr_fields:hidden - {_title:text,label=#xowf.inclass-quiz-name#,default=#xowf.inclass-quiz-default_name#} - {question:form_page,multiple=true,keep_order=true,form=en:edit-interaction.wf|en:TestItemText.form|en:TestItemShortText.form|en:TestItemMC.form|en:TestItemSC.form|en:TestItemReorder.form,required,help_text=#xowf.select_question_help_text#,label=#xowiki.questions#} - _description:omit _page_order:omit - } - Index: openacs-4/packages/xowf/www/prototypes/select_question.form.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/select_question.form.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/select_question.form.page 26 Feb 2021 11:37:22 -0000 1.1.2.13 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ -# -*- tcl-*- -::xowiki::Form new \ - -name select_question.form \ - -title "Select Question" \ - -anon_instances f \ - -text {} \ - -form {{
- @question@ -

#xowf.Detail_configuration#

-

- @shuffle_items@ @max_items@ @allow_paste@ @show_minutes@ @show_points@ @show_ip@ @time_budget@ -
-

- @synchronized@ @time_window@ -

-

- @proctoring@ - @proctoring_options@ - @signature@ -
-
- } text/html} \ - -form_constraints { - @cr_fields:hidden - {_title:text,label=#xowf.online-exam-name#,default=#xowf.online-exam-default_name#} - {question:form_page,multiple=true,keep_order=true,form=en:edit-interaction.wf|en:TestItemText.form|en:TestItemShortText.form|en:TestItemMC.form|en:TestItemSC.form|en:TestItemUpload.form|en:TestItemReorder.form,required,help_text=#xowf.select_question_help_text#,label=#xowiki.questions#} - {shuffle_items:boolean,horizontal=true,label=#xowf.randomized_items#,help_text=#xowf.randomized_items_help_text#} - {max_items:number,min=1,label=#xowf.Max_items#,help_text=#xowf.Max_items_help_text#} - {allow_paste:boolean,horizontal=true,default=t,label=#xowf.Allow_paste#,help_text=#xowf.Allow_paste_help_text#} - {show_minutes:boolean,horizontal=true,default=t,label=#xowf.Show_minutes#,help_text=#xowf.Show_minutes_help_text#} - {show_points:boolean,horizontal=true,default=t,label=#xowf.Show_points#,help_text=#xowf.Show_points_help_text#} - {show_ip:boolean,horizontal=true,default=t,label=#xowf.Show_IP#,help_text=#xowf.Show_IP_help_text#} - {time_budget:range,default=100,min=100,max=300,step=10,with_output=t,form_item_wrapper_CSSclass=form-inline,output_suffix=%,label=#xowf.Time_budget#,help_text=#xowf.Time_budget_help_text#} - {synchronized:boolean,horizontal=true,default=f,label=#xowf.Synchronized#,help_text=#xowf.Synchronized_help_text#} - {time_window:time_span,label=#xowf.Exam_time_window#,help_text=#xowf.Exam_time_window_help_text#} - {signature:boolean,horizontal=true,default=f,label=#xowf.Signature#,help_text=#xowf.Signature_help_text#} - {proctoring:boolean,horizontal=true,default=f,label=#xowf.Proctoring#,help_text=#xowf.Proctoring_help_text#} - {proctoring_options:checkbox,horizontal=true,options={Desktop d} {Camera c} {Audio a} {Statement s},default=d c a s,label=#xowf.Proctoring_options#,help_text=#xowf.Proctoring_options_help_text#,swa?:disabled=1} - _description:omit _page_order:omit - } -