-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support images in questions and answers #282
Labels
Comments
It just occurred to me to try passing a raw HTML image tag, but I haven't looked into the DSL to figure out if this is possible. Tips or hints are welcome... |
Is there no support for multimedia in surveys (e.g., images, video, etc.)? |
Is there a way to use images as answers on the radio list? |
answer "rails.png", :display_type =>"image" |
Consolidated into #413 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request. Related to #245.
I'm using "should" in the "wish-for" sense in what follows.
Subjects should be able to complete a question with images as "questions" and answers. Imagine a puzzle with a piece missing, and we want to test subject's cognitive abilities. Supporting images in both questions and answers allows us to show a puzzle with a piece missing, for example, and the subject chooses the correct piece from a radio list. Ideally, the answers would still support text labels in addition to the images.
Less importantly, the images should be renderable in an arbitrary location with regard to their radio button and label: top, bottom, left, right.
The text was updated successfully, but these errors were encountered: