Skip to content

Commit

Permalink
Update Question6.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Feb 24, 2024
1 parent 520231f commit 4636d0e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/questions/Question6.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ export default function Question6({data, setData}: QuestionProps) {
<Box padding={"50px"}>
<QuestionText>
<Text fontSize="xl" alignSelf={"baseline"} textAlign={"left"}>
As you step into this enchanted chessboard, you find yourself facing a puzzle that demands the utmost cunning and foresight.
Confronted with two enchanting chessboards, each adorned with 6 gallant knights, you are tasked with a challenge.
{<br />} {<br />}
Before you stands a chessboard adorned with 5 powerful Queens, each guarding their territory with regal authority. Your quest is to add 3 more Queens to the board, placing them strategically to maintain harmony among the royal guardians.
{<br />} {<br />}
Determine the locations of these 3 new Queens and submit their positions in (increasing) alphanumeric order.
Calculate the minimum number of moves required to transform the initial configuration on the left-side chessboard into the final arrangement on the right-side.
</Text>
</QuestionText>

Expand All @@ -40,4 +38,4 @@ export default function Question6({data, setData}: QuestionProps) {
<Image src="/q6_k.svg" style={{objectFit: "cover", alignSelf: "baseline", width: "35vw"}} />
</HStack>
)
};
};

0 comments on commit 4636d0e

Please sign in to comment.