Oinweb / fly-django

Financial Literacy for Youth App
https://www.flyapp.ca
BSD 2-Clause "Simplified" License
12 stars 9 forks source link

Multiple answers #136

Open rodolfomartinez opened 7 years ago

rodolfomartinez commented 7 years ago

Summary:

Currently you can select multiple answers to a question. I believe @danruff5 submitted a fix for this, if not, please re -assign back to me

bartmika commented 7 years ago

We need UI guy to do this.

rodolfomartinez commented 7 years ago

For any quiz on the FLY app, it is possible to select multiple answers. This is a UI bug - only one answer should be accepted

KPSbuttar commented 7 years ago

Hi @rodolfomartinez this is done see here modified template UI file http://uidev.smegurus.com/fly-app/quiz_question.html you can get updated files named quiz_question.html and theme.css from here at this ftp.

rodolfomartinez commented 7 years ago

This works please implement

On Mon, Oct 24, 2016 at 9:33 PM, KPSbuttar notifications@github.com wrote:

Hi @rodolfomartinez https://github.com/rodolfomartinez this is done see here modified template UI file http://uidev.smegurus.com/fly- app/quiz_question.html you can get updated files named quiz_question.html and theme.css from here at this ftp.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Oinweb/fly-django/issues/136#issuecomment-255912133, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMFGiE65ERj2akw-cy9UzChsTKw0Z9dks5q3Vx-gaJpZM4KUDZT .

Sincerely, Rodolfo Martinez (519)521-3135 / (281)674-5103 Skype: rodolfo-reimar CEO The Shooting Star Press inc. www.LuchaComics.com

Be sure to follow @LuchaComics !

rodolfomartinez commented 7 years ago

@KPSbuttar is there a commit for this issue?

rodolfomartinez commented 7 years ago

@kpsbuttar you previously mentioned that you felt some django issue was present because of use of li in Django code. Can you repost that comment here and see if you can implement a fix?

rodolfomartinez commented 7 years ago

@bmika @kpsbuttar we need to implement thebUI from here into the app http://uidev.smegurus.com/fly-app/quiz_question.html

KPSbuttar commented 7 years ago

@rodolfomartinez no commit for this issue this is same not UI issue can be fixed with Django functional coding as i mentioned in recent comment here #115 so for UI fix sample i already did, django should use this UI quiz questions answers format should be input and radio buttons so single answers are recorded not 'li' etc. I hope you getting my point. Thanks!