Skip to content

Commit

Permalink
Merge pull request #120 from levante-framework/fraction-response-fix
Browse files Browse the repository at this point in the history
fix slider data-saving typo
  • Loading branch information
kachergis authored Jun 5, 2024
2 parents 661092d + bb79abe commit cc6a6f2
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 cc6a6f2

Please sign in to comment.