Skip to content

Commit

Permalink
Restructure assessment pages for M3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Oct 28, 2024
1 parent ea7b971 commit d9cd075
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 10 deletions.
12 changes: 12 additions & 0 deletions module3/assessments/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: page
title: Module 3 - Assessments
---

## Assessment Instructions
* [Midmod Assessment](./midmod_assessment)
* [Final Assessment (Take Home)](./take_home)

## Resources
* [Presentation Guidelines](./presentation_guidelines)
* [Rubric](./rubric)
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
layout: page
title: Module 3 - Midmod Assessment
title: M3 Midmod Assessment
---

_[Back to Assessments Home](./index)_

The midmod assessment is an opportunity for students to demonstrate their understanding of the concepts covered in the module so far. It also mimics the final assessment presentation format and thus is a great way to prepare for the final assessment.

For the midmod assessment, students will choose any project previously completed to present to an instructor. The midmod and final assessments are meant to mimic a tech challenge interview. In order to be considered a passing assessment, students need to perform at a level such that they would be advanced to the next step in an interview process.
Expand All @@ -13,6 +15,5 @@ Midmod assessment presentations will be completed in small groups with an instru

### Resources

- [Presentation Guidelines](./projects/take_home/presentation_guidelines)
- [Rubric](./projects/take_home/rubric)
- [Final Assessment Guidelines](./projects/take_home)
- [Presentation Guidelines](./presentation_guidelines)
- [Rubric](./rubric)
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: Take-Home Challenge Presentation Guidelines
title: M3 Assessment Presentation Guidelines
layout: page
---

_[Back to Assessments Home](./index)_

## Presentation Guidelines

This guide will serve as a general outline for how students can present their code during a take-home challenge presentation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: Take-Home Rubric
title: M3 Assessment Rubric
layout: page
---

_[Back to Assessments Home](./index)_

In order for a candidate to pass this challenge, **_they must score "Leaning Yes Hire" or "Strong Yes Hire" in every category._**

<section class="dropdown">
### 1. Problem Solving and Task Completion
### 1. Problem Solving and Task Completion (Take Home Only)
#### Strong Yes Hire

The candidate...
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Mock Take-Home Challenge
title: M3 Final Assessment - Mock Take-Home Challenge
subtitle: Mod 3 Final Assessment
layout: page
---

_[Back to Assessments Home](./index)_

Your final project is a Take-Home Challenge meant to simulate a task that you might receive during an interview process. The scope is smaller scale and more open ended than other projects you've been assigned. The goal is to complete each part in 8 hours or less for a total of 16 hours or fewer over the course of 2 days. Since there is a time limit and due to the tasks' open ended nature, you should manage your time and plan appropriately. Not only is completing the take-home necessary, but also explaining your process and reasoning behind your decisions are equally important. Use this challenge to practice speaking about your planning and decision making processes around the code you write.

Completion and passing the Take Home Presentation is a promotion requirement. When you present, you should speak as though your assessing instructor is your potential employer. **If you would not be passed on to the next stage of the interview process based on your code and presentation, you will not pass this challenge.**
Expand Down Expand Up @@ -47,7 +49,6 @@ Your specific prompt will be provided to you during the assessment kickoff.
### Presentation Guidelines and Rubric

- [Presentation Guidelines](./presentation_guidelines)

- [Rubric](./rubric)

_As you are working, if you have questions, please reach out to your instructors as if they are a potential employer. This is a great opportunity for you to practice your written communication too._
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion module3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subheading: Building and Consuming APIs
- [Intermission Pre-Work](./intermission_work)
- [Lessons](./lessons)
- [Projects](./projects)
- [Midmod Assessment](./midmod_assessment)
- [Assessments](./assessments)

## Other Resources
- [Rails Practice](./rails_practice)

0 comments on commit d9cd075

Please sign in to comment.