KanoComputing / make-art

App to learn programming using a basic CoffeeScript drawing API
GNU General Public License v2.0
47 stars 37 forks source link

[PC-168] Challenge tips disappear if challenge already complete #437

Closed lauraenria closed 5 years ago

lauraenria commented 5 years ago

This code will allow the challenge to go to the next one if it has been already complete

lauraenria commented 5 years ago

Wait, now we are doing both? I thought that the two options were either:

  • Add if in the $watch on step to validate() if you are at the end
  • Remove the session.steps criterion from the if() statement in validate() The plan was definitely not to do both. Remove the former and make sure that it is working with these changes.

I agree with you, probably I when I checkout all the file to delete the console I didn't realise the format version had the previous solution. It now should be done.