When using the library code in programming exercises, it is not allowed to have imports in this code. This seems odd behavior as you might want to have imports in your library code….

Submitted by Algoritmiek-TAs on 8 January 2016 at 11:01

On 8 January 2016 at 11:24 Guido Wachsmuth commented:

IIRC, this was caused by appending the library code to the student’s submission code. This approach also results in incomprehensible error messages, when students have syntax errors such as missing closing parentheses in their submission code. If possible, the library code should go into its own file.


On 23 June 2017 at 12:59 Elmer van Chastelet tagged algoritmiek-2017

On 26 September 2017 at 12:59 Elmer van Chastelet tagged 0.47.12

On 26 September 2017 at 13:00 Elmer van Chastelet closed this issue.

Log in to post comments