You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In question 6c of blockmole, the student is asked to write down the arguments to fill( ... ) which would correspond to filling the same area of the window as the "loop version" I have encountered some students who have missed this question entirely. If it is considered very important for the learning goals of the lab then maybe it should be made clearer that even if you want to use the nested loop solution, you should also think through how the alternative could look.
The question could also be moved to the extra-question part of the lab if the focus should be on other parts of the lab.
The text was updated successfully, but these errors were encountered:
In question 6c of blockmole, the student is asked to write down the arguments to
fill( ... )
which would correspond to filling the same area of the window as the "loop version" I have encountered some students who have missed this question entirely. If it is considered very important for the learning goals of the lab then maybe it should be made clearer that even if you want to use the nested loop solution, you should also think through how the alternative could look.The question could also be moved to the extra-question part of the lab if the focus should be on other parts of the lab.
The text was updated successfully, but these errors were encountered: