Index: openacs-4/packages/xowf/lib/inclass-quiz.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-quiz.wf,v diff -u -N -r1.1.2.7 -r1.1.2.8 --- openacs-4/packages/xowf/lib/inclass-quiz.wf 26 Jan 2020 18:01:57 -0000 1.1.2.7 +++ openacs-4/packages/xowf/lib/inclass-quiz.wf 26 Jan 2020 19:58:47 -0000 1.1.2.8 @@ -17,10 +17,10 @@ # An admin might with to add the following entries to the folder to # ease creation of exercises and exams # -# {entry -name New.App.TextInteraction -label "Text Interaction" -form en:TestItemText.form} -# {entry -name New.App.ShortTextInteraction -label "Short Text Interaction" -form en:TestItemShortText.form} -# {entry -name New.App.MCInteraction -label "MC Interaction" -form en:TestItemMC.form} -# {entry -name New.App.SCInteraction -label "SC Interaction" -form en:TestItemSC.form} +# {entry -name New.Item.TextInteraction -label "Text Interaction" -form en:TestItemText.form} +# {entry -name New.Item.ShortTextInteraction -label "Short Text Interaction" -form en:TestItemShortText.form} +# {entry -name New.Item.MCInteraction -label "MC Interaction" -form en:TestItemMC.form} +# {entry -name New.Item.SCInteraction -label "SC Interaction" -form en:TestItemSC.form} # {entry -name New.App.Quiz -label Quiz -form en:inclass-quiz.wf} # # The policy has to allow the following methods on FormPages: Index: openacs-4/packages/xowf/lib/online-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam.wf,v diff -u -N -r1.6.2.12 -r1.6.2.13 --- openacs-4/packages/xowf/lib/online-exam.wf 5 Dec 2019 20:59:14 -0000 1.6.2.12 +++ openacs-4/packages/xowf/lib/online-exam.wf 26 Jan 2020 19:58:47 -0000 1.6.2.13 @@ -22,10 +22,10 @@ # An admin might with to add the following entries to the folder to ease # creation of exercises and exams # -# {entry -name New.App.TextInteraction -label "Text Interaction" -form en:TestItemText.form} -# {entry -name New.App.ShortTextInteraction -label "Short Text Interaction" -form en:TestItemShortText.form} -# {entry -name New.App.MCInteraction -label "MC Interaction" -form en:TestItemMC.form} -# {entry -name New.App.SCInteraction -label "SC Interaction" -form en:TestItemSC.form} +# {entry -name New.Item.TextInteraction -label "Text Interaction" -form en:TestItemText.form} +# {entry -name New.Item.ShortTextInteraction -label "Short Text Interaction" -form en:TestItemShortText.form} +# {entry -name New.Item.MCInteraction -label "MC Interaction" -form en:TestItemMC.form} +# {entry -name New.Item.SCInteraction -label "SC Interaction" -form en:TestItemSC.form} # {entry -name New.App.Exam -label Exam -form en:online-exam.wf} # # The policy has to allow the following methods on FormPages: