diff --git a/README.md b/README.md index 12bd32da84cdf4960a10c3eabf5670839219b2ff..53a95394aa0fbc9748d6e6c42d1c67fb47afe631 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # VAS-for-Web -A freely licensed Visual Analog Scale implemented in HTML, CSS, and JavaScript. \ No newline at end of file +A freely licensed Visual Analog Scale implemented in HTML, CSS, and JavaScript. + +## Ideals +- focus on simplicity and practicality + - response input as close to paper versions as possible + - data export as a simple list, or CSV file, maybe "share" button (if run on Android?) + - make expandable somehow? (At least Icons/Emojis should be easily swappable) +- should operate on all relevant mobile devices / browsers +- use GitLab Pages for self-use and showcase +- freely licensed: CC-BY (-> code made from scratch / compatible sources) + +## UI ideas +- Use JS to register tap on the scale, show fading dot. + As soon as it faded away, the response is set; this method obviates need for a button "OK that's response". +- The results should show up as they arrive, either on a separate (swipe-able?) page or just by scrolling down (out of view for the subject). + +## Resources of interest +- https://www.academia.edu/2660006/VAS_Generator_A_Web-Based_Tool_for_Creating_Visual_Analogue_Scales +- https://openmoji.org/library/#group=smileys-emotion +