mendicant-original / puzzlenode

Quiz application inspired by Project Euler and the Internet Problem Solving Contest (IPSC)
puzzlenode.com
81 stars 43 forks source link

Enable "Source URL" submission on puzzles not in the current mendicant exam #54

Closed jordanbyron closed 11 years ago

jordanbyron commented 13 years ago

We will probably need to add another attribute on Puzzle. Puzzle#allow_source_url or Puzzle#share_solutions, something along those lines.

Most of the code is in place but commented out:

https://github.com/rmu/puzzlenode/blob/master/app/views/users/submissions/_source_url.html.haml

justinramel commented 12 years ago

I'd like to pick this one up.

I've had a look and think I need to:

jordanbyron commented 12 years ago

@justinramel that sounds about right. Greg and I aren't exactly sure how well this is going to work, but I'd like to test out this method and see if people start using it.

Thanks!