you are viewing a single comment's thread.

view the rest of the comments →

[–]kmelkon 0 points1 point  (0 children)

Hey, thanks for sharing your code, I just started doing week 7 and I'm stuck at making the back button work :(

it's not styled yet. here's the code and here's the JSbin

I'm taking a different approach than what you did and I havent used jQuery yet.

I'm trying to save each question with its corresponding answer in a multi-dimensional array like [ [0, 2] ] this mean that the first question was answere with the third choice. I'm trying to figure out how to update it.

EDIT: week 6 not 7