Skip to content

Commit d144a1b

Browse files
Talk lab/backchannel manipulation (#92)
* scaffold * drafted structure * refinements * fix showToPostions * maturing design * ready for review * Checked all stages, ready to pilot * delete test data * Update .gitignore
1 parent c505289 commit d144a1b

51 files changed

Lines changed: 1170 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
.DS_Store
3+
.data

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["backchannel"]
3+
}

default.env

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
DAILY_APIKEY=none
2+
QUALTRICS_API_TOKEN=none
3+
QUALTRICS_DATACENTER=none
4+
ETHERPAD_API_KEY=none
5+
ETHERPAD_BASE_URL=none
6+
DELIBERATION_MACHINE_USER_TOKEN=none
7+
EMPIRICA_ADMIN_PW=localpwd
8+
TEST_CONTROLS=enabled
9+
GITHUB_PRIVATE_DATA_OWNER=none
10+
GITHUB_PUBLIC_DATA_OWNER=none
11+
GITHUB_PRIVATE_DATA_REPO=none
12+
GITHUB_PRIVATE_DATA_BRANCH=none
13+
GITHUB_PUBLIC_DATA_REPO=none
14+
GITHUB_PUBLIC_DATA_BRANCH=none

projects/talk_lab/backchannel_manipulation/README.md

Whitespace-only changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"batchName": "demo",
3+
"cdn": "local",
4+
"treatmentFile": "projects/talk_lab/backchannel_manipulation/pilot_1/pilot_1.treatments.yaml",
5+
"customIdInstructions": "none",
6+
"platformConsent": "US",
7+
"consentAddendum": "none",
8+
"checkAudio": true,
9+
"checkVideo": true,
10+
"introSequence": "default",
11+
"treatments": ["expressive_minimal_natural"],
12+
"payoffs": "equal",
13+
"knockdowns": "none",
14+
"dispatchWait": 1,
15+
"launchDate": "immediate",
16+
"centralPrereg": false,
17+
"preregRepos": [],
18+
"dataRepos": [],
19+
"videoStorage": "none",
20+
"exitCodes": "none"
21+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder contains materials displayed after the synchronous portion of the study.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: projects/talk_lab/backchannel_manipulation/pilot_1/exit/listener_best_speaker.md
3+
type: listSorter
4+
---
5+
6+
## Please rank the **speakers** you heard in order from best (at the top) to worst (at the bottom)
7+
8+
You can click-and-drag the options below into your preferred order.
9+
10+
---
11+
12+
> The first speaker
13+
> The second speaker
14+
> The third speaker
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: projects/talk_lab/backchannel_manipulation/pilot_1/exit/listener_best_story.md
3+
type: listSorter
4+
---
5+
6+
## Please rank the **stories** you heard in order from best (at the top) to worst (at the bottom)
7+
8+
You can click-and-drag the options below into your preferred order.
9+
10+
---
11+
12+
> The first story
13+
> The second story
14+
> The third story
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: projects/talk_lab/backchannel_manipulation/pilot_1/exit/listener_compliance_expressive.md
3+
type: multipleChoice
4+
---
5+
6+
## How well were you able to **increase** your responsiveness as a listener when we asked you to?
7+
8+
(This won't affect your payment, we are just just interested in how difficult the task was)
9+
10+
---
11+
12+
- 1 Not very well
13+
- 2
14+
- 3
15+
- 4
16+
- 5
17+
- 6
18+
- 7 Very well
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: projects/talk_lab/backchannel_manipulation/pilot_1/exit/listener_compliance_minimal.md
3+
type: multipleChoice
4+
---
5+
6+
## How well were you able to **decrease** your responsiveness as a listener when we asked you to?
7+
8+
(This won't affect your payment, we are just just interested in how difficult the task was)
9+
10+
---
11+
12+
- 1 Not very well
13+
- 2
14+
- 3
15+
- 4
16+
- 5
17+
- 6
18+
- 7 Very well

0 commit comments

Comments
 (0)