|
|
|
|
|
by hacb
876 days ago
|
|
I agree with you, but in my case I'm teaching programming, so doing table-top assignments is a no-go for me. I wrote too many C programs with a paper in a pen to know how bad it is. :) That's why those assessments are tailored to be done at home, and then they send me an archive or a Git repo link. |
|
So, one way to approach it would be to set the students to solve a task, say, one of the sorting algorithms. They can do this however they like.
Then in class you get them to write the same algorithm for a slightly different application thus (a) re-inforcing the algorithm, (b) demonstrating more than one application, and (c) pinpointing people who copied and pasted code without understanding and internalising the code.
Our 'C' teacher used to do this all the time (even before the internet) and when we got into exams, we did extremely well on them because we were copying out algorithms we knew off by heart and applying them to the exam questions.