Commit 01889409 authored by Rebecca's avatar Rebecca

update to use version 2023.1 and use textbox instead of textstim

parent eadc4007
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -6,7 +6,7 @@
<title>NumberStroop [PsychoPy]</title>
<!-- styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="./lib/psychojs-2022.2.4.css">
<link rel="stylesheet" href="./lib/psychojs-2023.1.0.css">
</head>
<body>
<div id="root"></div>
......@@ -17,7 +17,7 @@
<!-- experiment -->
<script src="./NumberStroop.js" type="module"></script>
<!-- legacy browsers -->
<script src="./lib/psychojs-2022.2.4.iife.js" nomodule></script>
<script src="./lib/psychojs-2023.1.0.iife.js" nomodule></script>
<script src="./NumberStroop-legacy-browsers.js" nomodule></script>
</body>
</html>
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment