Hello ,
I'm looking for a way to give out students an exercise that contain lists with randomly elements for each student (in python 3),
I would like to know how can we create test cases to check their submissions automatically?
I'm still new in Coderunner so I'm not familiar with all the settings and how to implemet Coderunner in Moodle.
For example :
each student get a list with random numbers
student1: list[30,44,17]
student2: list[22,32,55]
so we want then to implement sum of the numbers and print them out:
Thank you very much