/Survey

RubyMotion Application for creating Survey

Primary LanguageRuby

Survey tool for iOS (iPhone and iPad)

Create your Surveys on iOS dynamically without the need to Compile and Push to app store. The views are controlled by JSON. The sample json:

{
	"1": {
		"q": "The Question",
		"key": "Will be used to store answers"
		"type": "check|slider|ui_picker|control|text"
		"op": [
			{
				"key": "Key for option",
				"value": "Value for option"
			}
			.....
		]
	}
	....
}

For deatils of JSON look at resources\questions.json for reference.

The screenshot of current implementation:

The landing page

  • Other pages:

Other page

Other page

Other page

Other page

Forking

Feel free to fork and submit pull requests!

Todo

  • Create views for iPad, current views are only for iPhone
  • Create RailsAPI which feeds JSON when online.
  • Improve storage - UIDocument or CoreData or FMDB