Oinweb / fly-django

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

Open ended quiz #115

Open rodolfomartinez opened 8 years ago

rodolfomartinez commented 8 years ago

Summary

I tried taking the finance 101 quiz and it lets you skip questions. All questions must be answered

bartmika commented 8 years ago

Open ended question by definition means you can choose not to answer. Correct?

I'll have to add log in there to force the user to pick at least one choice.

rodolfomartinez commented 8 years ago

No wrong answer but we do need an answer Tahnks

On Friday, 25 March 2016, Bartlomiej Mika notifications@github.com wrote:

Open ended question by definition means you can choose not to answer. Correct?

I'll have to add log in there to force the user to pick at least one choice.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Oinweb/py-fly/issues/115#issuecomment-201355964

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 !

bartmika commented 8 years ago

Hi @viralrain,

Can you please add the defensive code in the javascript code to ensure a single choice is at least selected.

Thanks

rodolfomartinez commented 8 years ago

@bartmika is this something @danruff5 could review?

rodolfomartinez commented 7 years ago

@bartmika If this requires someone else please assign to me and comment

bartmika commented 7 years ago

Cannot do this, @viralrain nor @danruff5 provided jquery code to handle this.

rodolfomartinez commented 7 years ago

Please readsign to me

On Oct 15, 2016 2:47 PM, "Bartlomiej Mika" notifications@github.com wrote:

Cannot do this, @viralrain https://github.com/viralrain nor @danruff5 https://github.com/danruff5 provided jquery code to handle this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Oinweb/fly-django/issues/115#issuecomment-254003367, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMFGkIOirgqeB5BTI1rChvsbsI1UyzTks5q0R_SgaJpZM4H424x .

rodolfomartinez commented 7 years ago

@KPSbuttar the idea of this is that it is like a quiz but there are no wrong answers, but all questions must be answered. It is missing proper jquery code. Log in to the app, go to learning, click finances 101 and click the quiz button. You will notice that it is possible to skip questions without answering them

KPSbuttar commented 7 years ago

@rodolfomartinez This is done as well you can review here http://uidev.smegurus.com/fly-app/quiz_question.html click "next" button you will see. Files modified are same as in this issue #136

rodolfomartinez commented 7 years ago

Please implement thanks

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

@rodolfomartinez https://github.com/rodolfomartinez This is done as well you can review here http://uidev.smegurus.com/fly- app/quiz_question.html click "next" button you will see. Files modified are same as in this issue #136 https://github.com/Oinweb/fly-django/issues/136

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

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 can you please create a fix and commit for this

KPSbuttar commented 7 years ago

Hi sir @rodolfomartinez as i mentioned earlier this is not UI issue its functional coding issue so validation have to create using Django code currently its the loop showing quiz questions so in dajango add parameters in jquery while next button click check if ques answered or not, hope this helps. And for UI my part as you can see in above comments ui i already did you can see here: http://uidev.smegurus.com/fly-app/quiz_question.html click next without answering you see red error bar. same way this should be done with dajango coding.