-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b03fa01
Showing
15 changed files
with
412 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
.DS_Store | ||
.vscode/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Animal Farm | ||
|
||
## Contributors: | ||
|
||
William XQ Ngiam, Nicole L Nelson | ||
|
||
## Project | ||
|
||
This project aims to examine at what stage of development can children use associative learning ('chunking') to improve their working memory performance. The associative learning requires the child to notice the statistical regularities, and then to efficiently apply those gains. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Animal Farm</title> | ||
<!-- For local runs | ||
<link rel="stylesheet" type="text/css" href="lib/vendors/jspsych-7.3.4/css/jspsych.css"/> | ||
<script src="jspsych/jspsych.js"></script> | ||
<script src="jspsych/plugin-survey-text.js"></script> | ||
<script src="jspsych/plugin-preload.js"></script> | ||
<script src="jspsych/plugin-fullscreen.js"></script> | ||
<script src="jspsych/plugin-html-button-response.js"></script> | ||
<script src="jspsych/plugin-html-keyboard-response.js"></script> | ||
<script src="jspsych/plugin-image-keyboard-response.js"></script> | ||
<script src="jspsych/plugin-canvas-keyboard-response.js"></script> | ||
<script src="jspsych/plugin-canvas-button-response.js"></script> | ||
<script type="text/javascript" src="lib/jspsych-7-pavlovia-2022.1.1.js"></script> | ||
<link href="jspsych/jspsych.css" rel="stylesheet" type="text/css" /> | ||
---> | ||
|
||
<script src="https://unpkg.com/jspsych@7.3.4"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@1.2.1"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script> | ||
<script src="https://unpkg.com/@jspsych-contrib/plugin-pipe@0.4"></script> | ||
<link href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body></body> | ||
<script src="js/task.js"></script> | ||
</script> | ||
</html> |
Oops, something went wrong.