CSSE1001 / MyPyTutor

Interactive tutorial application for Python3.
Other
7 stars 12 forks source link

If statement 1 problem #156

Closed pjritee closed 9 years ago

pjritee commented 9 years ago

I think we need to add something like "use a single if statement and a single print statement". I student on piazza is saying that their working code is not being accepted (and it's for this reason). The static analysis says this but it should also be stated in the question

sapi commented 9 years ago

We mention that this happens on the help page:

The 'Analysis' section provides tips and hints to help you complete the problem. Once your code is correct, you shouldn't see anything here. We require you to complete some problems in a specific way (for example, by using a for loop. If so, this requirement will be shown in the 'Analysis' section.

I think directing students there is preferable to repeating ourselves in every question.

pjritee commented 9 years ago

Good point - I forgot about that - maybe that's better - I'll close