Skip to content

Commit b259b68

Browse files
adding qualtrics and text size fix
1 parent f81c0f6 commit b259b68

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

webcamstudy/src/components/consentForm.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<div id="consentFormContainer" class="container">
22
<h2>Demographic Information</h2>
3-
<form id="consentForm">
4-
<label>
5-
ID:
6-
<input type="number" id="formID" required />
7-
</label>
8-
<button type="submit">Submit</button>
9-
</form>
3+
<iframe src="https://unlcorexmuw.qualtrics.com/jfe/form/SV_3QwHelT1w9lmD3w" height="800px" width="600px"></iframe>
104
<p id="consentMessage" class="message hidden"></p>
115
</div>
126

webcamstudy/src/components/textTask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.letter {
34-
font-size: 24px; /* Increased font size */
34+
font-size: 30px; /* Increased font size */
3535
}
3636

3737
.space {

webcamstudy/src/components/textTask2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.letter {
34-
font-size: 24px; /* Increased font size */
34+
font-size: 30px; /* Increased font size */
3535
}
3636

3737
.space {

webcamstudy/src/components/textTask3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.letter {
34-
font-size: 24px; /* Increased font size */
34+
font-size: 30px; /* Increased font size */
3535
}
3636

3737
.space {

0 commit comments

Comments
 (0)