diff --git a/episodes/advanced-git-commands.Rmd b/episodes/advanced-git-commands.Rmd index 3857309..3f3810f 100644 --- a/episodes/advanced-git-commands.Rmd +++ b/episodes/advanced-git-commands.Rmd @@ -1,5 +1,7 @@ --- title: 'Advanced Git Commands' +teaching: 30 +exercises: 80 --- :::::::::::::::::::::::::::::::::::::: questions diff --git a/episodes/basic-git-commands.Rmd b/episodes/basic-git-commands.Rmd index 59b7ba7..33c503e 100644 --- a/episodes/basic-git-commands.Rmd +++ b/episodes/basic-git-commands.Rmd @@ -1,5 +1,7 @@ --- title: 'Basic Git Commands' +teaching: 30 +exercises: 30 --- :::::::::::::::::::::::::::::::::::::: questions diff --git a/episodes/clean-code.Rmd b/episodes/clean-code.Rmd index 801e1ad..f3894c3 100644 --- a/episodes/clean-code.Rmd +++ b/episodes/clean-code.Rmd @@ -1,5 +1,7 @@ --- title: 'Clean Code' +teaching: 80 +exercises: 100 --- ## Introduction diff --git a/episodes/gitlab.Rmd b/episodes/gitlab.Rmd index 86aa3cd..24579b3 100644 --- a/episodes/gitlab.Rmd +++ b/episodes/gitlab.Rmd @@ -1,5 +1,7 @@ --- title: 'GitLab' +teaching: 20 +exercises: 20 --- :::::::::::::::::::::::::::::::::::::: questions diff --git a/episodes/python-virtual-environmants.Rmd b/episodes/python-virtual-environmants.Rmd index 32436b5..fdb3047 100644 --- a/episodes/python-virtual-environmants.Rmd +++ b/episodes/python-virtual-environmants.Rmd @@ -1,5 +1,7 @@ --- title: "Python Virtual Environments" +teaching: 30 +exercises: 20 --- ::::::::::::::::::::::::::::::::::::::: objectives diff --git a/episodes/qsmm.Rmd b/episodes/qsmm.Rmd index 7c3e109..2f6a1a3 100644 --- a/episodes/qsmm.Rmd +++ b/episodes/qsmm.Rmd @@ -1,5 +1,6 @@ --- title: 'The QuTech Software Maturity Model (QSMM)' +teaching: 12 --- ## Introduction diff --git a/episodes/version_control.Rmd b/episodes/version_control.Rmd index 231669e..f179956 100644 --- a/episodes/version_control.Rmd +++ b/episodes/version_control.Rmd @@ -1,7 +1,7 @@ --- title: "Version Control" -teaching: 10 -exercises: 2 +teaching: 30 +exercises: 30 ---