generated from sebschu/my-project
-
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
Anjali Ragupathi
authored and
Anjali Ragupathi
committed
Mar 2, 2024
1 parent
2462834
commit 9382939
Showing
2 changed files
with
122 additions
and
38 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 |
---|---|---|
@@ -1,26 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- link the CSS file you made--> | ||
<link href="./css/experiment.css" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- basic jsPsych functionality --> | ||
<script src="../jspsych/dist/jspsych.js"></script> | ||
<script src="../jspsych/dist/plugin-survey-multi-choice.js"></script> | ||
<script src="../jspsych/dist/plugin-html-button-response.js"></script> | ||
|
||
<!-- default jsPsych stylesheet --> | ||
<link href="../jspsych/dist/jspsych.css" rel="stylesheet" type="text/css" /> | ||
|
||
|
||
<!-- Tell the file to run some .js files --> | ||
<script src="./js/idiomtrials.js"></script> | ||
<script src="./js/util.js"></script> | ||
<script src="./js/experiment.js"></script> | ||
|
||
|
||
|
||
<!-- This is the name that will appear on the browser tab. --> | ||
<title>Idiom Experiment</title> | ||
</head> | ||
</html> | ||
|
||
<head> | ||
<!-- link the CSS file you made--> | ||
<link href="./css/experiment.css" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- basic jsPsych functionality --> | ||
<script src="../jspsych/dist/jspsych.js"></script> | ||
<script src="../jspsych/dist/plugin-survey-multi-choice.js"></script> | ||
<script src="../jspsych/dist/plugin-html-button-response.js"></script> | ||
<script src="../jspsych/dist/plugin-survey.js"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.2.1/css/survey.css"> | ||
|
||
<!-- default jsPsych stylesheet --> | ||
<link href="../jspsych/dist/jspsych.css" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- jQuery --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<!-- Proliferate --> | ||
<script src="https://proliferate.alps.science/static/js/proliferate.js" type="text/javascript"></script> | ||
<!-- Tell the file to run some .js files --> | ||
<script src="./js/idiomtrials.js"></script> | ||
<script src="./js/util.js"></script> | ||
<script src="./js/experiment.js"></script> | ||
|
||
|
||
|
||
<!-- This is the name that will appear on the browser tab. --> | ||
<title>Idiom Experiment</title> | ||
</head> | ||
|
||
</html> |
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