Skip to content

Library for simple survey creation. Only provides an easy way to create forms with pre-defined question types.

License

Notifications You must be signed in to change notification settings

nutes-uepb/simple-survey

Repository files navigation

Simple Survey

license

Library for simple survey creation.
Simple Survey utilizes the library AppIntro as the main dependency.
AppIntro is excellent for creating introductions to applications

Simple Survey provides an easy way to create forms with pre-defined question types.

Features

  • Support for the following question types:
    • Dichotomic choice (e.g. example YES/NO)
    • Single choice
    • Multiple choose
    • Open question
  • Presentation page
  • Question blocked until response is obtained.

Installation

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
	 implementation 'com.github.nutes-uepb:simple-survey:v1.2.2'
}

Using

More examples coming soon...