Files
work-calls-corpus/scripts/text_stimuli.js
2025-07-19 11:10:28 -07:00

10 lines
295 B
JavaScript

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>
`,
};