Week 12 ยท 45-60 min

Project Week 2: Finish & Self-Assess

Complete and test your program

Complete and test your program This is part of your "Text-Based Tool" project. Work at your own pace across two project weeks.

Key point: Complete and test your program. Review this slide once more before moving on.

Slide 1 of 8

Practice

  1. Continue your "Text-Based Tool" project. Save your work in a clearly named folder.

Key Terms

Complete and test your program
Complete and test your program
Fix any remaining bugs
Fix any remaining bugs
Add comments and clean up your code
Add comments and clean up your code

Week Summary

  • Complete and test your program
  • Fix any remaining bugs
  • Add comments and clean up your code
  • Test with different inputs

Coming Next Week: Take the weekly quiz, then continue to the next week.

Project Brief

Complete the "Text-Based Tool" project across weeks 11-12.

What to Build

  1. Choose: quiz game, to-do list manager, or unit converter
  2. Use at least 1 function, 1 loop, 1 conditional, and comments
  3. Test with different inputs

Self-Assessment Rubric

  • Does it run without errors?
  • Does it use all 4 required elements?
  • Did I test with different inputs?
  • Did I comment my code?