Welcome to DataCamp ! C OU R SE C R E ATION AT DATAC AMP Mari Na z - - PowerPoint PPT Presentation

welcome to datacamp
SMART_READER_LITE
LIVE PREVIEW

Welcome to DataCamp ! C OU R SE C R E ATION AT DATAC AMP Mari Na z - - PowerPoint PPT Presentation

Welcome to DataCamp ! C OU R SE C R E ATION AT DATAC AMP Mari Na z ar y Head of C u rric u l u m Learning objecti v es Understand the creation process from start to nish Co u rse creation phases Phase length DataCamp point of contact Deli v


slide-1
SLIDE 1

Welcome to DataCamp!

C OU R SE C R E ATION AT DATAC AMP

Mari Nazary

Head of Curriculum

slide-2
SLIDE 2

COURSE CREATION AT DATACAMP

Learning objectives

Understand the creation process from start to nish Course creation phases Phase length DataCamp point of contact Deliverables per phase Employ the appropriate tools and workow Apply the pedagogical principles that lead to creating a quality DataCamp course

slide-3
SLIDE 3

COURSE CREATION AT DATACAMP

slide-4
SLIDE 4

COURSE CREATION AT DATACAMP

slide-5
SLIDE 5

COURSE CREATION AT DATACAMP

Phase 1: Course design

slide-6
SLIDE 6

COURSE CREATION AT DATACAMP

Phase 1: Course design

Which concepts? In what order? Datasets or packages? Which exercises?

slide-7
SLIDE 7

COURSE CREATION AT DATACAMP

slide-8
SLIDE 8

COURSE CREATION AT DATACAMP

Phase 2: Course development

slide-9
SLIDE 9

COURSE CREATION AT DATACAMP

Phase 2: Course development

Chapters, lessons, exercises Course recording Approximately 3 months

slide-10
SLIDE 10

COURSE CREATION AT DATACAMP

slide-11
SLIDE 11

COURSE CREATION AT DATACAMP

Phase 3: Course maintenance

slide-12
SLIDE 12

COURSE CREATION AT DATACAMP

slide-13
SLIDE 13

Let's practice!

C OU R SE C R E ATION AT DATAC AMP

slide-14
SLIDE 14

Course design

C OU R SE C R E ATION AT DATAC AMP

Chester Ismay

Former Head of Content Development (Belgium)

slide-15
SLIDE 15

COURSE CREATION AT DATACAMP

slide-16
SLIDE 16

COURSE CREATION AT DATACAMP

Learning objectives

Explain the steps of the course specs on GitHub List the parts of the course specs that occur inside the course editor Become procient in the best practices for course creation Describe what is needed for hando

slide-17
SLIDE 17

COURSE CREATION AT DATACAMP

Course specs

slide-18
SLIDE 18

COURSE CREATION AT DATACAMP

Course specs steps

Step 1: Brainstorming Step 2: Who is this course for? Step 3: Course outline Step 4: Capstone exercises Step 5: Build a lesson Step 6: Revisit course outline Step 7: Course description & prerequisites

slide-19
SLIDE 19

COURSE CREATION AT DATACAMP

Building the foundation

Capstone exercises Building a complete Lesson

slide-20
SLIDE 20

COURSE CREATION AT DATACAMP

Course handoff

Course design = course specs + specs review (by CL and CD) CD review Examine course scope Solidify the foundation Align on course vision

slide-21
SLIDE 21

Let's practice!

C OU R SE C R E ATION AT DATAC AMP

slide-22
SLIDE 22

Course Development

C OU R SE C R E ATION AT DATAC AMP

Yashas Roy

Head of Content Development (USA)

slide-23
SLIDE 23

COURSE CREATION AT DATACAMP

slide-24
SLIDE 24

COURSE CREATION AT DATACAMP

Course development

Who is a Content Developer? What does developing content mean? How can you take your course from hando to launch? Let's nd out!

slide-25
SLIDE 25

COURSE CREATION AT DATACAMP

This is your course

You own the intellectual property You are the subject maer expert You will be creating all the content for your course

slide-26
SLIDE 26

COURSE CREATION AT DATACAMP

Instructor responsibilities

Creating slides, scripts, and exercises Debugging code Fixing typos Formaing slides & exercises Resizing images

slide-27
SLIDE 27

COURSE CREATION AT DATACAMP

Instructor responsibilities

Creating "production-ready" slides, scripts, and exercises Debugging code Fixing typos Formaing slides & exercises Resizing images Respecting DataCamp's content guidelines Creating audio recordings

slide-28
SLIDE 28

COURSE CREATION AT DATACAMP

CD responsibilities: Reviewing content

Help ensure your course is of the highest possible quality Review your content and provide feedback

slide-29
SLIDE 29

COURSE CREATION AT DATACAMP

Course development timeline

Dependent on your schedule How much time you can commit per week Created at hando

slide-30
SLIDE 30

COURSE CREATION AT DATACAMP

CD responsibilities: Project management

slide-31
SLIDE 31

COURSE CREATION AT DATACAMP

Adhering to the timeline

Important to adhere to the timeline Ensures enough time for CD review Gives you enough time to implement CD feedback

slide-32
SLIDE 32

COURSE CREATION AT DATACAMP

slide-33
SLIDE 33

COURSE CREATION AT DATACAMP

CD responsibilities: Writing SCTs

ex() %>% check_correct( check_object(., name = "sum_all") %>% check_equal(), check_function(state = ., name = "pmap") %>% { check_arg(state = ., arg = ".l") %>% check_equal() check_arg(state = ., arg = ".f") %>% check_equal() } ) ex() %>% check_correct( check_output_expr(., expr='class(sum_all)'),

slide-34
SLIDE 34

COURSE CREATION AT DATACAMP

Deploying your course on DataCamp!

slide-35
SLIDE 35

COURSE CREATION AT DATACAMP

Summary

Task Responsibility Creating content & responding to feedback Instructor Debugging & formaing code Instructor Formaing slides & resizing images Instructor Reviewing content Content Developer Project management Content Developer Writing SCTs & deploying your course Content Developer

slide-36
SLIDE 36

Let's practice!

C OU R SE C R E ATION AT DATAC AMP