Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin App - add scores at the end of test #24

Open
omrisarig13 opened this issue Dec 27, 2019 · 0 comments
Open

Kotlin App - add scores at the end of test #24

omrisarig13 opened this issue Dec 27, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@omrisarig13
Copy link
Owner

After the user finishes a test, he moves to the "test finished" screen.
Currently, this page only contains the words "Test Ended!".

This screen should let the user see the results of the test (how man questions were asked, and how many he answered correctly). Adding this should be very easy, since this information already exists at the end of the test, all that should be done is to send this information to the test_result fragment and display it there.

Ideally, this page will also show the questions that were asked, and the answer that the user has given for every question. This is a bit more tricky to do. To do it, we should redesign the test action a bit, so it will save all the questions and the answers during the test, and move them to the result fragment at the end of the test.

@omrisarig13 omrisarig13 added the enhancement New feature or request label Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant