@@ -2,7 +2,7 @@ import { defineMessages } from '@edx/frontend-platform/i18n';
22
33export const ORGANIZE_LEARNERS_TITLE = 'Organize learners' ;
44export const TRACK_LEARNER_PROGRESS_TITLE = 'Track learner progress' ;
5- export const VIEW_ENROLLMENTS_INSIGHT_TITLE = 'View enrollment insights' ;
5+ export const ANALYTICS_V2_TITLE = 'View enrollment insights' ;
66export const ADMINISTER_SUBSCRIPTIONS_TITLE = 'Administer subscriptions' ;
77export const ALLOCATE_LEARNING_BUDGET_TITLE = 'Allocate learning budget' ;
88export const CUSTOMIZE_REPORTS_TITLE = 'Customize reports' ;
@@ -97,6 +97,31 @@ const messages = defineMessages({
9797 defaultMessage : 'Export the report as a CSV to gain insights and organize data efficiently.' ,
9898 description : 'Description for the learner progress tracking step seven' ,
9999 } ,
100+ analyticsStepOneTitle : {
101+ id : 'adminPortal.productTours.adminOnboarding.analytics.title.1' ,
102+ defaultMessage : ANALYTICS_V2_TITLE ,
103+ description : 'Title for the analytics step one' ,
104+ } ,
105+ analyticsStepOneBody : {
106+ id : 'adminPortal.productTours.adminOnboarding.analytics.body.1' ,
107+ defaultMessage : 'Explore insights about your learners and their enrollments. Adjust date ranges, granularity, and analytics type to view data on enrollments, engagement, completions, leaderboards, and skills tracking.' ,
108+ description : 'Description for the analytics tracking step one' ,
109+ } ,
110+ analyticsStepTwoBody : {
111+ id : 'adminPortal.productTours.adminOnboarding.analytics.body.2' ,
112+ defaultMessage : 'The Engagement tab will help you understand course enrollment, learning hours, top subjects, and completions by your learners. Filter data by date ranges, group, budget, and course.' ,
113+ description : 'Description for the analytics tracking step two' ,
114+ } ,
115+ analyticsStepThreeBody : {
116+ id : 'adminPortal.productTours.adminOnboarding.analytics.body.3' ,
117+ defaultMessage : 'The Progress tab will help you summarize completed courses by your learners. Filter data by date ranges, group, budget, and course.' ,
118+ description : 'Description for the analytics tracking step three' ,
119+ } ,
120+ analyticsStepFourBody : {
121+ id : 'adminPortal.productTours.adminOnboarding.analytics.body.4' ,
122+ defaultMessage : 'The Outcomes tab will help you visualize the skills your learner have gained from the courses. Filter data by date ranges, group, budget, and course.' ,
123+ description : 'Description for the analytics tracking step four' ,
124+ } ,
100125 organizeLearnersStepOneTitle : {
101126 id : 'adminPortal.productTours.adminOnboarding.organizeLearners.title.1' ,
102127 defaultMessage : ORGANIZE_LEARNERS_TITLE ,
@@ -148,47 +173,6 @@ const messages = defineMessages({
148173 defaultMessage : '"View group" allows you to edit group details, add and remove learners, or track learner\'s progress.' ,
149174 description : 'Description for the organize learners flow with groups step six' ,
150175 } ,
151- viewEnrollmentInsights : {
152- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.title.1' ,
153- defaultMessage : VIEW_ENROLLMENTS_INSIGHT_TITLE ,
154- description : 'Title for the analytics step' ,
155- } ,
156- viewEnrollmentInsightsStepOneBody : {
157- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.body.1' ,
158- defaultMessage : 'Explore insights about your learners and their enrollments. '
159- + 'Adjust date ranges, granularity, and analytics type to view data on enrollments, engagement '
160- + 'completions, leaderboards, and skills tracking.' ,
161- description : 'Description for the analytics tracking step one' ,
162- } ,
163- viewEnrollmentInsightsStepTwoBody : {
164- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.body.2' ,
165- defaultMessage : 'Adjust the date range and granularity to customize the data displayed below.' ,
166- description : 'Description for the analytics tracking step two' ,
167- } ,
168- viewEnrollmentInsightsStepThreeBody : {
169- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.body.3' ,
170- defaultMessage : 'See quick metrics for Enrollments, Distinct Courses, Daily Sessions, Learning Hours, and '
171- + 'completions at a glance.' ,
172- description : 'Description for the analytics tracking step three' ,
173- } ,
174- viewEnrollmentInsightsStepFourBody : {
175- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.body.4' ,
176- defaultMessage : 'Use the Enrollments, Engagements, and Completions tabs to view learner activity from different '
177- + 'perspectives. Scroll down for a breakdown of metrics by Course, Subject, and Individual.' ,
178- description : 'Description for the analytics tracking step four' ,
179- } ,
180- viewEnrollmentInsightsStepFiveBody : {
181- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.body.5' ,
182- defaultMessage : 'See your top learners ranked by learning hours. Download the CSV for more detailed insights. Only '
183- + 'learners who completed a course and at least one engagement activity are included.' ,
184- description : 'Description for the analytics tracking step five' ,
185- } ,
186- viewEnrollmentInsightsStepSixBody : {
187- id : 'adminPortal.productTours.adminOnboarding.viewEnrollmentInsights.body.6' ,
188- defaultMessage : 'Discover the most in-demand skills in your organization based on course enrollments and completions. '
189- + 'Use these insights to understand learner interests and skill development trends.' ,
190- description : 'Description for the analytics tracking step six' ,
191- } ,
192176
193177 administerSubscriptionsTitle : {
194178 id : 'adminPortal.productTours.adminOnboarding.administerSubscriptions.title' ,
0 commit comments