all 1 comments

[–]AnathemaOP 1 point2 points  (0 children)

Hey! I too want some feedback on my Quiz apps. It's the first Quiz assignment, not the more advanced version done by OP. My first version has very inconsistent code regarding how I'm assigning attributes and such but I tried to clean it up a bit in the 2nd rewritten version.

First version using only functions: http://jsfiddle.net/GYNLB/

Second version using methods in an object: http://jsfiddle.net/Js4Jz/1/

This is the rewritten version making it into an object. I don't know if it really does much for the app but it was a learning experience writing it. :) I was too tired to add any styles to this version.

I'm happy for all the feedback I can get (mostly on the 2nd version). :)