Skip to content

Commit

Permalink
going live
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-franke committed May 26, 2024
1 parent c2eedeb commit 493086a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ const final_outcome_picture = 'images/final-outcome-' + mechanism + '-' + effect
const comprehension_trials = _.filter(comprehension_trials_all, function(i) {return i.mechanism == mechanism})
console.log(comprehension_trials)
export default {
name: 'App',
data() {
Expand Down
12 changes: 6 additions & 6 deletions src/magpie.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export default {
experimentId: '9',
serverUrl: 'https://magpie-demo.herokuapp.com/',
socketUrl: 'wss://magpie-demo.herokuapp.com/socket',
experimentId: '21',
serverUrl: 'https://magpie-cogsciprag.fly.dev//',
socketUrl: 'wss://magpie-cogsciprag.fly.dev//socket',
// this will be used in prolific mode
completionUrl: 'https://...',
contactEmail: '[email protected]',
completionUrl: 'https://app.prolific.com/submissions/complete?cc=C16QRRN4',
contactEmail: '[email protected]',
// Either 'debug', 'directLink' or 'prolific'
mode: 'debug',
mode: 'prolific',
language: 'en'
};
1 change: 0 additions & 1 deletion trials/.~lock.comprehension.csv#

This file was deleted.

0 comments on commit 493086a

Please sign in to comment.