Skip to main content
QLDDigital SolutionsSyllabus dot point

How do usability principles shape a user interface that meets real user needs?

Apply user-centred design and usability principles to design and evaluate a user interface, considering accessibility, user experience and the needs of the target audience

A focused answer to the QCE Digital Solutions Unit 3 dot point on user interfaces. User-centred design, usability heuristics, accessibility, prototyping with wireframes, and how QCAA expects you to justify and evaluate interface decisions against the needs of a target audience.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The user-centred design cycle
  3. Usability principles
  4. Accessibility
  5. Prototyping with wireframes
  6. Evaluating an interface
  7. How this appears in IA1 and IA2

What this dot point is asking

QCAA wants you to design interfaces around the user, not the developer. You must apply user-centred design and recognised usability principles, account for accessibility, and evaluate your interface against the needs of a defined target audience. In Unit 3 a digital solution is judged partly on user experience, so a technically correct program with a confusing interface still loses marks.

The user-centred design cycle

User-centred design is iterative, not linear:

  1. Understand users and context: who are they, what are their goals, what constraints (device, environment, ability) apply?
  2. Specify requirements: turn user needs into concrete interface requirements.
  3. Design solutions: sketch wireframes and prototypes before coding.
  4. Evaluate against requirements: test with representative tasks, gather feedback, refine.

You loop until the interface meets the users' needs, then build it. Designing for yourself, or for a generic "user", is the failure mode this process exists to prevent.

Usability principles

A widely used set of heuristics gives you concrete criteria to design and evaluate against:

  • Visibility of system status: the interface tells users what is happening (loading spinners, confirmation messages).
  • Consistency: the same action looks and behaves the same way everywhere.
  • Error prevention and recovery: stop mistakes before they happen, and make them easy to undo.
  • Recognition over recall: show options rather than forcing users to remember commands.
  • Feedback: every action produces a visible response.
  • Aesthetic and minimalist design: remove clutter that competes with the task.

Each heuristic is a sentence you can use in an evaluation: "The Save button gives no feedback, breaking the visibility-of-status principle."

Accessibility

An accessible interface works for users with a range of abilities and is often a legal and ethical expectation. Practical measures:

  • sufficient colour contrast and never colour alone to convey meaning;
  • text alternatives for images;
  • keyboard navigation, not mouse-only;
  • readable font sizes and clear labels;
  • logical reading and tab order.

The Web Content Accessibility Guidelines (WCAG) summarise this as content that is perceivable, operable, understandable and robust. Designing for accessibility usually improves usability for everyone.

Prototyping with wireframes

A wireframe is a low-fidelity layout that shows structure, placement and flow without final visuals. It is cheap to change, so you test ideas before investing in code.

Evaluating an interface

Evaluation must be evidence-based, not opinion. Methods you can cite:

  • Task-based user testing: give a representative user a real task and observe where they hesitate or fail.
  • Heuristic evaluation: score the interface against the usability principles above.
  • Feedback against criteria: compare the result to the requirements you specified at the start.

Report findings as specific, actionable changes tied to a principle and a user need, not vague preferences.

How this appears in IA1 and IA2

The IA1 technical proposal asks you to design and justify the interface against user needs and usability principles, usually with annotated wireframes. IA2 implements and then evaluates the working interface. Markers reward a clear target-audience definition, design choices justified by named usability principles, evidence of accessibility, and an evaluation backed by user testing rather than personal preference.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2024 QCAA9 marksA high school is creating a map-based navigation app for new staff and students in Years 7 to 10. The interface should display a map of the school grounds, the user's current location, labelled buildings and classrooms, a search feature, and a navigation feature. The app should locate and update the user's location, support a custom starting location when off campus, search for buildings, and navigate to a location. Develop a user interface prototype for the app that addresses all prescribed criteria, intended for a mobile tablet user. Use annotations to explain how your interface addresses all the functionality criteria.
Show worked answer →

This is the extended-response interface design task, marked holistically out of 9 (5 marks for symbolising the interface, 4 for explaining functionality). Aim to address every prescribed criterion.

Symbolise (up to 5 marks): a wireframe sized for a tablet showing the map of the school grounds, a current-location marker, labelled buildings and classrooms, a clearly placed search field, and a navigation element such as a route line or directions panel. Full marks need elements for all the user interface criteria.

Explain with annotations (up to 4 marks): annotate how each functionality criterion is met, e.g. a GPS marker that updates as the user moves, a settable start pin for off-campus use, a search box that filters buildings and classrooms, and a navigate button that draws the route. Full marks explain how the interface addresses all functionality criteria.

Markers reward applying user-centred design (clear labels, recognisable icons, an uncluttered tablet layout) and tying each annotation to a stated requirement.

2021 QCAA8 marksA match manager app has a login view with several useability issues identified through survey feedback (for example, the password field is not obscured, there is no way to reset a forgotten password, a close button lets users get stuck, and sign-up and login are not clearly separated). Symbolise four changes to the login view that address all useability issues identified. Justify how useability principles have informed your changes.
Show worked answer →

Four marks are for symbolising the four changes and four for justifying each against a useability principle, so pair every change with a principle.

  1. A forgotten-password (reset) link [1 mark] improves utility, so users can recover access when they forget their password [1 mark].
  2. A show/hide toggle on the password field [1 mark] improves utility and accessibility, letting users reveal or hide their password to suit their needs [1 mark].
  3. Removing the close button on the login window [1 mark] improves safety by preventing the user from getting stuck and having to refresh the page [1 mark].
  4. Clearly separating the sign-up and login options [1 mark] improves accessibility, safety and learnability by reducing confusion about where to go [1 mark].

Markers reward changes that each fix a stated issue and a justification that names the useability principle behind each change.