From a1cd07ddff5c11d07d497e8c406de9ec7df3b1ea Mon Sep 17 00:00:00 2001 From: Richard Tillies Date: Thu, 19 Oct 2023 10:39:11 -0400 Subject: [PATCH] Update submission steps --- module1/assessments/week2-4219.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/module1/assessments/week2-4219.md b/module1/assessments/week2-4219.md index 10546d0c..cfce4a42 100644 --- a/module1/assessments/week2-4219.md +++ b/module1/assessments/week2-4219.md @@ -17,11 +17,10 @@ We will be using REPLit for this assessment so that instructors can provide line **Fork** [This REPL](https://replit.com/@launch-team/Week2AssessmentQuestions?v=1) 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. +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. -### Submission and Feedback -When completed, click the `Invite` button in the upper right corner and `Generate a join link`. Copy and DM that link to all your instructors. - -![](/assets/images/module1/Week1/GenerateJoinLink.png) + +![](/assets/images/module1/Week1/ReplitJoinLink.png) ## Build a Guessing Game (10 points) @@ -45,7 +44,7 @@ We are going to be expanding on a Guessing Game similar to the one we created in ### Submission and Feedback -When completed, click the `Invite` button in the upper right corner and `Generate a join link`. Copy and DM that link to all your instructors. +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 **Guessing Game REPL** response. ### Rubric