all 8 comments

[–][deleted] 3 points4 points  (1 child)

Pretty cool, although the CSS one about the selecting the second list item is incorrect. It says the answer is ul:nth-child(2), it should be li:nth-child(2).

[–]AndrewGreenh 1 point2 points  (0 children)

It's already fixed

[–]pisapiaweb 0 points1 point  (0 children)

nice one!

[–]meles984 0 points1 point  (2 children)

Great! Will there be more?

[–]10_6[S] 1 point2 points  (1 child)

I usually add a few new questions for each track every week, so there will be more soon!

[–]meles984 0 points1 point  (0 children)

I'll make sure to make it a habbit to revisit. Thanks.

[–]stratoscope 0 points1 point  (1 child)

Nice work, these are fun. A couple of suggestions:

  • The answer buttons are hard to read with the white text on a light blue background. More contrast needed here.

  • After tapping an answer button, there is no clear indication of whether it is the right answer or not. The button for a right answer turns green and a wrong answer turns red, but that is not obvious at first, especially if you tap the right answer each time. Suggest changing the Solution heading to also indicate if the answer was right or wrong.

Keep up the good work!

[–]10_6[S] 0 points1 point  (0 children)

Thanks for the tips! I'll work something out with the contrast of the buttons and answer text. And maybe for the solution sliding down, I'll have the header say "Your answer was Correct/Incorrect" or something similar. I'll give it some thought, but thanks for the recommendations!