lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 176 forks source link

Many students disregard the alternative rectangle method in blockmole lab. #822

Open lego-eden opened 2 days ago

lego-eden commented 2 days ago

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.

image

bjornregnell commented 2 days ago

Yes we could move this to the extra parts. PR welcome!