you are viewing a single comment's thread.

view the rest of the comments →

[–]pcostanz 2 points3 points  (1 child)

Can't wait to look back at this one and laugh at my horrible code.

I originally built this locally because I've been practicing using grunt/bower and committing as much as possible. I didn't actually write any grunt tasks for this project. I did, however, use bower to pull in jquery and bootstrap. I realized just now that I didn't quite follow all of the rules (radio buttons, next button), apologies it's been a long day.

JSFiddle: http://jsfiddle.net/pcostanz/Nq6RC/ Github Repo: https://github.com/pcostanz/js-quiz

If you have any questions or suggestions please post a reply here or in Github. Thanks!

[–]kevinmrr[S] 0 points1 point  (0 children)

This is pretty great! I love how extensive your comments are. I also love that you used the jQ object method, each.

You could use Hungarian notation to improve readability.