Skip to content
Computer Science · 9th Grade · Collaborative Software Development · Weeks 28-36

User Feedback and Iteration

Students will explore how constant user feedback changes the direction of a project.

Common Core State StandardsCSTA: 3A-AP-19CSTA: 3A-AP-22

About This Topic

The software pitch and presentation is the final stage of the development process. In 9th grade, students learn to communicate their technical achievements to a non-technical audience. This aligns with CSTA standards for communicating about computing and presenting a final project. Students focus on the 'value proposition', explaining not just what the software *is*, but why it *matters* to the user.

This topic builds essential 'soft skills' like public speaking, visual design, and empathy. Students learn to tailor their message to their audience, whether they are pitching to a 'venture capitalist' or explaining a feature to a 'new user.' This topic comes alive when students can participate in a 'Shark Tank' style simulation or a gallery walk where they demonstrate their working prototypes to peers.

Key Questions

  1. Explain how constant user feedback changes the direction of a project.
  2. Design a feedback loop mechanism for a software application.
  3. Analyze the importance of user-centered design in Agile development.

Learning Objectives

  • Analyze user feedback to identify key areas for software improvement.
  • Design a feedback loop mechanism for a software application that incorporates user input.
  • Evaluate the impact of user feedback on the iterative development of a software project.
  • Explain how user-centered design principles influence Agile development methodologies.

Before You Start

Introduction to Software Development

Why: Students need a basic understanding of the software development lifecycle to grasp how feedback fits into the process.

Prototyping and User Interface Design

Why: Students should have experience creating basic prototypes to understand how user feedback can inform design choices.

Key Vocabulary

User FeedbackInformation provided by users about their experience with a product or service, used to identify issues and suggest improvements.
IterationThe process of repeating a process or action, especially in software development, to refine and improve a product based on feedback.
Feedback LoopA system where the output from one stage is fed back as input to an earlier stage, enabling continuous improvement and adaptation.
User-Centered DesignA design philosophy that puts the user's needs, wants, and limitations at the center of every stage of the design process.
Agile DevelopmentAn iterative approach to project management and software development that emphasizes flexibility, collaboration, and customer feedback.

Watch Out for These Misconceptions

Common MisconceptionA good pitch should explain every line of code.

What to Teach Instead

A pitch should focus on the user's experience and the problem solved. The 'Elevator Pitch' activity helps students filter out the 'how' and focus on the 'why.'

Common MisconceptionThe software is the only thing that matters.

What to Teach Instead

How you communicate the value of the software is just as important as the code itself. Peer feedback during demos helps students see where their message is unclear or unconvincing.

Active Learning Ideas

See all activities

Real-World Connections

  • Software companies like Google constantly collect user feedback through surveys, bug reports, and A/B testing to refine products like Google Maps and Gmail, leading to frequent updates and new features.
  • Video game developers, such as Blizzard Entertainment for World of Warcraft, use beta testing and community forums to gather player feedback, which directly influences game balance, content additions, and bug fixes before and after release.
  • Product managers at Airbnb analyze user reviews and usability testing results to identify pain points in the booking process, driving changes to the website and app interface to improve the overall guest and host experience.

Assessment Ideas

Discussion Prompt

Pose the question: 'Imagine you've developed a simple note-taking app. What are three specific types of user feedback you would actively seek, and how would you use that feedback to change your app in the next version?' Facilitate a class discussion where students share their ideas.

Quick Check

Provide students with a short, fictional user feedback report for a hypothetical app (e.g., 'Users find the save button hard to locate'). Ask them to write down two specific design changes they would implement based on this feedback and explain why each change addresses the user's concern.

Peer Assessment

Students pair up and present a simple feature they designed for a hypothetical app. Their partner acts as a user, providing one piece of constructive feedback. The presenter then explains how they would incorporate that feedback into their design. Partners then swap roles.

Frequently Asked Questions

What is a 'value proposition'?
A value proposition is a clear statement that explains how your product solves a user's problem, delivers specific benefits, and tells the user why they should buy from you and not the competition.
How do I present technical info to non-tech people?
Use analogies, focus on the 'benefits' rather than the 'features,' and avoid using acronyms or jargon. Show, don't just tell, a live demo is often more powerful than a slide full of text.
What makes a software demo successful?
A successful demo is short, focuses on the most important features, and shows a clear 'user journey' from a problem to a solution. It should also be prepared to handle small technical glitches gracefully.
How can active learning help students with software pitches?
Pitched presentations are a performance. Active learning strategies like 'Shark Tank' simulations or 'Elevator Pitches' give students multiple opportunities to practice in a high-energy, supportive environment. This repetition builds confidence and helps them refine their message based on real-time audience reactions.