Skip to content

Commit

Permalink
Updated quiz in prequiz
Browse files Browse the repository at this point in the history
  • Loading branch information
mrudhvika940 committed May 19, 2020
1 parent 8a96844 commit 7aea58d
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
14 changes: 7 additions & 7 deletions src/lab/final-build/EXP_1sep2010/exp4/preQuiz4.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@
<!-- top div -->
</body>
<!-- jQuery -->
<!--<script src="../../../js/jquery.js"></script>-->
<!-- Bootstrap Core JavaScript
<script src="../../../js/bootstrap.min.js"></script>-->
<!-- Custom Theme JavaScript
<script src="../../../js/custom.js"></script>-->
<!-- Include js plugin
-<script src="../../../js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../../../js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../../js/custom.js"></script>
<!-- Include js plugin-->
<script src="../../../vendors/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
Expand Down Expand Up @@ -258,6 +258,6 @@
});
});
</script>-->
</script>
</html>
4 changes: 2 additions & 2 deletions src/lab/final-build/EXP_1sep2010/exp4/quizval.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//highlight color of answer - can change this color to a hex code or recognized color name
var highlightColor = "#0066cc";

document.write(radioGroup);

//this should not be changed
function checkQuestionRadio(radioGroup) {
Expand Down Expand Up @@ -61,4 +61,4 @@ function checkQuiz() {
"You got " + numCorrect + " out of 10 questions correct.\n" +
"The correct answers are highlighted."

}
}
14 changes: 7 additions & 7 deletions src/lab/final-build/EXP_1sep2010/exp5/preQuiz5.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@
<!-- top div -->
</body>
<!-- jQuery -->
<!--<script src="../../../js/jquery.js"></script>-->
<!-- Bootstrap Core JavaScript
<script src="../../../js/bootstrap.min.js"></script>-->
<!-- Custom Theme JavaScript
<script src="../../../js/custom.js"></script>-->
<!-- Include js plugin
<script src="../../../js/jquery.js"></script>
<!-- Bootstrap Core JavaScript-->
<script src="../../../js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript-->
<script src="../../../js/custom.js"></script>
<!-- Include js plugin -->
<script src="../../../vendors/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
Expand Down Expand Up @@ -258,6 +258,6 @@
});
});
</script>-->
</script>
</html>
5 changes: 3 additions & 2 deletions src/lab/final-build/EXP_1sep2010/exp7/Objective.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1 class="text-h1-lightblue">Spice Code Platform</h1>
<div class="content" id="lab-article-section-2-content">
<!-- <font size="3"> -->
<ol>
<li>To write and simulate spice codes for:</li>
<li>To write and simulate spice codes for:
<br/>
<ol type="i">
<li>Simple Inverter </li>
Expand All @@ -127,6 +127,7 @@ <h1 class="text-h1-lightblue">Spice Code Platform</h1>
<li>Two input NOR gate</li>
<br/>
</ol>
</li>
<li>To write spice code for any transistor level
schematic.
</li>
Expand Down Expand Up @@ -237,4 +238,4 @@ <h4>Follow Us</h4>



</body><!-- jQuery --></html>
</body><!-- jQuery --></html>
5 changes: 3 additions & 2 deletions src/lab/final-build/EXP_1sep2010/exp7/Quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ <h1><b>Post Quiz</b></h1>
</li>
<li><b>7. The file extension which is not generated by spice?</b><br/>
<input name="q7" type="radio" value="wrong"/> .tr0<br/>
<input name="q7" type="radio" value="wrong"/>.st0<br/>
<input name="q7" type="radio"
value="wrong"/> .st0<br/>
<input name="q7" type="radio" value="wrong"/> .ic<br/>
<span id="correct7"><input name="q7" type="radio" value="correct"/> None of the above</span><br/><br/><br/>
</li>
Expand Down Expand Up @@ -315,4 +316,4 @@ <h4>Follow Us</h4>



</body><!-- jQuery --></html>
</body><!-- jQuery --></html>
4 changes: 2 additions & 2 deletions src/lab/final-build/EXP_1sep2010/exp7/Theory.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1 class="text-h1-lightblue">Spice Code Platform</h1>
<li><b>Control statements:</b> These statements are
responsible to tell SPICE simulator what type of
analysis to perform on the circuit.</li><br/>
<li><b>Output statements:</b>These statements specify
<li><b>Output statements:</b> These statements specify
what outputs are to be printed or plotted.</li><br/><br/>
Although these statements may appear in any order,
it is recommended that they be given in the above
Expand Down Expand Up @@ -346,4 +346,4 @@ <h4>Follow Us</h4>



</body><!-- jQuery --></html>
</body><!-- jQuery --></html>
4 changes: 2 additions & 2 deletions src/lab/final-build/EXP_1sep2010/layout/Simulator.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1 class="text-h1-lightblue">Layout Design</h1>
<i style="color:green"> <u></u></i>
</p>
<ul>
<li><i style="color:green"><u>CLICK HERE TO START LAYOUT DESIGN EXPERIMENT</u></i></li><br/>
<li><i style="color:green"><u>Click here to start Layout Design experiment</u></i></li><br/>
</ul>
<p></p>
</a>
Expand Down Expand Up @@ -239,4 +239,4 @@ <h4>Follow Us</h4>



</body><!-- jQuery --></html>
</body><!-- jQuery --></html>

0 comments on commit 7aea58d

Please sign in to comment.