Skip to content

gaxinim/Aplicativo_ciclano

Repository files navigation

Aplicativo_ciclano

This app was developed for Android and in Java language. It consists of a questionnaire of n questions, which are defined. Questions, alternatives, and corresponding answers can be edited in the specific file on line 27. To edit, insert new values, according to the following excerpt:

[
	{
		'query': 'Question 1',
		'answers': [
			'Answer 1',
			'Answer 2',
			'Answer 3',
			'Answer 4',
		],
		'indexAnswer': 2
	},
	{
		...
	}
]

At the end of the demonstration, a scoreboard is displayed, with the percentage of correct answers.

APP home screen Questions Score
drawing drawing drawing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages