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
Fixes CNVS-22241
Test Plan:
1) Create new course
2) Navigate to Course Setup Checklist on the Home view
3) Follow each item in the checklist and ensure each item
is checked off correctly as you complete them
Change-Id: Ia65ab7817dcd330107701e6e6641941343d72d24
Reviewed-on: https://gerrit.instructure.com/59999
Tested-by: Jenkins
Reviewed-by: Dan Minkevitch <dan@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: Brock Cooper <bcooper@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
31
url: ENV.COURSE_WIZARD.urls.add_students,
30
32
iconClass: 'icon-group-new'
31
33
},
32
34
{
33
35
key:'add_files',
34
-
complete: ENV.COURSE_WIZARD.checklist_states.import_step,/* Super odd in the existing wizard this is set to display: none */
36
+
complete: !ENV.COURSE_WIZARD.checklist_states.import_step,/* Super odd in the existing wizard this is set to display: none */
35
37
title: I18n.t("Add Files to the Course"),
36
38
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("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."),
0 commit comments