expectedparrot / edsl

Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.
https://docs.expectedparrot.com
MIT License
97 stars 14 forks source link

Question.available() should show the question type class name #356

Open rbyh opened 2 months ago

rbyh commented 2 months ago

Current output is less helpful because user needs to know the name to import:

image

Consider also returning a message reminder (below the list of types) that the .example() method will show an example of a type in the required template, e.g., QuestionMultipleChoice.example()

rbyh commented 2 months ago

I do think we should leave this list in alphabetical order, even though docs details are organized by importance of question type (MC first).