Skip to content

Commit

Permalink
wip: Remove preamble from honeycomb timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 12, 2023
1 parent 8391c07 commit 30df87c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timelines/honeycombTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
} from "../trials/honeycombTrials";

import { buildHoneycombBlock } from "./honeycombBlock";
import { buildPreambleBlock } from "./preamble";

/**
* This timeline builds the example reaction time task from the jsPsych tutorial.
Expand All @@ -24,7 +23,6 @@ function buildHoneycombTimeline(jsPsych) {
const debriefTrial = buildDebriefTrial(jsPsych);

const timeline = [
buildPreambleBlock(),
welcomeTrial,
enterFullscreenTrial,
preloadTrial,
Expand Down

0 comments on commit 30df87c

Please sign in to comment.