edsl icon indicating copy to clipboard operation
edsl copied to clipboard

QuestionList is sometimes returning the intended number of items joined as a single string returned as the single item in a list

Open rbyh opened this issue 1 year ago • 4 comments

Eg here we ask for a list of 5 items and QuestionList returns a single string containing the 5 items joined: image

rbyh avatar Feb 15 '24 02:02 rbyh

Specifying that the list be comma-separated throwing an error: image

rbyh avatar Feb 15 '24 02:02 rbyh

QuestionFreeText can be a workaround: image

rbyh avatar Feb 15 '24 02:02 rbyh

Workaround is results.to_list()[0][0].split(", ")

rbyh avatar Feb 17 '24 16:02 rbyh

Workarounds for this problem are not ideal: image

rbyh avatar Feb 27 '24 15:02 rbyh