ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.04k stars 2.56k forks source link

Removing ambiguity in final exercises #679

Closed s0rta closed 2 years ago

s0rta commented 2 years ago

These three commits remove ambiguity for students due to the fact that the pass/fail requirement of the last exercise needs a specific variable name that is not shown to the student until they attempt to run their code. Adding these variable names directly into the exercises lessens the chances of a false negative.

Also removing the pass keyword as it was never explained.