Skip to content

Commit

Permalink
Merge pull request #357 from turingschool/rt-mod1-2310
Browse files Browse the repository at this point in the history
Update Submission for W1 Assessment
  • Loading branch information
sertmer authored Oct 12, 2023
2 parents 0469480 + a2ed146 commit 9a66e09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Binary file added assets/images/module1/Week1/ReplitJoinLink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions module1/assessments/week1-3168.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ 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 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 **Questions and Exercises REPL** response.

![](/assets/images/module1/Week1/GenerateJoinLink.png)
<!-- ![](/assets/images/module1/Week1/GenerateJoinLink.png) -->
![](/assets/images/module1/Week1/ReplitJoinLink.png)

## Build a Guessing Game (10 Points Total)

Expand All @@ -38,8 +39,11 @@ When completed, click the `Invite` button in the upper right corner and `Generat



### Submission
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.
<!-- ### Submission
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. -->

### 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 **Guessing Game REPL** response.

### Rubric

Expand All @@ -48,11 +52,10 @@ This assessment has a total of **20 Points**. Earning **10 or more** points is
As a reminder, this assessment is for students and instructors to determine if there are any areas that need additional reinforcement!

<aside class="instructor-notes">
<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.
<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 9a66e09

Please sign in to comment.