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
96 stars 12 forks source link

Idea: Chrome browser extension that lets you screenshot a question and it generates the appropriate edsl question format #560

Open johnjosephhorton opened 1 month ago

johnjosephhorton commented 1 month ago

E.g., a screenshot of this:

Screenshot 2024-05-25 at 10 54 39 AM

would return a copyable block of code:

q = QuestionMultipleChoice(question_text = "Does the seller or his or her proxy have to..."

Could also have a "post to coop" button if user was logged in.

This would require a coop-based service. We did similar things in xdsl so I don't think it would be hard.

zer0dss commented 1 month ago

@johnjosephhorton I am working on a solution for this.

johnjosephhorton commented 1 month ago

Nice!