questions awnsers page updated with variables and dummydata, class now on sepperate file.

This commit is contained in:
Bram Barbieri
2024-04-01 12:46:08 +02:00
parent 76532c538b
commit 81b81683c9
4 changed files with 97 additions and 100 deletions

View File

@@ -30,19 +30,24 @@
<body>
<div class="chart-container">
<h2>Question 1</h2>
<h2>Question 1: How clean are the toilets?</h2>
<canvas id="chart1"></canvas>
<h2>Question 2</h2>
<h2>Question 2: How clean is the study area?</h2>
<canvas id="chart2"></canvas>
<h2>Question 3</h2>
<h2>Question 3: What do you think of the temperature in the study area?</h2>
<canvas id="chart3"></canvas>
<h2>Question 4: How crowded would you say the study area is?</h2>
<canvas id="chart4"></canvas>
<h2>Question 5: Is there enough help available on the 5th floor?</h2>
<canvas id="chart5"></canvas>
<!-- Add more questions and canvas elements as needed -->
</div>
<script src="questions-main.js"></script>
<script src="questions-main-class.js"></script>
<script src="questions-main.js"></script>
</body>
</html>