Why Do We Need Success Criteria?
Have you ever built something and then wondered, "Did it turn out right?" People have been asking that question for a very long time! Engineers are people who design and build things to solve problems. Long ago, they learned that they needed a way to check if their work was good enough. That is why they started using success criteria — clear rules that describe what a successful design looks like.
So here is the big question: How do you decide if a design is good enough before you even start building? That is what this lesson is all about!
What Are Success Criteria?
Success criteria are the rules or goals you set before you start building something. They tell you exactly what your design needs to do to count as a success. Think of them like a checklist that you can use to test your design when it is finished.
Measurable
Connected to the Problem
Testable
Agreed On by the Team
Seeing Success Criteria in Action
Let's look at how success criteria fit into the engineering design process. The diagram below shows where success criteria appear. Notice that they come early in the process, right after you understand the problem.
As you can see, success criteria connect Step 2 to Step 5. You set the goals early, then check your design against those goals later. If your design does not meet the criteria, you go back and improve it. This loop keeps going until your design passes all the tests!
How to Write Success Criteria
Writing good success criteria takes practice. Here is a simple method you can use every time. Think of these three questions: What should it do?, How well should it do it?, and How will I test it?
The Three-Question Method
- What should it do? — Describe the main job of your design. For example, "It should keep a marble rolling for a long time."
- How well should it do it? — Add a number or a clear description. For example, "The marble should roll for at least 10 seconds."
- How will I test it? — Explain how you will check. For example, "I will use a timer to measure how long the marble rolls."
| Vague Criterion ❌ | Specific Criterion ✅ |
|---|---|
| It should be tall. | It should be at least 30 centimeters tall. |
| It should look nice. | It should use at least 3 different colors. |
| It should work fast. | It should finish the task in under 20 seconds. |
| It should not break. | It should survive being dropped from 1 meter high. |
Different Types of Success Criteria
Not all success criteria are the same. Engineers sort them into different types so they can be sure they have not forgotten anything important. Let's look at the main types you might use in your own designs.
When you start a design project, try to write at least one success criterion from each type. That way, you cover all the important parts of your design. You might not need every type every time, but thinking through all five helps you make a complete plan.
Worked Example: Building a Paper Bridge
Let's walk through a real design challenge step by step. Imagine your teacher says: "Build a bridge out of paper that can hold pennies." Here is how you would write success criteria.
Good Criteria vs. Bad Criteria
Not all success criteria are created equal. Some criteria help a lot, and some are not very useful. Let's compare good and bad criteria side by side so you can learn to write the best ones.
| Feature | Good Criteria ✅ | Bad Criteria ❌ |
|---|---|---|
| Specific | Uses numbers and clear words | Uses vague words like "good" or "nice" |
| Testable | You can observe or measure it | You cannot really check it |
| Connected | Matches the problem you are solving | Talks about something unrelated |
| Fair | Any team can check the same way | Different people would disagree |
How Success Criteria Grow with You
Right now, you are learning the basics of writing success criteria. As you get older, this skill will grow with you! Engineers, scientists, and even game designers use success criteria every day. The ideas get bigger, but the main skill stays the same.
| What You Learn Now | What Comes Next |
|---|---|
| Write criteria with numbers | Use data tables and graphs to check criteria |
| Test a simple design once | Run multiple tests and compare results |
| Decide pass or fail | Rank designs from best to worst using a scoring system |
| Work on one design challenge | Balance many criteria at the same time (cost, weight, speed) |
In later grades, you will learn about constraints (limits on your design, like a budget) and trade-offs (giving up one good thing to get another). For now, just focus on writing clear, testable, specific success criteria. You are building a skill that real engineers use every day!
Practice Problems
Now it is your turn! Try these five problems. They start easy and get harder as you go. Think carefully about what makes a success criterion good.
Lesson Summary
Success criteria are clear rules you write before you start building to describe what a successful design looks like. Good criteria are specific (they use numbers or clear descriptions), testable (you can check them by measuring or observing), and connected to the problem you are trying to solve.
There are five common types of criteria: function (what it does), size and shape (how big it is), materials (what it is made of), safety (is it safe to use), and time (how fast it works). When your whole team agrees on the criteria, everyone works toward the same goal. Remember the three-question method: What should it do? How well should it do it? How will I test it?