OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 251 forks source link

First solution doesn't appear on each page #56

Closed alisdt closed 8 years ago

alisdt commented 9 years ago

I've reported this on "Functions with parameters", but it appears to apply to most pages. The first problem doesn't appear to have a solution on each page. The heading "Solution" appears but there is no "Show" button.

Some other examples: "Loops", "User-defined functions", "Conditional loops"

Looking at the source for this page (functions_parameters.rst) the solution is present for the first exercise, which makes me suspect a compile problem. The Python code for the solution appears to be present in the page source, so perhaps the problem is just that the "Show" button is not generated.

This is present in both 2014.11.01 built on my own machine, and the public copy at http://opentechschool.github.io/python-beginners/en/ .

Noticed it first on Firefox/Ubuntu, also apparent in Chrome/Ubuntu.