You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moves using the 'key' for identification to using 'stepKey'
since React likes to do things with the key for other things.
closes: CNVS-18163
Test Plan:
- Do a full regression on the course wizard.
- Nothing should change.
Change-Id: I83da2cc7c43697773267868a6a905997c0d0f654
Reviewed-on: https://gerrit.instructure.com/47739
Tested-by: Jenkins
Reviewed-by: Dan Minkevitch <dan@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
text: I18n.t("If you've been using another course management system, you probably have stuff in there that you're going to want moved over to Canvas. We can walk you through the process of easily migrating your content into Canvas."),
text: I18n.t("Add your assignments. You can just make a long list, or break them up into groups - and even specify weights for each assignment group."),
text: I18n.t("You'll definitely want some of these. What's the fun of teaching a course if nobody's even listening?"),
29
29
url: ENV.COURSE_WIZARD.urls.add_students,
30
30
iconClass: 'icon-group-new'
31
31
},
32
32
{
33
-
key:'add_files',
33
+
key:'add_files',
34
34
complete: ENV.COURSE_WIZARD.checklist_states.import_step,/* Super odd in the existing wizard this is set to display: none */
35
35
title: I18n.t("Add Files to the Course"),
36
36
text: I18n.t("The Files tab is the place to share lecture slides, example documents, study helps -- anything your students will want to download. Uploading and organizing your files is easy with Canvas. We'll show you how."),
text: I18n.t("By default all links are enabled for a course. Students won't see links to sections that don't have content. For example, if you haven't created any quizzes, they won't see the quizzes link. You can sort and explicitly disable these links if there are areas of the course you don't want your students accessing."),
text: I18n.t("When people visit the course, this is the page they'll see. You can set it to show an activity stream, the list of course modules, a syllabus, or a custom page you write yourself. The default is the course activity stream."),
text: I18n.t("Here's a great chance to get to know the calendar and add any non-assignment events you might have to the course. Don't worry, we'll help you through it."),
text: I18n.t("You may want to assign some TAs to help you with the course. TAs can grade student submissions, help moderate the discussions and even update due dates and assignment details for you."),
text: I18n.t("All finished? Time to publish your course! Click the button below to make it official! Publishing will allow the users to begin participating in the course."),
0 commit comments