Skip to content

Commit

Permalink
Update src/pages/gallery/questions/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew West <matt@prairielearn.com>
  • Loading branch information
mfsilva22 and mwest1066 authored Mar 18, 2024
1 parent c00324f commit 411cd57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/gallery/questions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ export default function QuestionTemplate() {
</div>
<div className={styles.grid}>
<TemplateCard title="Randomized string" href="" image={inputText}>
Prompt and correct answer are randomly selected from a list of
options. Correct answer is checked as a string, with all
whitespaces removed.
The prompt and correct answer are randomly selected from a list of
options. The correct answer is checked as a string, with all
whitespace removed.
</TemplateCard>
</div>
</div>
Expand Down

0 comments on commit 411cd57

Please sign in to comment.