UiL-OTS-labs / jspsych-vislexdec-vp

This respository implements a visual lexical decision with visual prime
GNU General Public License v2.0
0 stars 0 forks source link

Twee constantes met instructies naar instructions.js verplaatsen #24

Closed maartenuni closed 3 years ago

maartenuni commented 3 years ago

De volgende code is gedefinieerd in globals.js, maar het zijn instructies. Misschien is het beter en duidelijker om ze dus ook in de file instructions.js te zetten.

// GENERIC TESTS/CHECKS
const GENERIC_CHECK = `
    <h3>In order to participate, please make sure that you:</h3>
    <br>
    <ul>
      <li>Run this on a Laptop or Desktop computer, <b>not</b> on a phone or a tablet!</li>
      <li>Have a <b>real keyboard</b> working.</li>
      <li>Have a <b>mouse</b> and/or <b>trackpad</b> that works.</li>
    </ul>
    <h3>Please <i>maximize</i> your browser window before you continue!</h3>
    <br>
    <p>Click below if you are ready to proceed</p>
    `;

const DEBRIEF_MESSAGE = `
    <h1>End of the experiment</h1><BR><BR>
    <h2>Thank you for participating!</h2>
    `;