From 7ee4106780efc0ad33c6aa30fcd5e8aa1b56631f Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Sat, 21 Sep 2024 07:39:18 -0400 Subject: [PATCH] fix: Update recent updates text [PT-188310729] Updates the recent updates text when the teacher has at least one activity assigns to a class but no students in their classes. --- .../src/library/components/recent-activity/offerings.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rails/react-components/src/library/components/recent-activity/offerings.tsx b/rails/react-components/src/library/components/recent-activity/offerings.tsx index ea5ef555f..a452cf446 100644 --- a/rails/react-components/src/library/components/recent-activity/offerings.tsx +++ b/rails/react-components/src/library/components/recent-activity/offerings.tsx @@ -31,9 +31,10 @@ export default class Offerings extends React.Component { return ( <>

No recent activity.

-

You have not yet added students to your classes. Have your students create student accounts on the site using your class's unique - class word to enroll in your class. You can also manually register your students by clicking "Classes" on the left, then on the name of a class. - Next click the "Student Roster" link for that class, and then on "Register & Add a New Student." +

You have not yet added students to your classes. + To add a new student to your class, please instruct them to create an account on the STEM Resource Finder. + After creating their account, they can join your class using a unique 'class word' that you provide. + For detailed instructions on this process, please refer to our updated User Guide at: https://learn.concord.org/help.

As your students register and get started on the assigned activities, their progress will be displayed here.