Initial commit
This commit is contained in:
9
scripts/text_stimuli.js
Normal file
9
scripts/text_stimuli.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import html from '../utils/html.js';
|
||||
|
||||
export const textStimuli = {
|
||||
complete: html`Experiment complete. Please paste the following link into your browser to confirm completion on Prolific:
|
||||
<span class="text-blue-500">
|
||||
${import.meta.env.VITE_COMPLETE_URL}
|
||||
</a>
|
||||
`,
|
||||
};
|
||||
Reference in New Issue
Block a user