:: Camille Herron Interview Quiz
(set: $score to 0)
(set: $totalQuestions to 10)
(set: $passageName to (passage:)'s name)
<style>
.quiz-container {
background-color: #1a1a1a;
color: #e0e0e0;
padding: 30px;
border-radius: 12px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 700px;
margin: 20px auto;
border: 1px solid #333;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.quiz-title {
color: #ffcc00;
text-align: center;
border-bottom: 2px solid #ffcc00;
padding-bottom: 10px;
}
.answer-link {
display: block;
background: #333;
color: #fff;
padding: 10px 15px;
margin: 8px 0;
border-radius: 6px;
text-decoration: none;
transition: background 0.3s;
border-left: 4px solid #ffcc00;
}
.answer-link:hover {
background: #444;
cursor: pointer;
}
.feedback-box {
margin-top: 15px;
padding: 15px;
border-radius: 6px;
animation: fadeIn 0.5s;
}
.correct {
background: #1b4d1b;
border: 1px solid #2d7a2d;
}
.incorrect {
background: #4d1b1b;
border: 1px solid #7a2d2d;
}
.next-btn {
display: inline-block;
margin-top: 15px;
padding: 8px 20px;
background: #ffcc00;
color: #000;
border-radius: 4px;
font-weight: bold;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
<div class="quiz-container">
<h1 class="quiz-title">The Camille Herron Legacy Quiz</h1>
|intro>[
Welcome to the ultimate test of your knowledge on the world-record-breaking ultra-runner Camille Herron. Do you know her origin story and her impact on the professionalization of the sport?
(link-show: "Start Quiz", ?q1)
]
|q1>[
**1. What sport did Camille focus on before becoming a world-class runner?**
<div class="answer-link">(link: "Swimming")[(replace: ?q1-result)[<div class="feedback-box incorrect">Incorrect. Her family roots were in basketball; her dad and grandpa played for Oklahoma State. <br>(link-show: "Next", ?q2)</div>]]</div>
<div class="answer-link">(link: "Basketball")[(set: $score to it + 1)(replace: ?q1-result)[<div class="feedback-box correct">Correct! Camille was a point guard and used her endurance to wear out opponents. <br>(link-show: "Next", ?q2)</div>]]</div>
<div class="answer-link">(link: "Golf")[(replace: ?q1-result)[<div class="feedback-box incorrect">Incorrect. While she played golf and softball, her primary focus and dream was playing college basketball. <br>(link-show: "Next", ?q2)</div>]]</div>
|q1-result>[]
]
|q2>[
**2. What was Camille's earliest memory of running in Oklahoma?**
<div class="answer-link">(link: "Racing her brother to school")[(replace: ?q2-result)[<div class="feedback-box incorrect">Incorrect. Her father often tells the story of her chasing wildlife in the fields. <br>(link-show: "Next", ?q3)</div>]]</div>
<div class="answer-link">(link: "Chasing a rabbit out of a wheat field")[(set: $score to it + 1)(replace: ?q2-result)[<div class="feedback-box correct">Correct! Her dad saw her running out of the wheat field and she told him she was chasing a rabbit. <br>(link-show: "Next", ?q3)</div>]]</div>
|q2-result>[]
]
|q3>[
**3. In what year did Camille make the "leap" from marathons to ultra-running?**
<div class="answer-link">(link: "2010")[(replace: ?q3-result)[<div class="feedback-box incorrect">Incorrect. She had a long career as a marathoner before transitioning in 2015. <br>(link-show: "Next", ?q4)</div>]]</div>
<div class="answer-link">(link: "2015")[(set: $score to it + 1)(replace: ?q3-result)[<div class="feedback-box correct">Correct! 2015 was her inflection point where she realized she had a higher level of ability for longer distances. <br>(link-show: "Next", ?q4)</div>]]</div>
|q3-result>[]
]
|q4>[
**4. Whose long-standing 100k record did Camille break at the Mad City 100k?**
<div class="answer-link">(link: "Ann Trason")[(set: $score to it + 1)(replace: ?q4-result)[<div class="feedback-box correct">Correct! She broke Trason's record which had stood for roughly 25 years. <br>(link-show: "Next", ?q5)</div>]]</div>
<div class="answer-link">(link: "Courtney Dauwalter")[(replace: ?q4-result)[<div class="feedback-box incorrect">Incorrect. It was the legendary Ann Trason. Camille actually had to Google who she was after the race. <br>(link-show: "Next", ?q5)</div>]]</div>
|q4-result>[]
]
|q5>[
**5. Camille won two world titles in her very first year of ultra-running. Which ones?**
<div class="answer-link">(link: "50k and 100k")[(set: $score to it + 1)(replace: ?q5-result)[<div class="feedback-box correct">Correct! She won the 100k world title and then the 50k world title in December. <br>(link-show: "Next", ?q6)</div>]]</div>
<div class="answer-link">(link: "100k and 100 Mile")[(replace: ?q5-result)[<div class="feedback-box incorrect">Incorrect. She won the 100k and the 50k titles within the same year. <br>(link-show: "Next", ?q6)</div>]]</div>
|q5-result>[]
]
|q6>[
**6. Which brand was Camille's first major sponsor as an ultra-runner?**
<div class="answer-link">(link: "HOKA")[(replace: ?q6-result)[<div class="feedback-box incorrect">Incorrect. While she mentions HOKA's impact on the sport later, Nike was her first sponsor. <br>(link-show: "Next", ?q7)</div>]]</div>
<div class="answer-link">(link: "Nike")[(set: $score to it + 1)(replace: ?q6-result)[<div class="feedback-box correct">Correct! Her agent made the connection to Nike in 2016. <br>(link-show: "Next", ?q7)</div>]]</div>
|q6-result>[]
]
|q7>[
**7. Why did Camille initially feel "forced" into trail running?**
<div class="answer-link">(link: "She lost her passion for roads")[(replace: ?q7-result)[<div class="feedback-box incorrect">Incorrect. She actually preferred road ultras, but was told that's where the sponsor focus was. <br>(link-show: "Next", ?q8)</div>]]</div>
<div class="answer-link">(link: "Agents said sponsors only cared about trails")[(set: $score to it + 1)(replace: ?q7-result)[<div class="feedback-box correct">Correct! Her first agent told her "nobody cares about road ultras". <br>(link-show: "Next", ?q8)</div>]]</div>
|q7-result>[]
]
|q8>[
**8. What injury did Camille suffer just before the 2016 Lake Sonoma race?**
<div class="answer-link">(link: "Hamstring injury")[(set: $score to it + 1)(replace: ?q8-result)[<div class="feedback-box correct">Correct! She tore 90% of her hamstring tendon after racing on it while it was already "gimpy". <br>(link-show: "Next", ?q9)</div>]]</div>
<div class="answer-link">(link: "Stress fracture")[(replace: ?q8-result)[<div class="feedback-box incorrect">Incorrect. It was a severe hamstring injury that nearly halted her rising career. <br>(link-show: "Next", ?q9)</div>]]</div>
|q8-result>[]
]
|q9>[
**9. In what year did Camille finally quit her day job to run full-time?**
<div class="answer-link">(link: "2016")[(replace: ?q9-result)[<div class="feedback-box incorrect">Incorrect. She reduced her hours in 2016 but didn't go full-time until 2019. <br>(link-show: "Next", ?q10)</div>]]</div>
<div class="answer-link">(link: "2019")[(set: $score to it + 1)(replace: ?q9-result)[<div class="feedback-box correct">Correct! She made the leap to full-time professional running in 2019. <br>(link-show: "Next", ?q10)</div>]]</div>
|q9-result>[]
]
|q10>[
**10. What change did Camille and her peers bring to ultra-running contracts?**
<div class="answer-link">(link: "Eliminated prize money")[(replace: ?q10-result)[<div class="feedback-box incorrect">Incorrect. They actually pushed for structured salaries and bonuses similar to track and field. <br>(link-show: "Show Results", ?results)</div>]]</div>
<div class="answer-link">(link: "Introduced salaries, bonuses, and travel support")[(set: $score to it + 1)(replace: ?q10-result)[<div class="feedback-box correct">Correct! They brought the professional expectations of track and field into the ultra world. <br>(link-show: "Show Results", ?results)</div>]]</div>
|q10-result>[]
]
|results>[
<h2 style="text-align:center;">Quiz Complete!</h2>
<div style="font-size: 24px; text-align:center; margin: 20px 0;">
Your Score: $score / $totalQuestions
</div>
<div class="feedback-box" style="background: #333; text-align: center;">
(if: $score is 10)[**RANK: ELITE ULTRA-MARATHONER**<br>You have the endurance of Camille herself! You know every detail of her journey.]
(else-if: $score >= 7)[**RANK: LEAD PACK**<br>Great job! You clearly listened to the story of how Camille professionalized the sport.]
(else-if: $score >= 4)[**RANK: MID-PACK FINISHER**<br>Not bad, but you might want to re-read the transcript to catch the nuances of her career shifts.]
(else-if: $score < 4)[**RANK: RACE VOLUNTEER**<br>You're just getting started! Re-visit the interview to learn about her transition from basketball to world records.]
</div>
<div style="text-align:center; margin-top: 20px;">
(link: "Restart Quiz")[(set: $score to 0)(goto: $passageName)]
</div>
]
</div>