Skip to content

Commit

Permalink
title works
Browse files Browse the repository at this point in the history
  • Loading branch information
leaantonia committed Jun 19, 2024
1 parent 294c07b commit 5377ea8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
],
"commentStamp" : "<historical>",
"instvars" : [
"id",
"title",
"maxNumberOfCharacters",
"choiceList" ],
"maxNumberOfCharacters" ],
"name" : "LQFreeTextQuestion",
"pools" : [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
],
"commentStamp" : "bwe 8/5/2022 16:10",
"instvars" : [
"id",
"title",
"maxNumberOfChoices",
"choiceList" ],
"name" : "LQMultiChoiceQuestion",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
numberOfChoices: anObject
numberOfChoices := anObject
numberOfChoices: anObject
numberOfChoices:= anObject
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
],
"commentStamp" : "Anton Eichstädt 5/24/2024 15:19",
"instvars" : [
"id",
"title",
"choiceList",
"numberOfChoices" ],
"name" : "LQPriorityQuestion",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
numberOfChoices: anObject
numberOfChoices := anObject
self halt.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"commentStamp" : "",
"instvars" : [
"id",
"title",
"numberOfChoices" ],
"title" ],
"name" : "LQQuestion",
"pools" : [
],
Expand Down

0 comments on commit 5377ea8

Please sign in to comment.