-
Notifications
You must be signed in to change notification settings - Fork 0
/
hintC.html
27 lines (25 loc) · 1.44 KB
/
hintC.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>The air pressure in the chamber firstly decreases, then increases to keep the balance. </h2>
<h5 class="text-danger">Incorrect</h5>
<p>When users press down on the actuator, the piston moves to compress the spring and the upward air pressure draws the ball down. And the ball blocks the pathway of air to run below. While the volume of chamber reduce, the air pressure in the chamber increase. To keep the balance, the air escape from the actuator, enabling air pressure to come back to normal atmospheric pressure level.
</p>
<p class="text-danger">While the volume of chamber reduce, the air pressure in the chamber increase. </p>
<p> To keep the balance, the air escape from the actuator,</p>
<p class="text-danger">enabling air pressure to come back to normal atmospheric pressure level.
</p>
</p>
<button class="btn btn-default" onclick="window.location.href = 'modal_quiz_with_radio_button.html'">Back</button>
</div>
</body>
</html>