Skip to content

Conversation

@anthonydmays
Copy link
Contributor

  • feat: adds lesson_02 homework and lesson_03 pre-work
  • chore: adds stretch assignment details

Copilot AI review requested due to automatic review settings August 8, 2025 19:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds lesson 02 homework assignments and lesson 03 pre-work materials to support the coding curriculum. The lesson 02 homework includes a TypeScript quiz application with automated testing, while lesson 03 introduces pre-work materials about computer fundamentals.

  • Implements a complete TypeScript quiz application with 11 multiple-choice questions covering Git, IDEs, and terminal commands
  • Adds lesson 03 pre-work structure with educational video resources
  • Includes comprehensive project setup with TypeScript configuration, testing framework, and development tooling

Reviewed Changes

Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lesson_03/README.md Creates lesson 03 structure with pre-work video resources
lesson_02/quiz/src/lesson2.ts Main quiz application with 11 questions about Git, IDEs, and terminal commands
lesson_02/quiz/src/lesson2.test.ts Test suite for validating quiz structure and answer correctness
lesson_02/quiz/package.json Node.js project configuration with TypeScript and Jest dependencies
lesson_02/quiz/tsconfig.json TypeScript compiler configuration for the quiz project
lesson_02/quiz/jest.config.js Jest testing framework configuration for ESM and TypeScript
lesson_02/quiz/eslint.config.js ESLint configuration for code quality enforcement
lesson_02/quiz/.prettierrc Code formatting configuration
lesson_02/quiz/quiz.yaml Encrypted answer key for quiz validation
lesson_02/README.md Updated homework instructions with quiz completion steps

@anthonydmays anthonydmays merged commit 2d2a4b1 into main Aug 8, 2025
1 check failed
@anthonydmays anthonydmays deleted the feat/lesson_02 branch August 8, 2025 19:29
tobyev pushed a commit to tobyev/code-society-25-2 that referenced this pull request Aug 13, 2025
…y#69)

* feat: adds lesson_02 homework and lesson_03 pre-work

Signed-off-by: Anthony D. Mays <[email protected]>

* chore: adds stretch assignment details

Signed-off-by: Anthony D. Mays <[email protected]>

---------

Signed-off-by: Anthony D. Mays <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants