Skip to content

Commit

Permalink
Fixing minor typo in rubric.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenjaminBanklin committed Jul 8, 2022
1 parent 5076590 commit 8e2bd0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ exports[`Rubric editor modal Rubric modal renders 1`] = `
Pass & Fail Rules
</legend>
<p>
In this mode, you can customize passing and failing scores, what do do when students are out of attempts, and set more complex penalty and extra credit rules.
In this mode, you can customize passing and failing scores, what to do when students are out of attempts, and set more complex penalty and extra credit rules.
</p>
<div
className="to-pass"
Expand Down Expand Up @@ -547,7 +547,7 @@ exports[`Rubric editor modal Rubric modal renders with given values 1`] = `
Pass & Fail Rules
</legend>
<p>
In this mode, you can customize passing and failing scores, what do do when students are out of attempts, and set more complex penalty and extra credit rules.
In this mode, you can customize passing and failing scores, what to do when students are out of attempts, and set more complex penalty and extra credit rules.
</p>
<div
className="to-pass"
Expand Down Expand Up @@ -931,7 +931,7 @@ exports[`Rubric editor modal Rubric modal renders with no mods 1`] = `
Pass & Fail Rules
</legend>
<p>
In this mode, you can customize passing and failing scores, what do do when students are out of attempts, and set more complex penalty and extra credit rules.
In this mode, you can customize passing and failing scores, what to do when students are out of attempts, and set more complex penalty and extra credit rules.
</p>
<div
className="to-pass"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class RubricModal extends React.Component {
<fieldset className="pass-fail">
<legend>Pass & Fail Rules</legend>
<p>
In this mode, you can customize passing and failing scores, what do do when
In this mode, you can customize passing and failing scores, what to do when
students are out of attempts, and set more complex penalty and extra credit rules.
</p>
<div className="to-pass">
Expand Down

0 comments on commit 8e2bd0f

Please sign in to comment.