nutes-uepb / simple-survey

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

See example of use

More examples coming soon...

About

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

License:MIT License


Languages

Language:Java 100.0%