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

IT 140 Module Four Assignment Wiki

Welcome to the supplemental Wiki for the IT 140 Module Four Assignment.

Start with the repository README:

https://github.com/GC-STEM/it140-m4-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 Four Assignment Guidelines and Rubric or the Higher/Lower Game Sample Output in D2L Brightspace.

Start Here

For the graded Module Four assignment, follow this path:

Analyze → Design → Submit

After the graded pseudocode is complete, you may continue through optional practice:

Construct → Test

The optional phases help you connect design to Python implementation, but they do not create additional graded deliverables.

What Is Graded?

The assignment has one graded design deliverable:

  • design/hilow_game.pseudo — Higher/Lower Game pseudocode

The official rubric evaluates:

  • Logical Steps — 35%
  • Input/Output — 30%
  • Program Flow — 35%

The course-provided design/hilow_game.drawio file is not a Module Four submission.

Module Four at a Glance

Phase Main question Module Four result
Analyze What must the game do? Understand requirements and sample behavior
Design How should the solution work? Graded hilow_game.pseudo
Construct Can the design become Python? Optional hilow_game.py practice
Test Does the optional program behave as intended? Optional manual/automated testing
Submit What goes to D2L? Only the required .pseudo file

Wiki Pages

A Good Rule for This Repository

When instructions differ, use this order:

  1. Current Module Four Assignment Guidelines and Rubric in D2L Brightspace
  2. Current instructions from your instructor
  3. Official Higher/Lower Game Sample Output
  4. Repository README files
  5. Supplemental Wiki explanations

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

Clone this wiki locally