Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
feat: change show message, remove yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashi1997 committed Feb 7, 2021
1 parent bcd213d commit 15dbddb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8,002 deletions.
2 changes: 1 addition & 1 deletion trials/showMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { baseStimulus } = require('../lib/markup/stimuli')

module.exports =
function(responseType, duration, config, message = "", responseEndsTrial = false, taskCode = null, numBlinks = 1, buttons) {
let stimulus = baseStimulus(`<h1>${message}</h1>`, true)
let stimulus = baseStimulus(`${message}`, true)
if(config.USE_PHOTODIODE) stimulus += photodiodeGhostBox();

return {
Expand Down
Loading

0 comments on commit 15dbddb

Please sign in to comment.