The engineering notebook is not a journal — it is evidence of disciplined thinking. Testing data, decision matrices, and STEM connections are what separate a Design Award winner from a team that just competed hard. This guide teaches you how to build that evidence all season long.
The RECF rubric scores each EDP component at three levels. Your goal is Expert on every row.
| Criterion | Emerging (1 pt) | Proficient (2 pts) | Expert (3 pts) |
|---|---|---|---|
| Identify Problem | Problem is listed but not clearly described | Problem is clearly stated with objectives and constraints | Problem is thoroughly described, constraints are specific and measurable |
| Brainstorm Solutions | One or two ideas listed without explanation | Three or more labeled sketches with descriptions | Multiple detailed diagrams with pros/cons and research backing |
| Select Best Solution | Choice made without explanation | Choice explained with some reasoning | Decision matrix with weighted criteria, written conclusion explaining why |
| Build & Program | Build notes or code exists but not linked to design decisions | Steps are recorded; code changes are noted | Detailed build log with photos, code shown alongside design intent |
| Test & Evaluate | Testing mentioned but results not recorded | Tests are performed and results noted | Original testing with tables, graphs, benchmark targets, and conclusions |
| Repeat Process | Only one design cycle shown | Two or more cycles visible | Multiple full cycles with each cycle clearly linked to data from previous |
The RECF rubric specifically requires original testing — performed by the team, not copied from another source. This means:
This is what a well-documented test entry looks like in your notebook. Every row tells the complete story:
Every test entry above uses sample size (n=10), average, and comparison to a benchmark. These are core scientific measurement concepts. Being able to explain them to a judge demonstrates genuine STEM understanding — not just robot building.
💬 Interview answer: “We use controlled experiments — changing one variable at a time — and record n=10 trials per test so our conclusions are based on data, not luck. We compare results to pre-set benchmarks to decide whether a change is actually an improvement.”
Practice using a real decision matrix. Score each intake design 1–5 and see the weighted totals update automatically.
| Criterion | Weight | 🔁 Roller Intake | 👉 Claw Intake | ♠️ Suction Intake |
|---|---|---|---|---|
| Cycle Speed | ×3 | |||
| Consistency | ×3 | |||
| Ease of Build | ×2 | |||
| Jam Risk | ×2 | |||
| Part Count | ×1 | |||
| TOTAL | — | — | — |
The decision matrix is a real mathematical tool called Weighted Sum Model (WSM) — used by engineers everywhere from NASA to software product teams. Each total is calculated as: Total = ∑(criterion score × weight). This is a dot product of two vectors.
💬 Interview answer: “We use a weighted decision matrix. We assign weights based on what matters most for this game, score each option 1–5, and multiply. The math makes our reasoning visible — judges can see exactly why we chose what we chose, not just that we chose it.”
Every entry should have these elements. Build them into a template your whole team uses so documentation is consistent even when written by different members:
The RECF states both formats are evaluated equally and neither has an inherent advantage. The key rules:
Fill in these fields as if documenting today’s session. The completed entry appears below.
Professional engineers maintain design history files — every decision, test, and change is traceable forward and backward. Your notebook is your design history file. In aerospace, medical devices, and automotive engineering, this documentation is legally required.
💬 Interview answer: “Our notebook is structured like a professional design history file. Every entry has a date, who was there, what EDP step it covers, and a link to what came before. You can trace any design decision from the problem statement all the way to the final robot.”
Your entire robot is a system — interconnected subsystems that depend on each other. The EDP itself is a feedback loop: you test, analyze, and redesign based on results. Systems thinking is one of the core competencies of engineering and computer science.
💬 Interview answer: “We view the robot as a system where every subsystem affects the others. Our notebook documents not just isolated tests but how changes in one area rippled through to others — for example, when we sped up the intake, we had to re-tune our autonomous timing because the cycle was now shorter than the PID had assumed.”