-
Notifications
You must be signed in to change notification settings - Fork 90
Imagemap widget for select_one and select_multiple #720
Comments
test form (locally: http://localhost:8005/::YYp5) |
We should probably not use color fills for selected status, as this will interfere with the image-customization widget. I think the
|
test form above https://docs.google.com/spreadsheets/d/1JS-3wUKKqPhYGaoxJiKoJZsUik-UVwS_-oQHB_g21uw/edit?usp=sharing gives an error in kobotoolbox preview: "sequence item 2: expected string or unicode" |
Thanks for reporting this. It may have been resolved in later versions of Enketo. This is the same form (hosted on ODK Aggregate) on the latest version: https://enke.to/::YY1u. Previews (only previews) may show an 'SVG not found error' in the latest Enketo, if the backend (KoBo) doesn't use some trickery to resolve media URLs in the XForm). |
SVG image with id attributes that correspond to option values in the itemset. The radiobuttons/checkboxes will be replaced by making the SVG image regions clickable.
<img src>
with<picture> <svg>...</svg></picture>
or similar manipulatable syntaxNot considered part of requirements:
intelligent color picking (but I think theme color is okay, users can switch themes if needed formhub/kobo)The text was updated successfully, but these errors were encountered: