Skip to content

Commit 71c2f4a

Browse files
committed
Update help text on Set Assignments
1 parent 666f456 commit 71c2f4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/app/components/pages/SetAssignments.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,14 @@ const SetAssignmentsPageComponent = (props: SetAssignmentsPageProps) => {
276276
}
277277
}, [boards]);
278278

279+
const pageHelp = <span>
280+
Use this page to set assignments to your groups. You can assign any gameboard you have saved to your account.
281+
<br />
282+
Students in the group will be emailed when you set a new assignment.
283+
</span>;
284+
279285
return <Container>
280-
<TitleAndBreadcrumb currentPageTitle="Set Assignments" intermediateCrumbs={[TEACHERS_CRUMB]} help="Assign any of the gameboards you have selected to your groups." />
286+
<TitleAndBreadcrumb currentPageTitle="Set Assignments" intermediateCrumbs={[TEACHERS_CRUMB]} help={pageHelp} />
281287
<p className="mt-4 mb-3">
282288
Choose a gameboard from one of our <Link to="/pages/gameboards">pre-made gameboards</Link> or find one from the <Link to="/topics">Topics list</Link>.
283289
</p>

0 commit comments

Comments
 (0)