-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/UPPMAX/programming_formalisms
- Loading branch information
Showing
66 changed files
with
2,186 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Check that the schedule has the right order | ||
name: Check schedule | ||
|
||
# Check links on the 21st day of the month. | ||
# 21st as the first letter of this repo is the 21st letter in the alphabet. | ||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 0 21 * *" | ||
|
||
jobs: | ||
check_schedule: | ||
|
||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
|
||
- name: Install dependencies | ||
run: | | ||
install.packages(c("remotes", "testthat", "readr", "stringr", "tibble")) | ||
shell: Rscript {0} | ||
|
||
- name: Run script | ||
run: ./scripts/check_schedule.R | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Data | ||
|
||
Data being collected during the course. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Counts | ||
|
||
## Other data | ||
|
||
- Number of registrations: 40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Counts | ||
|
||
## Other data | ||
|
||
- Number of registrations: 43 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
time,n_cam_on,n_cam_off | ||
9:00,6,0 | ||
9:01,6,1 | ||
9:02,7,0 | ||
9:03,7,0 | ||
9:10,7,0 | ||
9:11,8,0 | ||
9:12,8,1 | ||
9:16,8,1 | ||
9:19,9,0 | ||
9:30,9,0 | ||
9:41,9,0 | ||
10:03,7,2 | ||
10:04,8,1 | ||
10:05,9,0 | ||
10:11,9,0 | ||
10:21,9,1 | ||
10:28,9,1 | ||
10:39,8,2 | ||
10:47,9,0 | ||
10:51,9,0 | ||
11:11,8,1 | ||
13:01,3,5 | ||
13:03,6,2 | ||
13:04,7,1 | ||
13:11,8,0 | ||
14:15,5,3 | ||
14:16,7,1 | ||
14:17,8,0 | ||
14:29,8,0 | ||
14:36,9,0 | ||
14:37,8,1 | ||
15:15,7,2 | ||
15:42,9,0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
time,n_cam_on,n_cam_off | ||
9:00,2,2 | ||
9:01,5,1 | ||
9:02,8,0 | ||
9:03,8,0 | ||
9:20,8,0 | ||
9:21,7,1 | ||
9:22,8,0 | ||
9:27,8,0 | ||
9:28,7,0 | ||
9:35,8,0 | ||
10:00,8,0 | ||
13:00,2,2 | ||
13:01,6,2 | ||
13:02,8,0 | ||
13:30,8,0 | ||
14:16,8,0 | ||
14:51,8,0 | ||
14:52,7,1 | ||
15:41,8,0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
time,n_cam_on,n_cam_off | ||
11:10,8,1 | ||
11:25,9,0 | ||
11:48,9,0 | ||
13:03,9,0 | ||
14:17,9,0 | ||
15:17,9,0 | ||
15:41,9,0 | ||
15:53,9,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
time,n_cam_on,n_cam_off | ||
9:01,5,0 | ||
9:02,7,0 | ||
9:23,7,1 | ||
13:00,7,0 | ||
13:01,7,1 | ||
13:45,8,0 | ||
14:00,8,0 | ||
14:15,7,0 | ||
14:40,5,0 | ||
15:50,5,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
time,n_cam_on,n_cam_off | ||
9:07,7,0 | ||
9:59,7,0 | ||
10:56,7,0 | ||
11:15,6,1 | ||
14:25,7,0 | ||
14:51,7,0 | ||
15:15,5,1 | ||
15:16,6,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Counts | ||
|
||
Goal of this experiment is to see how important camera usage is for | ||
keeping learners in an online course. | ||
|
||
## Data description | ||
|
||
`[date]_counts.csv` field|Description | ||
-------------------------|------------------------------------- | ||
`time` |Time | ||
`n_cam_on` |Number of learners with the camera on. This excludes teacher(s) and assistants | ||
`n_cam_off` |Number of learners with the camera on. This excludes teacher(s) and assistants | ||
|
||
## Other data | ||
|
||
- Number of registrations: 23 | ||
|
||
## Conclusions | ||
|
||
The amount of learners present throughout the course was around 8 (mostly | ||
9, but 7 on Friday). Hence, we should expect `n_registrations / 3` | ||
active particpants. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Counts | ||
|
||
Goal of this experiment is to see how important camera usage is for | ||
keeping learners in an online course. | ||
|
||
## Data description | ||
|
||
`[date]_counts.csv` field|Description | ||
-------------------------|------------------------------------- | ||
`time` |Time | ||
`n_cam_on` |Number of learners with the camera on. This excludes teacher(s) and assistants | ||
`n_cam_off` |Number of learners with the camera on. This excludes teacher(s) and assistants | ||
|
||
## Other data | ||
|
||
- Number of registrations: 33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.