Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New page for checking the answers of the quiz questions added #263

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions src/lab/exp1/Ans.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Answers</title>
</head>
<body>
<p>Answers to the quiz:</p>
<p>1. False</p>
<p>2. P - Pressure Head</p>
<p>3. True</p>
<p>4. False</p>
</body>
</html>
1 change: 1 addition & 0 deletions src/lab/exp1/Quizzes.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h1 class="text-h2-lightblue">Bernoulli's Experiment</h1><div class="content" id
<font color="green"> True </font> <br>
<input id="q4" name="q4" type="radio" value="0">
<font color="red"> False </font> <br/><br/>
<a href="Ans.html"><button id="Submit Quiz" />Submit</button></a>
</input></br></input></br></input></br></input></br></input></br></input></br></input></br></input></br></p>
<p>
<a href="1.Bernoullis_experiment.pdf" target="_blank">Read More</a>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp12/Introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<!-- =================================================================================================================================== -->
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlabs.ac.in/civil-engineering-labs.html" class="sidebar-a" >Civil Engineering</a> &rarr;<a href="../Introduction.html" class="sidebar-a" >Soil Mechanics Lab</a>&nbsp&rarr;<a href="../List of experiments.html" class="sidebar-a" >List Of Experiments</a><br/></h2>
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlabs.ac.in/civil-engineering-labs.html" class="sidebar-a" >Civil Engineering</a> &rarr;<a href="../Introduction.html" class="sidebar-a" >Hydraulics and Fluid Mechanics Lab</a>&nbsp&rarr;<a href="../List of experiments.html" class="sidebar-a" >List Of Experiments</a><br/></h2>

<div class="row">
<div class="col-md-2 sidebar-col-2">
Expand Down