From 93909df3f229869edb36500990bc4aadf581420a Mon Sep 17 00:00:00 2001 From: Eise Nota Date: Wed, 21 Aug 2024 18:07:08 +0200 Subject: [PATCH] Refer to rubrics at the beginning of each chapter --- course/practicals/chapter_1.md | 2 +- course/practicals/chapter_2.md | 2 +- course/practicals/chapter_3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/course/practicals/chapter_1.md b/course/practicals/chapter_1.md index d722b07..e828d6a 100644 --- a/course/practicals/chapter_1.md +++ b/course/practicals/chapter_1.md @@ -3,7 +3,7 @@ ```{important} ***NOTES ABOUT CHAPTER 1*** -- The exercises in this chapter will be graded on the following criteria: (1) does the program run? (2) Can we understand it (=enough comments)? (3) Does it do the right thing as specified in assignment? +- The exercises in this chapter will be graded on the following criteria: (1) does the program run? (2) Can we understand it (=enough comments)? (3) Does it do the right thing as specified in assignment? See the end of this chapter for the full rubric. - There are 4 exercises that you must hand that increase in difficulty and required time for completion. diff --git a/course/practicals/chapter_2.md b/course/practicals/chapter_2.md index 73d1798..480b891 100644 --- a/course/practicals/chapter_2.md +++ b/course/practicals/chapter_2.md @@ -3,7 +3,7 @@ ```{important} ***NOTES ABOUT CHAPTER 2*** -- The exercises in this chapter will be graded on the following criteria: (1) does the program run? (2) Can we understand it (=enough comments)? (3) Does it do the right thing as specified in assignment? +- The exercises in this chapter will be graded on the following criteria: (1) does the program run? (2) Can we understand it (=enough comments)? (3) Does it do the right thing as specified in assignment? See the end of this chapter for the full rubric. - You will receive an individual grade based on the competency of your coding and understanding of how this code relates to reality. diff --git a/course/practicals/chapter_3.md b/course/practicals/chapter_3.md index 1cdbfbf..4c39ee5 100644 --- a/course/practicals/chapter_3.md +++ b/course/practicals/chapter_3.md @@ -3,7 +3,7 @@ ```{important} ***NOTES ABOUT CHAPTER 3*** -- You will receive an individual grade based on the competency of your coding and understanding of how this code relates to reality. +- You will receive an individual grade based on the competency of your coding and understanding of how this code relates to reality. See the end of this chapter for the full rubric. - Please note that you must pass this practical to complete the course.