-
Notifications
You must be signed in to change notification settings - Fork 51
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
Arranging multiple schemas for a single task #66
Comments
Yes! We've done something similar internally and that usually requires hacking at the HTML layout for the task to arrange the boxes and using the custom template instead of the default. Could you share a version of what you are using and some crude mock-up of what you want it to look like? We can see if there's something we have that can be shared (or just adapt it to what you want) |
You could edit the custom HTML layout. For example, in the politeness rating template, the custom HTML layout is templates/layout.html. In the .yaml file, it uses "html_layout": "templates/layout.html" to point to this custom template. In the custom template, simply edit the
This will change the width of text boxes. You could also put the boxes into grids:
|
Interesting! Would you be willing to share the current scheme section of your .yaml file? I can try to take a look and see what's the issue. |
Yes, thank you for taking a look!
|
Hi @maria-antoniak, Looks like simply changing
Let me know if you need any further help! |
Thank you so much! That's perfect. |
Hi, thanks so much for your work on Potato! I'm wondering if there's an easy way to arrange multiple schemas used for a single task. For example, if I include more than a couple text boxes, they start to spill over the edge of the screen and squeeze other questions. Is there a way to force one or more of the schemas onto a new line?
The text was updated successfully, but these errors were encountered: