-
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.
- Loading branch information
1 parent
5912e03
commit a1b5902
Showing
8 changed files
with
13 additions
and
0 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 @@ | ||
time,n_cam_on,n_cam_off |
File renamed without changes.
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,12 @@ | ||
# 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 |