From 70f88e8d65f117d2096aaa69e00e3b4065b3f13d Mon Sep 17 00:00:00 2001 From: ganicke Date: Tue, 1 Aug 2017 16:06:59 -0700 Subject: [PATCH] Fix 'Notes' section heading. --- docs/courses/csintro/miniproject/project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/courses/csintro/miniproject/project.md b/docs/courses/csintro/miniproject/project.md index 7102aa01..5c074b17 100644 --- a/docs/courses/csintro/miniproject/project.md +++ b/docs/courses/csintro/miniproject/project.md @@ -142,8 +142,8 @@ Sample Reflection (excerpt) **3 =** Reflection piece lacks 2 of the required elements.
**1 =** Reflection piece lacks 3 of the required elements.   -##Notes +## Notes -We actually split the grading of code between "show what you know" and "show something new." If a student uses variables incorrectly or uses bad variable names, we generally would take off points in both places. Sometimes it is difficult to distinguish between what is old and new if the student's reflection is less than clear; in those cases, we have to use some discretion in terms of where we take points off. Another option would be to break out the Vairables category into its own row. +We actually split the grading of code between "show what you know" and "show something new." If a student uses variables incorrectly or uses bad variable names, we generally would take off points in both places. Sometimes it is difficult to distinguish between what is old and new if the student's reflection is less than clear; in those cases, we have to use some discretion in terms of where we take points off. Another option would be to break out the Variables category into its own row. As always, these rubrics are just a starting point and you should certainly feel free to adjust them as appropriate for your own classroom or learning environment.