edsl icon indicating copy to clipboard operation
edsl copied to clipboard

Consider adding optional parameter to `QuestionList` that lets the user specify the format of the items in the list

Open rbyh opened this issue 9 months ago • 2 comments

This could be useful where I want the responses to be numerical, but I don't want to manually put this instruction in the question text (and risk doing a bad job with the instruction).

Eg, this list of integers as strings is annoying to deal with and could be missed by the user: image

rbyh avatar May 12 '24 13:05 rbyh

Would two options - "string" and "numerical" - capture most of the use cases?

johnjosephhorton avatar May 12 '24 21:05 johnjosephhorton

Yes I think that's sufficient

rbyh avatar May 13 '24 00:05 rbyh