Skip to content
mike-snhu edited this page Aug 15, 2026 · 3 revisions

IT 140 Module Three Assignment Wiki

Welcome to the supplemental wiki for the IT 140 Module Three Assignment.

Start with the repository README:

https://github.com/GC-STEM/it140-m3-assignment

The README contains the step-by-step assignment workflow. This wiki explains concepts and tools that can help you follow those instructions. It does not replace the Module Three Assignment Guidelines and Rubric in D2L Brightspace.

What Is Graded?

The assignment has two graded design deliverables:

  • design/paycheck_calculator.drawio — flowchart
  • design/paycheck_calculator.pseudo — pseudocode

The Module Three rubric evaluates the flowchart and pseudocode. The repository also includes optional Construct and Test phases so you can practice carrying your design into Python and checking the resulting program.

Analyze → Design → Construct → Test

You may stop after completing and reviewing the graded Design deliverables, then submit them according to the current Guidelines and Rubric. Continuing through Construct and Test is recommended practice, not an additional graded requirement.

Wiki Pages

A Good Rule for This Repository

When instructions differ, use this order:

  1. Current Module Three Assignment Guidelines and Rubric in D2L Brightspace
  2. Current instructions from your instructor
  3. Repository README files
  4. Supplemental wiki explanations

The repository should help you understand and complete the assignment; it should not create additional graded requirements.

Clone this wiki locally