Skip to content

Commit

Permalink
Update submission instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtillies committed Oct 12, 2023
1 parent 818533f commit a2ed146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions module1/assessments/week1-3168.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/GenerateJoinLink.png) -->
![](/assets/images/module1/Week1/ReplitJoinLink.png)
Expand Down Expand Up @@ -55,8 +55,7 @@ As a reminder, this assessment is for students and instructors to determine if t
<p><strong>Instructor Note</strong><br> 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.

</p>

</aside>


Expand Down

0 comments on commit a2ed146

Please sign in to comment.