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

Commit

Permalink
feat: 🎸 add tasks to app
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashi1997 committed Feb 12, 2021
1 parent 24e7b69 commit 643448e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ module.exports = {
fixation: require('./trials/fixation.js'),
userId: require('./trials/userId.js'),
showImage: require('./trials/showImage.js'),
slider: require('./trials/slider.js')
slider: require('./trials/slider.js'),
survey: require('./trials/survey.js'),
multiSurvey: require('./trials/multiSurvey.js')
};

0 comments on commit 643448e

Please sign in to comment.