Skip to content

Commit

Permalink
some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyaanand4 committed Feb 20, 2025
1 parent 13147ef commit 27d9d37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/questions/Question0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Question0( {setData, data}: QuestionProps ) {
return (
<Box>
<QuestionText>
<Text fontSize="4xl" color={Colors.primaryTextColor}> What is HackIllinois 2025 theme? </Text>
<Text fontSize="4xl" color={Colors.primaryTextColor}> What is HackIllinois 2025 motto (all lowercase)? </Text>
</QuestionText>

<QuestionOutput qid="0" answers={answers} getSubmission={getSubmission} setData={setData} data={data}>
Expand Down
12 changes: 9 additions & 3 deletions src/questions/Question8.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ export default function Question0( {setData, data}: QuestionProps ) {
return (
<Box>
<QuestionText>
<Text fontSize="xl" alignSelf={"baseline"} textAlign={"left"}>
Six travelers—Hermes (1 min), Perseus (3 min), Athena (8 min), Heracles (12 min), Zeus (15 min), and Atlas (20 min)—must cross a crumbling bridge with a shared torch.
<Text fontSize="2xl" alignSelf={"baseline"} textAlign={"left"} ml={40}>
Six travelers— Hermes (1 min), Perseus (3 min), Athena (8 min), Heracles (12 min), Zeus (15 min),
{<br />}
What is the earliest time the last person/pair can cross?
and Atlas (20 min) —must cross a crumbling bridge with a shared torch.
{<br />} {<br />}
</Text>
<Text fontSize="2xl">
What is the earliest time the last person/pair can cross?
{<br />}
</Text>
<Text fontSize="xl" alignSelf={"baseline"} textAlign={"left"} ml={40}>
Rules:
{<br />}
- Pairs cross at the slower traveler's speed.
Expand Down

0 comments on commit 27d9d37

Please sign in to comment.