carpentries / carpentries/lesson-example

Teaching Time versus Teaching Times?

Open
#349 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
65
Forks
167
PR merge metrics
No merged PRs in 30d

Description

While working on our deep-learning-intro lesson, the data scientists in us bumped our heads onto the question how to log individual teaching times per teaching module in the current lesson setup. The quick hack we came up with was to add a comment to the `teaching` field in the jekyll front matter.

For example, something like this:
```
---
title: "Classification by a Neural Network using Keras"
teaching: 30 # psteinb:50
exercises: 30 # psteinb:10
questions:
- "What is a neural network?"
```

For me as an instructor, a distribution of times helps tremendously to establish a trustworthy reference.

See also:
https://github.com/carpentries-incubator/deep-learning-intro/issues/124

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.