Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
serenajgu committed Nov 22, 2024
1 parent 3a7eac6 commit 2a08e01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ author:
# - label: "Instagram"
# icon: "fab fa-fw fa-instagram"
# # url: "https://instagram.com/"
- label: ""
icon: "fab fa-fw fa-github"
url: "https://github.com/treatlab"
# - label: ""
# icon: "fab fa-fw fa-github"
# url: "https://github.com/treatlab"
# - label: ""
# icon: "ai ai-google-scholar"
# # icon: "ai ai-google-scholar big-icon"
# url: "https://scholar.google.com/"
- label: ""
icon: "fas fa-regular fa-envelope"
url: "mailto:[email protected]"
# - label: ""
# icon: "fas fa-regular fa-envelope"
# url: "mailto:[email protected]"
# - label: ""
# icon: "fab fa-fw fa-mastodon"
# url: "https://mastodon.online/"
Expand Down
2 changes: 1 addition & 1 deletion assets/Task-RiskAmbTask/practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div style="user-select: none; color: white; font-family: 'Arial'; font-size: 40px;" onclick="javascript:downloadBlob(localStorage.getItem('lastrun'), 'data.csv', 'text/csv;charset=utf-8;');">Download last run</div>
<div class="center">
<form id="information" name="information">
<label for="participant">Participant (practice)</label>
<label for="participant">Participant (demo)<br>Participant id requires a number</label>
<input type="text" id="participant" name="participant" />
<br>
<label for="session">Session</label>
Expand Down
4 changes: 2 additions & 2 deletions assets/Task-RiskAmbTask/practice.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function main() {
for (var blockNumber = 1; blockNumber < 2; ++ blockNumber) {
//Block Num screen
let blockIntroScreen = new ScreenCenterText({
textName: `Block Practice`,
textName: `Block Demo`,
keyName: ["a", "5"]
});
await blockIntroScreen.run();
Expand Down Expand Up @@ -209,7 +209,7 @@ async function main() {
};
}
let endScreen = new ScreenCenterText({
textName: `Finished Practice!`,
textName: `Finished Demo!`,
timer: 2
});
await endScreen.run();
Expand Down

0 comments on commit 2a08e01

Please sign in to comment.