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

No obvious indication of right/wrong answer in the Icon Quiz #194

Open
secretrobotron opened this issue Aug 9, 2016 · 10 comments
Open

No obvious indication of right/wrong answer in the Icon Quiz #194

secretrobotron opened this issue Aug 9, 2016 · 10 comments

Comments

@secretrobotron
Copy link
Contributor

There is no indication of whether or not the chosen answer is right or wrong for a question in the Icon Quiz. It simply skips to the next question and changes the score accordingly. It would be nice to have it pause and show you if you were wrong, and what the correct answer was.

The original wireframes have some detail on this:

@anuraagbaishya
Copy link

anuraagbaishya commented Oct 16, 2016

I would like to work on this

@ryanwarsaw
Copy link
Contributor

Hi @anuraagbaishya! You're more than welcome to try and work on this if you'd like.

@secretrobotron
Copy link
Contributor Author

Hey @anuraagbaishya, need any help getting this done?

@ryanwarsaw
Copy link
Contributor

Issue Review

This is fairly straight forward to implement. We just need to abstract the interfaces of the quiz code out (if it isn't already) and write a basic event system that we can hook into and run reactionary code.

Proposed Solutions:

  1. Provide instant feedback through Android's Toast API.
  2. Improve on current user interface to better distinguish between right and wrong answers.
  3. Build out an additional user interface for reviewing incorrect answers at end of quiz.

The 1st solution would require the least amount of work, and no design work at all. The 2nd solution would require less development & design work. The 3rd solution would require the most work.

cc: @flukeout (Perhaps can add something to this?)

@eunix56
Copy link

eunix56 commented Feb 21, 2020

Can I work on this? An idea for the second solution is using color codes like green and red to notify the user of a right and wrong answer.

@ryanwarsaw
Copy link
Contributor

ryanwarsaw commented Feb 21, 2020 via email

@eunix56
Copy link

eunix56 commented Feb 23, 2020

Oh. Thanks. I didn't know it was archived. So I wanted to make my first contribution, and this looked like an interesting place to start. Thanks again

@eunix56
Copy link

eunix56 commented Feb 25, 2020

Good morning. I want to ask though, is there any mozilla app that I can contribute to? I'd prefer an android app. Thanks

@ryanwarsaw
Copy link
Contributor

Hey! I'm not very up-to-date with what is happening, but here are a few links you might find helpful:

Some other very cool stuff that isn't Android but I think you might find interesting, and also easier to contribute to would be some Mozilla supported projects like Mozilla Mixed Reality, A-Frame and Rust.

Hope this helps =)

@eunix56
Copy link

eunix56 commented Feb 25, 2020

Thanks. It does really help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants