Skip to content

Commit

Permalink
free text answer type
Browse files Browse the repository at this point in the history
  • Loading branch information
leaantonia committed Jun 10, 2024
1 parent c80ed39 commit 3de9c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class initialization
newWithQuestion: aQuestion andVotes: anOrderedCollection

^ LQAnswer new
^ LQFreeTextAnswer new
questionId: aQuestion id;
choicesRanking: (anOrderedCollection collect: [:each | each description]) ;
yourself
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"newWithQuestion:andVotes:" : "Anton Eichstädt 6/5/2024 17:28" },
"newWithQuestion:andVotes:" : "leli 6/10/2024 15:56" },
"instance" : {
"answer" : "leli 6/10/2024 15:46",
"answer:" : "leli 6/10/2024 15:46",
Expand Down

0 comments on commit 3de9c3b

Please sign in to comment.