Skip to content

Commit

Permalink
fix slider typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachergis committed Jun 5, 2024
1 parent 8a59738 commit bb79abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task-launcher/src/tasks/math/trials/sliderStimulus.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const slider = {
response: _toNumber(response),
responseType: responseType,
distractors: stimulus.distractors,
corpusTrialType: stim.trialType,
corpusTrialType: stimulus.trialType,
// slider_start: stimulus.item[1] === 1 ? sliderStart / 100 : sliderStart,
slider_start: sliderStart,
});
Expand Down

0 comments on commit bb79abe

Please sign in to comment.