Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.06 KB

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...