-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
192047f
commit d15485f
Showing
3 changed files
with
15 additions
and
3 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,4 +1,5 @@ | ||
$(function () { | ||
$("#part1").load("./components/part1.html"); | ||
// $("#part2").load("./components/part2.html"); | ||
}); | ||
$("#part1").load("./components/part1.html"); | ||
$("#intro").load("./components/0_intro.html"); | ||
// $("#part2").load("./components/part2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first"> | ||
<div class="content"> | ||
<h2>Main Question: Is Cognitive Fatigue Quantifiable in Wikispeedia, and What Role Does It Play in Gameplay?</h2> | ||
<p>Recent studies show that our attention spans are shrinking, and our brains can become fatigued within minutes of focused activity [(1)](https://doi.org/10.1111/psyp.12339). This project aims to investigate user engagement with Wikispeedia **game from a neuroscientific angle**, focusing on how article complexity impacts cognitive load and behaviour. Key questions include: | ||
- How does the complexity of articles affect user engagement? | ||
- Does the structure and layout (e.g., headings, multimedia) influence time spent, back-clicks, or path abandonment? | ||
- Is cognitive fatigue a factor in users abandoning navigation paths?</p> | ||
</div> | ||
</section> |
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