Here’re some initial sketches of how Tailspin would look like and the navigation patterns we want to implement:
Pressing “back” simply goes to home. Pressing “back” from Home exits the app.
Users can take multiple surveys at the same time, but only one instance of each.
The “Response area” depends on the question type. We are currently planning to support:
Navigation between questions is done with a lateral gesture. Pressing “back” saves whatever answers the user entered and then goes back Home.
“Long tapping” on a specific survey shows a small context screen where the survey can be tagged as a “favorite” (for filtering) and basic info is displayed (e.g. estimated length, number of questions)
Not much on this one yet. We envision this screen to allow the user to enable or disable push notifications. This happens when the tailspin backend detects new surveys that match user criteria. It will also allow user to capture credential options and some other configuration. (Not sure about all this yet though)
We’ll start sharing implementations of these very soon. Let us know what you think!