<span class="results-title">Welcome to Finals Week!</span>
In this branching narrative game, you will be immersed in a six-day scenario of the most high-stakes week of the semester: Finals Week.
Your objective is to reach Saturday morning with your academic results and your well-being in balance. You aren't just trying to pass your exams; you are navigating a series of high-pressure scenarios where your internal state is just as important as your study schedule.
[[Rules of the System->Start Game]]
''Rules of the System''
Every decision you make is a trade-off. To reach the finish line, you must monitor three critical resources that dictate your performance during the Finals Week:
🧠 ''Brain Power'' (Cognitive): Your ability to understand and store information. High Brain Power is your ticket to the best results, but it requires the right conditions to grow.
⚡ ''Energy'' (Physical): Your biological fuel. Every action, from studying to panicking, drains this bar. When your energy is low, even simple tasks feel impossible.
🔴 ''Stress'' (Psychological): Your internal pressure and mental noise. The higher it spikes, the harder it becomes to access the Brain Power you’ve worked so hard to build.
''How to Play''
''1. Read the Scenario'': Each day (Monday–Saturday) presents unique academic and social dilemmas. Read the context carefully to choose the best way to respond to the situation.
''2. Choose your Response'': Choose one of the three options presented.
''3. Monitor the Dashboard'': You will start your dashboard with 50% in each resource. Watch your resource meters after every choice.
''4. Reach Saturday'': Your Saturday morning scenario will serve as a reflection of how you traded these resources to reach the end of the week.
[[Start Game->NEXT]]''MONDAY''
You open your notes for your hardest class, and realize there are three entire chapters you don't remember learning at all.
The exam is at the end of the week.
Make your choice:
<<link "I'll just focus on the stuff I know and hope for the best.">>
<<set $brainPower += 2>>
<<set $stress += 3>>
<<set $energy -= 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll just focus on the stuff I know and hope for the best.">>
<</link>>
<<link "I'll organize my desk and make a perfect color-coded study schedule.">>
<<set $energy -= 2>>
<<set $stress += 2>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll organize my desk and make a perfect color-coded study schedule.">>
<</link>>
<<link "I don't know this yet. I'll spend 2 hours on the hardest chapter first while my brain is fresh.">>
<<set $energy += 3>>
<<set $stress -= 3>>
<<set $brainPower += 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I don't know this yet. I'll spend 2 hours on the hardest chapter first while my brain is fresh.">>
<</link>>You chose to focus on the content you know, instead of reviewing new content.
[[Later that day...]]
You chose to focus on other things, spent 2 hours on the schedule, instead of actually studying.
[[Later that day...]]You accepted your reality and decided to review the new content now that you have the brain power to do it.
[[Later that day...]]''Later that day... ''
You're heading to get a quick dinner, and see your friends in a booth.
They’re chatting about the same exam, and want you to join them for a "long vent session."
You still need to finish your study goal for the night.
How do you respond?
<<link "I'll walk past them with my headphones on and pretend I didn't see them.">>
<<set $stress += 3>>
<<set $energy -= 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll walk past them with my headphones on and pretend I didn't see them.">>
<</link>>
<<link "I'll only stay for 15 minutes to eat, then I'll go back to the library.">>
<<set $energy += 3>>
<<set $stress -= 3>>
<<set $brainPower += 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll only stay for 15 minutes to eat, then I'll go back to the library.">>
<</link>>
<<link "I'll join them for 2 hours to spend more time with them.">>
<<set $stress += 3>>
<<set $brainPower -= 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll join them for 2 hours to spend more time with them.">>
<</link>>You are acting out of fear of losing time. By ignoring your friends, you avoid the "distraction," but you increase your feeling of isolation and academic pressure.
[[The next morning...]]
You acknowledge the need for a social "recharge" but set a firm boundary to protect your study goals.
[[The next morning...]] You chose to join your friends and are letting the social environment dictate your schedule. You aren't resting strategically; you're procrastinating because the work feels too hard.
[[The next morning...]]''TUESDAY''
You wake up and check your phone.
A classmate has posted a simplified summary of the hardest chapter in the group chat, but everyone is arguing over whether it’s actually correct.
What do you do?
<<link "I'll scan the summary for 5 minutes. If it matches my notes, I'll keep reading it. If not, I'll check the textbook later.">>
<<set $brainPower += 5>>
<<set $stress -= 3>>
<<set $energy -= 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll scan the summary for 5 minutes. If it matches my notes, I'll keep reading it. If not, I'll check the textbook later.">>
<</link>>
<<link "I'll spend 90 minutes reading every comment to prove I know the content.">>
<<set $energy -= 5>>
<<set $stress += 5>>
<<set $brainPower -= 4>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll spend 90 minutes reading every comment to prove I know the content.">>
<</link>>
<<link "I trust my own notes. I'll ignore the notifications and silent the phone.">>
<<set $stress -= 3>>
<<set $brainPower -= 3>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I trust my own notes. I'll ignore the notifications and silent the phone.">>
<</link>>You are seeking validation rather than information. This drains your morning energy and spikes your stress before you've even had coffee.
[[When the evening comes...]]You are avoiding the stress of the chat, but you're also ignoring a potential resource.
[[When the evening comes...]] You use the resource without getting sucked into the social drama. You protect your time while identifying potential gaps in your knowledge.
[[When the evening comes...]] ''When the evening comes...''
Your roommate/best friend is finished with their finals early.
They want to celebrate and watch a movie or go out with you. "You’ve been staring at that screen for ten hours. You’re going to fry your brain. Just take the night off!"
How do you respond?
<<link "I'll agree to the whole night out.">>
<<set $brainPower -= 5>>
<<set $stress += 5>>
<<set $energy -= 5>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll agree to the whole night out.">>
<</link>>
<<link "I'll tell them that they are being selfish and to leave me alone.">>
<<set $energy -= 4>>
<<set $stress += 4>>
<<set $brainPower -= 4>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll tell them that they are being selfish and to leave me alone.">>
<</link>>
<<link "Since, I’m not at a stopping point yet, I'll study for 45 more minutes to finish this section, then I'll go grab a 20-minute coffee/snack with them.">>
<<set $energy += 5>>
<<set $stress -= 5>>
<<set $brainPower += 5>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "Since, I’m not at a stopping point yet, I'll study for 45 more minutes to finish this section, then I'll go grab a 20-minute coffee/snack with them.">>
<</link>>You acknowledge your friend’s valid point (you are tired) but you also maintain your boundaries. You are able to finish a specific task and you use the social break to clear your mind for a little bit.
:: Since, I’m not at a stopping point yet, I'll study for 45 more minutes to finish this section, then I'll go grab a 20-minute coffee/snack with them.
<<if $brainPower lte 50 or $stress gte 75>>
<<goto "The following morning...">>
<<else>>
<<goto "The following day...">>
<</if>>
Instead of managing your boundary, you lash out. This spikes your cortisol and creates a "Social Hangover" that makes it even harder to focus.
:: I'll tell them that they are being selfish and to leave me alone.
<<if $brainPower lte 50 or $stress gte 75>>
<<goto "The following morning...">>
<<else>>
<<goto "The following day...">>
<</if>>You let someone else’s schedule overwrite your own needs. While your Energy might temporarily rise, you wake up the next morning in total panic.
:: I'll agree to the whole night out.
<<if $brainPower lte 50 or $stress gte 75>>
<<goto "The following morning...">>
<<else>>
<<goto "The following day...">>
<</if>>''WEDNESDAY''
You walk into a review session and the TA announces that the exam will focus heavily on the one chapter you skipped.
How do you respond?
<<link "I'm going to fail no matter what, the professor always does this.">>
<<set $brainPower -= 6>>
<<set $stress += 8>>
<<set $energy -= 4>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'm going to fail no matter what, the professor always does this.">>
<</link>>
<<link "I'll try to read all 80 pages of that chapter in the next two hours.">>
<<set $energy -= 6>>
<<set $stress += 6>>
<<set $brainPower += 4>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll try to read all 80 pages of that chapter in the next two hours.">>
<</link>>
<<link "Since I don't know this chapter yet, I'll find a study partner who understands it and we can trade notes.">>
<<set $energy += 6>>
<<set $stress -= 6>>
<<set $brainPower += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "Since I don't know this chapter yet, I'll find a study partner who understands it and we can trade notes.">>
<</link>>''WEDNESDAY''
Because you’ve been "wiring" your brain well, you start seeing connections between Monday's reading and Tuesday's practice.
You feel a "Flow State" coming on.
How do you proceed?
<<link "I've got this. I’m going to take the rest of the day off and coast until Thursday.">>
<<set $brainPower -= 5>>
<<set $stress += 6>>
<<set $energy += 6>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I've got this. I’m going to take the rest of the day off and coast until Thursday.">>
<</link>>
<<link "I feel so good that I'll rewrite all my notes to make them perfect.">>
<<set $energy -= 6>>
<<set $stress += 5>>
<<set $brainPower += 4>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I feel so good that I'll rewrite all my notes to make them perfect.">>
<</link>>
<<link "I understand the basics. I'm going to try a Problem from the back of the book to see if I can apply this.">>
<<set $energy += 6>>
<<set $stress -= 6>>
<<set $brainPower += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I understand the basics. I'm going to try a Problem from the back of the book to see if I can apply this.">>
<</link>>You believe you have reached the ceiling of your intelligence for this subject. By stopping now, you lose the momentum you worked so hard to build which leads to a loss in retention.
[[Keep going]] Rewriting notes feels productive, but it’s actually a low-effort task that doesn't challenge the brain.
You are spending your valuable Energy on making things look good rather than deep encoding.
[[Keep going]] By testing yourself while you are in a "Flow State," you strengthen the neural pathways and move the information from short-term to long-term memory.
[[Keep going]]
By blaming the professor and deciding you've already failed, you stop looking for solutions.
Your stress spikes because you feel powerless.
[[Thursday]] You retain nothing about what you're reading.
You're doing work, but because you're in a state of high-arousal panic, your brain cannot move information into the long-term memory.
[[Thursday]] You acknoledged that you don't know the chapter.
By choosing Collaborative Learning you get a high-density summary and lower your stress through social support.
[[Thursday]]''THURSDAY''
You get to the library at 10:00 AM, but it’s completely packed.
Your laptop is at 4% battery, you forgot your charger in your dorm, and the only open seat is next to a loud construction zone.
What do you do now?
<<link "This is a sign I shouldn't be here. I'm going to my dorm to sleep and I'll just wing it tomorrow.">>
<<set $brainPower -= 6>>
<<set $stress += 6>>
<<set $energy += 6>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "This is a sign I shouldn't be here. I'm going to my dorm to sleep and I'll just wing it tomorrow.">>
<</link>>
<<link "I'll wander the halls to look for a perfect study spot.">>
<<set $energy -= 5>>
<<set $stress += 7>>
<<set $brainPower -= 4>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll wander the halls to look for a perfect study spot.">>
<</link>>
<<link "I'll ask the person next to me to borrow theirs for an hour, put in earplugs, and do a high-intensity 50-minute block.">>
<<set $energy -= 5>>
<<set $stress -= 7>>
<<set $brainPower += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll ask the person next to me to borrow theirs for an hour, put in earplugs, and do a high-intensity 50-minute block.">>
<</link>>''THURSDAY''
You are finishing your review early.
You see an announcement that the Professor is holding an unscheduled "Office Hour" for advanced questions only.
Most students are too intimidated to go.
What do you want to do?
<<link "I’ve done enough. I’ll keep my current momentum and rest up for tomorrow.">>
<<set $stress -= 5>>
<<set $energy += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I’ve done enough. I’ll keep my current momentum and rest up for tomorrow.">>
<</link>>
<<link "Offer to tutor a struggling classmate.">>
<<set $energy -= 7>>
<<set $stress += 5>>
<<set $brainPower += 6>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "Offer to tutor a struggling classmate.">>
<</link>>
<<link "Attend Office Hours.">>
<<set $energy -= 4>>
<<set $stress -= 8>>
<<set $brainPower += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "Attend Office Hours.">>
<</link>>You are letting minor external obstacles dictate your entire academic future. You are using a "Fixed Mindset" to interpret bad luck as a lack of ability or "fate."
[[That night...]]You ended up spending two hours wandering the halls.
This feels like preparing to work, but it’s actually a form of procrastination.
You are burning your most productive energy on a search for a perfect environment that doesn't exist.
[[That night...]] You solve the power issue and the noise issue instead of letting them stop you. You prioritize the "50-minute block" to ensure your Brain Power keeps growing.
[[That night...]] While this decision protects your energy, it misses a high-level opportunity to deepen your "Brain Power." You are choosing comfort over the "Flow State" you’ve worked to build.
[[That night...]] While teaching others is good and promotes transfer of knowledge, you forget to review your own weak spots and spend too much time covering things you already felt confident in. After the tutoring session, you feel exhausted.
[[That night...]] You are using your extra energy to engage in Higher-Order Thinking and clarify questions you still had.
[[That night...]] ''That night...''
It’s 10:30 PM. You are sitting at your desk, and your eyes are burning. You’ve been staring at the same page of notes for twenty minutes.
You have two voices in your head: one says you need to power through the last three chapters to feel safe, and the other says if you don't sleep now, you'll forget everything you already learned.
<<link "I'll close the laptop and commit to a full night's rest.">>
<<set $brainPower += 10>>
<<set $stress -= 8>>
<<set $energy += 10>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll close the laptop and commit to a full night's rest.">>
<</link>>
<<link "I'll stay at the desk, but I need caffeine.">>
<<set $energy -= 7>>
<<set $stress += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll stay at the desk, but I need caffeine.">>
<</link>>
<<link "I'll stop studying because I'm tired. I'll distract myself by scrolling through my phone.">>
<<set $energy -= 8>>
<<set $stress += 9>>
<<set $brainPower -= 6>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll stop studying because I'm tired. I'll distract myself by scrolling through my phone.">>
<</link>>You finish the chapters, but your brain is too exhausted to actually store the information. This decision is driven by fear. You are trading your biological fuel for a false sense of security, resulting in high stress and zero retention.
:: I'll stay at the desk, but I need caffeine.
<<if $brainPower lte 50 or $stress gte 75>>
<<goto "Exam Day">>
<<else>>
<<goto "The day of the exam">>
<</if>>You've stopped the work but haven't started the recovery. The "blue light" from your phone and the scrolling prevent your brain from entering the sleep cycles required to file away your lessons.
:: I'll stop studying because I'm tired. I'll distract myself by scrolling through my phone.
<<if $brainPower lte 50 or $stress gte 75>>
<<goto "Exam Day">>
<<else>>
<<goto "The day of the exam">>
<</if>>By sleeping, you allow your brain to move information from short-term to long-term memory, effectively "saving" your progress.
:: I'll close the laptop and commit to a full night's rest.
<<if $brainPower lte 50 or $stress gte 75>>
<<goto "Exam Day">>
<<else>>
<<goto "The day of the exam">>
<</if>>''FRIDAY - EXAM DAY''
You take the exam you have been studying for.
Question #15 is a "curveball." It wasn't in the study guide and it’s worth 15 points.
<<link "I'll stare at the question for 10 minutes, maybe I can remember the answer.">>
<<set $brainPower -= 6>>
<<set $stress += 8>>
<<set $energy -= 6>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll stare at the question for 10 minutes, maybe I can remember the answer.">>
<</link>>
<<link "I'll pick C and move on immediately. I'm never going to get this anyway.">>
<<set $stress += 5>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll pick C and move on immediately. I'm never going to get this anyway.">>
<</link>>
<<link "I don't see the answer yet. I’ll skip it, answer the next five to build momentum, and come back with a warm brain.">>
<<set $energy -= 3>>
<<set $stress -= 8>>
<<set $brainPower += 8>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I don't see the answer yet. I’ll skip it, answer the next five to build momentum, and come back with a warm brain.">>
<</link>>''FRIDAY - EXAM DAY''
After taking the exam you’ve been studying for. You walk out of the hall.
A group is arguing about the answers.
They all answered B to a question you answered C for.
What do you tell your friends?
<<link "I'll say: The test was hard but we survived this week. Let's go get coffee!">>
<<set $brainPower += 5>>
<<set $stress -= 12>>
<<set $energy += 12>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll say: The test was hard but we survived this week. Let's go get coffee!">>
<</link>>
<<link "I'll go home, turn off my phone, and ignore the end-of-finals party.">>
<<set $energy -= 5>>
<<set $stress += 10>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll go home, turn off my phone, and ignore the end-of-finals party.">>
<</link>>
<<link "I'll blame the professor for making the test so hard.">>
<<set $energy -= 10>>
<<set $stress += 10>>
<<set $brainPower -= 5>>
<<set $brainPower = Math.min(Math.max($brainPower, 0), 100)>>
<<set $energy = Math.min(Math.max($energy, 0), 100)>>
<<set $stress = Math.min(Math.max($stress, 0), 100)>>
<<goto "I'll blame the professor for making the test so hard.">>
<</link>>You are using the "Power of Yet." By building momentum on easier questions, you lower your cortisol and allow your "Diffuse Mode" of thinking to work on the hard problem in the background.
<<if $brainPower lte 55 and $stress gte 68>>
<<goto "Results">>
<<elseif $brainPower lte 52 and $energy lte 52>>
<<goto "Your Results">>
<<elseif $brainPower lte 58 and $energy gte 55 and $stress lte 65>>
<<goto "Your results...">>
<<elseif $brainPower gte 63 and $stress gte 50>>
<<goto "Let's see how you did...">>
<<elseif $brainPower gte 63 and $energy gte 58>>
<<goto "Your Saturday Results">>
<<else>>
<<goto "Saturday">>
<</if>>You aren't trying to solve the problem; you're just trying to make the discomfort of the unknown go away. You protect your time, but you sacrifice the potential for a breakthrough.
<<if $brainPower lte 55 and $stress gte 68>>
<<goto "Results">>
<<elseif $brainPower lte 52 and $energy lte 52>>
<<goto "Your Results">>
<<elseif $brainPower lte 58 and $energy gte 55 and $stress lte 65>>
<<goto "Your results...">>
<<elseif $brainPower gte 63 and $stress gte 50>>
<<goto "Let's see how you did...">>
<<elseif $brainPower gte 63 and $energy gte 58>>
<<goto "Your Saturday Results">>
<<else>>
<<goto "Saturday">>
<</if>>By staying "frozen," you are burning precious physical and mental fuel without making any progress, which often leads to a "lockout" for the rest of the test.
<<if $brainPower lte 55 and $stress gte 68>>
<<goto "Results">>
<<elseif $brainPower lte 52 and $energy lte 52>>
<<goto "Your Results">>
<<elseif $brainPower lte 58 and $energy gte 55 and $stress lte 65>>
<<goto "Your results...">>
<<elseif $brainPower gte 63 and $stress gte 50>>
<<goto "Let's see how you did...">>
<<elseif $brainPower gte 63 and $energy gte 58>>
<<goto "Your Saturday Results">>
<<else>>
<<goto "Saturday">>
<</if>><span class="results-title">SATURDAY - RESULTS</span>
Your Energy and Brain Power both hit the floor this week.
When you stop recovering, you stop retaining. Every hour you pushed past empty was an hour your brain couldn't actually use. The effort was real, but the conditions made it almost impossible to stick.
Next time, energy isn't the thing you spend last. It's the thing that makes everything else work.
<span class="results-title">SATURDAY - RESULTS</span>
Your Stress climbed all week and your Brain Power couldn't keep up with it.
That's not a coincidence. High stress doesn't just feel bad — it actively competes with your ability to think clearly and remember what you studied. You can't out-study a nervous system that's in survival mode.
The goal next time isn't to stress less about the outcome. It's to manage stress early enough that your brain stays in the game.
<span class="results-title">SATURDAY - RESULTS</span>
All three bars landed somewhere in the middle — not because you didn't try, but because the week pulled you in too many directions at once.
Moderate stress, moderate energy, moderate brain power. Nothing collapsed, but nothing was protected either. That's what it looks like when you're reacting instead of deciding.
A little more intention in any direction changes where you end up.
<div style="margin-top: 0.1em; padding: 0.5em; background: rgba(255,255,255,0.10); border-radius: 10px;">
<div style="font-size: 0.9em; color: #FFFFFF; font-weight: 700; text-transform: uppercase; margin-bottom: 0.1px;">🧠 Brain Power: <span id="bp-number">50</span></div>
<div style="width: 100%; height: 20px; border-radius: 20px; margin-bottom: 10px;">
<div id="bar-brain" style="width: 50%; height: 14px; background-color: #ffccf8; border-radius: 20px;"></div>
</div>
<div style="font-size: 0.9em; color: #FFFFFF; font-weight: 700; text-transform: uppercase; margin-bottom: 0.1px;">⚡ Energy: <span id="en-number">50</span></div>
<div style="width: 100%; height: 20px; border-radius: 20px; margin-bottom: 10px;">
<div id="bar-energy" style="width: 50%; height: 14px; background-color: #ffe37e; border-radius: 20px;"></div>
</div>
<div style="font-size: 0.9em; color: #FFFFFF; font-weight: 700; text-transform: uppercase; margin-bottom: 0.1px;">🔴 Stress: <span id="st-number">50</span></div>
<div style="width: 100%; height: 20px; border-radius: 20px;">
<div id="bar-stress" style="width: 50%; height: 14px; background-color: #ff9f85; border-radius: 20px;"></div>
</div>
</div><<set $brainPower to 50>>
<<set $energy to 50>>
<<set $stress to 50>>
You acknowledge the difficulty but prioritize emotional regulation. You choose to focus on the completion of the task rather than the perfection of the result, which allows your body to finally relax.
<<if $brainPower lte 55 and $stress gte 68>>
<<goto "Results">>
<<elseif $brainPower lte 52 and $energy lte 52>>
<<goto "Your Results">>
<<elseif $brainPower lte 58 and $energy gte 55 and $stress lte 65>>
<<goto "Your results...">>
<<elseif $brainPower gte 63 and $stress gte 50>>
<<goto "Let's see how you did...">>
<<elseif $brainPower gte 63 and $energy gte 58>>
<<goto "Your Saturday Results">>
<<else>>
<<goto "Saturday">>
<</if>>You are letting one uncertain data point dictate your entire self-worth. By isolating yourself, you prevent your brain from "powering down" into a recovery state, keeping your stress levels high even after the work is done.
<<if $brainPower lte 55 and $stress gte 68>>
<<goto "Results">>
<<elseif $brainPower lte 52 and $energy lte 52>>
<<goto "Your Results">>
<<elseif $brainPower lte 58 and $energy gte 55 and $stress lte 65>>
<<goto "Your results...">>
<<elseif $brainPower gte 63 and $stress gte 50>>
<<goto "Let's see how you did...">>
<<elseif $brainPower gte 63 and $energy gte 58>>
<<goto "Your Saturday Results">>
<<else>>
<<goto "Saturday">>
<</if>>Instead of accepting the uncertainty, you deflect it onto the professor. While this feels "good" in the moment, it keeps you in a state of high agitation and a fixed mindset.
<<if $brainPower lte 55 and $stress gte 68>>
<<goto "Results">>
<<elseif $brainPower lte 52 and $energy lte 52>>
<<goto "Your Results">>
<<elseif $brainPower lte 58 and $energy gte 55 and $stress lte 65>>
<<goto "Your results...">>
<<elseif $brainPower gte 63 and $stress gte 50>>
<<goto "Let's see how you did...">>
<<elseif $brainPower gte 63 and $energy gte 58>>
<<goto "Your Saturday Results">>
<<else>>
<<goto "Saturday">>
<</if>><span class="results-title">SATURDAY - RESULTS</span>
Brain Power up. Energy still in the tank. Stress managed.
That doesn't happen by accident. It happens when the decisions you make about rest, focus, and relationships are treated as part of the strategy, not breaks from it.
That's the version of this week worth remembering and repeating.
<span class="results-title">SATURDAY - RESULTS</span>
Your Brain Power is high. So is your Stress. That combination is worth paying attention to.
You learned the material, but the way you got there kept your stress elevated all week. High stress long-term doesn't just feel exhausting, it starts working against the same Brain Power you were trying to build.
The result was real. So is the question of whether you can get there next time without the Stress bar following it up.<span class="results-title">SATURDAY - RESULTS</span>
Your Energy held up, but your Brain Power took the hit.
Feeling okay and being prepared aren't always the same thing. The choices that kept your energy stable this week often came at the cost of the deeper focus and retention that Brain Power tracks.
Rest and preparation aren't in opposition, but they do both require attention. One without the other shows up exactly like this.