Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linksAndButtons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Welcome to our survey!</h1>
<div class="question-bank">
<div class="question" id="question-1">
<h4>Question 1</h4>
<h2>I like participating in physical activity such as <a href="https://en.wikipedia.org/wiki/Running">running</a>, <a href="https://en.wikipedia.org/wiki/Swimming">swimming</a>, or <a href="https://en.wikipedia.org/wiki/Cycling">biking</a>.</h2>
<h2>I like participating in physical activity such as <a href="https://en.wikipedia.org/wiki/Running" title="Wikipedia entry on running">running</a>, <a href="https://en.wikipedia.org/wiki/Swimming" title="Wikipedia entry on swimming">swimming</a>, or <a href="https://en.wikipedia.org/wiki/Cycling" title="Wikipedia entry on biking">biking</a>.</h2>
<div class="answer-bank">
<a class="answer" href="index.html">
Disagree
Expand Down