View on GitHub

Curriculum Contribution

fredhutch.io's guidelines for creating and contributing to training materials

Short courses from fredhutch.io

Courses represent an overview of a specific topic, and possess the following characteristics:

FIXME: instructor-led and work-at-your-own pace

Pedagogical requirements for fredhutch.io courses

Developing new course content

Developing content for fredhutch.io courses is different than developing material for a formal class, because short-form professional development courses don’t need to include formal assessment and other requirements associated with university credit. In particular, short courses (especially those related to coding skills) should generally focus on:

Given these considerations, the following sections should help you think about how to tackle course development.

What is the goal of the course?

The title of a course is not always very informative about what participants will learn. For example, ask five people for their top five topics to include in an introduction to Python programming course, and you’ll likely end up with a list of about twenty different topics.

This means learning objectives are very important to help participants decide whether the course is a good fit for them. Sometimes objectives are framed as a list of topics. For the example above, introductory Python may include: Jupyter notebooks, Python syntax, data structures, functions. While this generally makes sense, it’s better to represent learning objectives as a completion of the following sentence: “By the end of this course, you should be able to…”

We can translate the previous topics using this framework:

By the end of this course, you should be able to:

This makes it much easier for participants to understand their goals. For example, using functions is a separate objective from defining custom functions.

For multi-class courses, both the entire course and each individual class should have 3-5 learning objectives each. The class learning objectives should roughly map to the course objectives. It helps to think about learning objectives as forming a united narrative leading participants to a specific point at the end of the course.

What is the course schedule?

Course scheduling, including frequency and duration of courses, can have a huge impact on the ability of participants to work through all course material.

Short-form courses have more freedom in scheduling than formal courses for credit, because we can decide our own schedule separate from a university. Additionally, the specific activities during class can affect how long participants can stay engaged.

Sometimes course development becomes a bit of a puzzle, attempting to fit material into chunks that make sense in the context of the class schedule. Some ways to manage this include:

What happens during class?

FIXME: in-class activities, additional resources

What’s the next step after the course?

FIXME: follow-up classes, SciWiki resources, other groups at FH