diff --git a/module1/assessments/week1-3168.md b/module1/assessments/week1-3168.md index d9137df..921783c 100644 --- a/module1/assessments/week1-3168.md +++ b/module1/assessments/week1-3168.md @@ -16,7 +16,7 @@ During this assessment, you may use any resource other than fellow students. Fe **Fork** [this repl](https://replit.com/@launch-team/M1W1-Week1Assessment) and complete the questions and exercises it contains. Each question or exercise is indicated by a single line comment prompt like this: `// This is a single line comment that gives instructions` followed by a multiline comment where you will complete the exercise: `/* < these are the multiline comment indicators > */`. For the exercises, you can verify they are working by removing the multiline comments and running the program. ### Submission and Feedback -When completed, click the `Invite` button in the upper right corner. Click the `Private join link` switch, then click the `Copy join link` button to copy the link. Paste this link in the submission form for the **Questions REPL** response. +When completed, click the `Invite` button in the upper right corner. Click the `Private join link` switch, then click the `Copy join link` button to copy the link. Paste this link in the submission form for the **Questions and Exercises REPL** response. ![](/assets/images/module1/Week1/ReplitJoinLink.png) @@ -55,8 +55,7 @@ As a reminder, this assessment is for students and instructors to determine if t
Instructor Note
For Scoring: On the questions, full points only. We will give points based on logic over syntax errors. If a program would run but do something unexpected, that is NOT a point.
For the Guessing game: 3 Points for part1, 2 points for one of the if statements working with user input, 3 points for the guessing game, 2 points for excluding non-'a' names.
-
-