pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

experiment installation isn't overwriting 'pushkintemplate' everywhere #40

Closed jkhartshorne closed 4 years ago

jkhartshorne commented 4 years ago

This code was discovered in "web page/index.js" in a new basic experiment called "new":

` async startExperiment() { this.setState({ experimentStarted: true });

jsPsych.data.addProperties({user_id: this.props.userID}); //See https://www.jspsych.org/core_library/jspsych-data/#jspsychdataaddproperties
await pushkin.connect('/api/pushkintemplate');
await pushkin.prepExperimentRun(this.props.userID);
await pushkin.loadScripts([

`