Skip to content

Commit

Permalink
Re-enabled timeline, changed version number to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moblim committed Oct 20, 2021
1 parent c1be64f commit ebad144
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/language/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"task": {
"name": "Effort Task",
"end": "This experiment has ended.",
"version": "v1.3.3"
"version": "v1.3.4"
},
"prompt": {
"continue": {
Expand Down
26 changes: 13 additions & 13 deletions src/timelines/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ import quizTimeline from "../trials/quizTrials";
const inLabTimeline = [
experimentStart(),
userId(),
// preamble,
// bluePracticeInstructions(),
// buildCountdown(lang.countdown.practice1, 3),
// taskBlock(practiceBlock1),
// greenPracticeInstructions(),
// buildCountdown(lang.countdown.practice2, 3),
// taskBlock(practiceBlock2),
// realPracticeInstructions(),
// buildCountdown(lang.countdown.practice3, 3),
// taskBlock(practiceBlock3),
// quizTimeline(practiceBlock3),
// relaxReminder(),
// recordNow(),
preamble,
bluePracticeInstructions(),
buildCountdown(lang.countdown.practice1, 3),
taskBlock(practiceBlock1),
greenPracticeInstructions(),
buildCountdown(lang.countdown.practice2, 3),
taskBlock(practiceBlock2),
realPracticeInstructions(),
buildCountdown(lang.countdown.practice3, 3),
taskBlock(practiceBlock3),
quizTimeline(practiceBlock3),
relaxReminder(),
recordNow(),
postPracticeInstructions(),
buildCountdown(lang.countdown.expt1, 3),
practiceAndMainBlockDivider(500),
Expand Down

0 comments on commit ebad144

Please sign in to comment.