Robin Yerkes Horton
Robin Yerkes Horton
Code to reproduce error: ```python from edsl.questions import QuestionMultipleChoice, QuestionLinearScale, QuestionTopK from edsl import Survey q1 = QuestionMultipleChoice( question_name = "color", question_text = "What is your favorite color?", question_options =...
It is fairly easy to create a multiple choice question where the model can reasonably want to not select a given option, but this question type throws an error if...
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...
This would be useful for ensuring that the lists are identical in length, eg for comparing responses among agents item by item.
For example, if I want to prompt an agent to pick a random number 5 times in a row I can do this with `QuestionList`, but if I want to...
I expect it to sort fields in the order that I have applied it, but it does it in reverse: