From 5377ea81ebedea41376c6b3d36c2118f8f137447 Mon Sep 17 00:00:00 2001 From: Lea Liekenbrock Date: Wed, 19 Jun 2024 13:55:43 +0200 Subject: [PATCH] title works --- .../LQFreeTextQuestion.class/properties.json | 5 +---- .../LQMultiChoiceQuestion.class/properties.json | 2 -- .../LQPriorityQuestion.class/instance/numberOfChoices..st | 4 ++-- .../LQPriorityQuestion.class/methodProperties.json | 2 +- .../LQPriorityQuestion.class/properties.json | 2 -- .../LQQuestion.class/instance/numberOfChoices..st | 2 +- .../LQQuestion.class/methodProperties.json | 2 +- .../Liquid-Core.package/LQQuestion.class/properties.json | 3 +-- 8 files changed, 7 insertions(+), 15 deletions(-) diff --git a/packages/Liquid-Core.package/LQFreeTextQuestion.class/properties.json b/packages/Liquid-Core.package/LQFreeTextQuestion.class/properties.json index 393beb9e..5cb4c7ce 100644 --- a/packages/Liquid-Core.package/LQFreeTextQuestion.class/properties.json +++ b/packages/Liquid-Core.package/LQFreeTextQuestion.class/properties.json @@ -6,10 +6,7 @@ ], "commentStamp" : "", "instvars" : [ - "id", - "title", - "maxNumberOfCharacters", - "choiceList" ], + "maxNumberOfCharacters" ], "name" : "LQFreeTextQuestion", "pools" : [ ], diff --git a/packages/Liquid-Core.package/LQMultiChoiceQuestion.class/properties.json b/packages/Liquid-Core.package/LQMultiChoiceQuestion.class/properties.json index d02f6466..5c4c7045 100644 --- a/packages/Liquid-Core.package/LQMultiChoiceQuestion.class/properties.json +++ b/packages/Liquid-Core.package/LQMultiChoiceQuestion.class/properties.json @@ -6,8 +6,6 @@ ], "commentStamp" : "bwe 8/5/2022 16:10", "instvars" : [ - "id", - "title", "maxNumberOfChoices", "choiceList" ], "name" : "LQMultiChoiceQuestion", diff --git a/packages/Liquid-Core.package/LQPriorityQuestion.class/instance/numberOfChoices..st b/packages/Liquid-Core.package/LQPriorityQuestion.class/instance/numberOfChoices..st index 11be9d12..23091dff 100644 --- a/packages/Liquid-Core.package/LQPriorityQuestion.class/instance/numberOfChoices..st +++ b/packages/Liquid-Core.package/LQPriorityQuestion.class/instance/numberOfChoices..st @@ -1,3 +1,3 @@ accessing -numberOfChoices: anObject - numberOfChoices := anObject \ No newline at end of file +numberOfChoices: anObject + numberOfChoices:= anObject \ No newline at end of file diff --git a/packages/Liquid-Core.package/LQPriorityQuestion.class/methodProperties.json b/packages/Liquid-Core.package/LQPriorityQuestion.class/methodProperties.json index ae62dd93..0a7586e9 100644 --- a/packages/Liquid-Core.package/LQPriorityQuestion.class/methodProperties.json +++ b/packages/Liquid-Core.package/LQPriorityQuestion.class/methodProperties.json @@ -12,6 +12,6 @@ "isVotedChoice:ValidFrom:" : "ms 8/4/2022 21:31", "maxNumberOfChoices" : "Anton Eichstädt 6/5/2024 11:33", "numberOfChoices" : "Anton Eichstädt 6/4/2024 11:21", - "numberOfChoices:" : "Anton Eichstädt 6/4/2024 11:21", + "numberOfChoices:" : "leli 6/19/2024 13:43", "toolTip" : "Anton Eichstädt 5/24/2024 15:15", "type" : "Anton Eichstädt 5/24/2024 15:11" } } diff --git a/packages/Liquid-Core.package/LQPriorityQuestion.class/properties.json b/packages/Liquid-Core.package/LQPriorityQuestion.class/properties.json index 4210c300..882532f1 100644 --- a/packages/Liquid-Core.package/LQPriorityQuestion.class/properties.json +++ b/packages/Liquid-Core.package/LQPriorityQuestion.class/properties.json @@ -6,8 +6,6 @@ ], "commentStamp" : "Anton Eichstädt 5/24/2024 15:19", "instvars" : [ - "id", - "title", "choiceList", "numberOfChoices" ], "name" : "LQPriorityQuestion", diff --git a/packages/Liquid-Core.package/LQQuestion.class/instance/numberOfChoices..st b/packages/Liquid-Core.package/LQQuestion.class/instance/numberOfChoices..st index 98c62f9b..4ed8b131 100644 --- a/packages/Liquid-Core.package/LQQuestion.class/instance/numberOfChoices..st +++ b/packages/Liquid-Core.package/LQQuestion.class/instance/numberOfChoices..st @@ -1,3 +1,3 @@ as yet unclassified numberOfChoices: anObject - numberOfChoices := anObject \ No newline at end of file + self halt. \ No newline at end of file diff --git a/packages/Liquid-Core.package/LQQuestion.class/methodProperties.json b/packages/Liquid-Core.package/LQQuestion.class/methodProperties.json index deedd1b4..237df769 100644 --- a/packages/Liquid-Core.package/LQQuestion.class/methodProperties.json +++ b/packages/Liquid-Core.package/LQQuestion.class/methodProperties.json @@ -11,7 +11,7 @@ "maxNumberOfCharacters" : "leli 6/17/2024 14:03", "maxNumberOfChoices" : "leli 6/17/2024 14:03", "numberOfChoices" : "leli 6/17/2024 14:14", - "numberOfChoices:" : "leli 6/17/2024 14:14", + "numberOfChoices:" : "leli 6/19/2024 13:42", "title" : "leli 6/18/2024 15:52", "title:" : "leli 6/17/2024 14:03", "toolTip" : "leli 6/17/2024 14:07", diff --git a/packages/Liquid-Core.package/LQQuestion.class/properties.json b/packages/Liquid-Core.package/LQQuestion.class/properties.json index 9fd33591..a263a284 100644 --- a/packages/Liquid-Core.package/LQQuestion.class/properties.json +++ b/packages/Liquid-Core.package/LQQuestion.class/properties.json @@ -7,8 +7,7 @@ "commentStamp" : "", "instvars" : [ "id", - "title", - "numberOfChoices" ], + "title" ], "name" : "LQQuestion", "pools" : [ ],