From 3e3a6f46cc57653eb2134f17b2145ee62dffc492 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Fri, 2 May 2025 19:49:36 -0400 Subject: [PATCH] Add assessment --- assessment.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..e27db3f --- /dev/null +++ b/assessment.md @@ -0,0 +1,11 @@ ++++ +method = "completion" +score = "complete" ++++ + +Great--I thought your real-world examples of the difference between +values and names were helpful. + +Your discussion of functions focused on "break[ing] up the work." +True--functions are great for this--but come back to this idea when +we get to Unit 2, as we'll think about functions very differently.