Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leaantonia committed Jun 12, 2024
1 parent 3de9c3b commit b0296bb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class initialization
newWithQuestion: aQuestion andVotes: anOrderedCollection
newWithQuestion: aQuestion

^ LQFreeTextAnswer new
questionId: aQuestion id;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"class" : {
"newWithQuestion:andVotes:" : "leli 6/10/2024 15:56" },
"newWithQuestion:" : "leli 6/11/2024 11:40" },
"instance" : {
"answer" : "leli 6/10/2024 15:46",
"answer:" : "leli 6/10/2024 15:46",
"id" : "JT 8/2/2022 16:59",
"id:" : "JT 8/2/2022 16:59",
"initialize" : "leli 6/10/2024 15:45",
"initialize" : "leli 6/11/2024 11:42",
"printDataOn:" : "Anton Eichstädt 5/24/2024 15:23",
"questionId" : "JT 8/2/2022 17:01",
"questionId:" : "JT 8/2/2022 17:01" } }
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildRemainingCharactersCounterTextWith: aBuilder

^ aBuilder pluggableTextSpec new
model: self;
getText: #getRemainingCharacters;
getText: #defaultRemaining;
indicateUnacceptedChanges: false;
readOnly: true;
frame: (self layoutFrame);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
defaultRemaining

^ 'Remaining Choices: 0'
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
inputText

^ self question answer
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ accessing
resetUI
self changed: #answer.
self changed: #getTitle.
self changed: #getRemainingVotedChoices
self changed: #getRemainingCharacters
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
"newWith:" : "CG 7/30/2021 19:06" },
"instance" : {
"answer" : "NM 6/5/2021 14:41",
"answer:" : "leli 6/10/2024 14:19",
"answer:" : "leli 6/11/2024 11:55",
"buildQuestionTitleTextWith:" : "Anton Eichstädt 5/28/2024 15:59",
"buildQuestionTooltipWith:" : "Anton Eichstädt 5/28/2024 15:59",
"buildRemainingCharactersCounterTextWith:" : "leli 6/10/2024 14:02",
"buildRemainingCharactersCounterTextWith:" : "leli 6/11/2024 12:15",
"buildTextInputWith:" : "leli 6/10/2024 14:19",
"builder" : "bn 8/2/2022 21:07",
"builder:" : "bn 8/2/2022 21:08",
"defaultRemaining" : "leli 6/11/2024 12:15",
"getChildren" : "leli 6/10/2024 15:12",
"getRemainingCharacters" : "leli 6/10/2024 14:20",
"getTitle" : "CG 7/30/2021 19:06",
"initialize" : "bn 7/14/2022 20:17",
"inputText" : "leli 6/11/2024 12:04",
"isValidSizedInput:" : "leli 6/10/2024 14:12",
"layoutFrame" : "JT 8/5/2022 18:24",
"question" : "NM 6/5/2021 14:40",
"question:" : "leli 6/10/2024 15:07",
"resetUI" : "leli 6/10/2024 15:10",
"resetUI" : "leli 6/11/2024 12:05",
"tooltipSymbol" : "bn 5/12/2022 20:27" } }
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ buildAnswerPanelWith: aBuilder
| temporaryPanel |
temporaryPanel := LQAnswerPanel newWith: aBuilder.
self selectionPanel: temporaryPanel.
self answerSet addAnswer: temporaryPanel answer.
"self answerSet addAnswer: temporaryPanel answer."
^ temporaryPanel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"instance" : {
"answerSet" : "ape 5/14/2022 10:28",
"answerSet:" : "ape 5/14/2022 10:28",
"buildAnswerPanelWith:" : "leli 6/10/2024 15:39",
"buildAnswerPanelWith:" : "leli 6/11/2024 11:46",
"buildFreeTextPanelWith:" : "leli 6/10/2024 15:36",
"buildNextQuestionButtonWith:" : "kge 8/1/2022 20:57",
"buildPreviousQuestionButtonWith:" : "kge 8/1/2022 20:58",
Expand Down

0 comments on commit b0296bb

Please sign in to comment.