Session Ready
Exercise

Instructor responsibilities during development

As an instructor, you are responsible for the majority of work that gets put into your course, after all, it is your intellectual property. As such, we want to be very clear with our expectations of DataCamp instructors. The tibble dev_tasks includes a list of the tasks and tools necessary to build out your course during its various phases. Use the following code to get all the tasks you (the instructor) will be responsible for during course development printed to the console.

dev_tasks %>%
  select(Task, Responsibility) %>%
  filter(Responsibility == "Instructor")

Which of the following are instructor responsibilities?

Instructions
50 XP
Possible Answers