oercompbiomed / CBM101

Introduction to Computational Biomedicine and Machine Learning
MIT License
14 stars 14 forks source link

How to ask students to change in codes/make new codes? #5

Open karinSDU opened 5 years ago

karinSDU commented 5 years ago

I'm converting my notebooks to the template format. I have a few questions: 1) If we want to ask the students to change something in a code, do we then add a cell in which they write in all or part of the code themselves. Or do we expect them to decide for themselves if they want to modify the existing code or add a new cell? Personally, I prefer the first option. At least in the beginning of the course. 2) If I want to write in a code, where they have to fill in missing values, do I then indicate the missing values with a "" or do you have another solution for this? (e.g. list(G.edges())[:_], where they have to fill in the numbers).

veitveit commented 4 years ago

@karinSDU We have separate cells for adding code but nothing specific for points 2. Wouldn't it be enough to write the instructions in a comment? If yes, let's close this issue