Task 6 Study Session Helper Guide

Final Submission

Prepare a complete LMS upload that can be marked and moderated.

Steps

  1. 1 Rename every file using the required file naming pattern.
  2. 2 Check that the final product can be opened or run by the teacher.
  3. 3 Place evidence in rubric order so marking is efficient.
  4. 4 Include screenshots of the product, code, tests and final result.
  5. 5 Submit through the LMS and keep your working files unchanged until marking is complete.

Examples

Evidence order

Problem, requirements, prototype, algorithm, development, testing, validation, iteration, evaluation, final screenshots.

Submission note

Tell the teacher which file or link opens the final product and which document contains the evidence.

Avoid

Submitting only screenshots

Submitting a product with no evidence document

Changing files after the deadline without permission

Project Requirements Reminder

Builds a Study Session Helper Program for a Year 12 student preparing for assessment.
Collects study topic, available study time and a confidence or priority rating.
Includes at least three practice questions, flashcards or prompts.
Uses input, processing and output in a way the user can understand.
Uses variables with meaningful names and suitable data types such as text, number and Boolean values.
Uses sequence, selection and iteration in the program logic.
Includes validation or error handling for at least one important input.
Produces a final study summary, score, progress message or next-step recommendation.
Includes clear interface decisions or interaction prompts so the product is usable.
Includes algorithm evidence before or during development.
Includes normal, boundary and invalid testing evidence.
Includes validation feedback, at least one documented iteration and a final evaluation.