Showing posts with label CSS MCQs. Show all posts
Showing posts with label CSS MCQs. Show all posts

Wednesday, August 31, 2016

DBMS MCQs part 10

DBMS MCQs part 10 !-- Begin // Insert number of questions var numQues = 10; // Insert number of choices in each question var numChoi = 4; // Insert number of questions displayed in answer area var answers = new Array(10); // Insert answers to questions answers[0]...

Thursday, May 26, 2016

CSS MCQs Part 1

CSS MCQ Part 1 #qBlock{ font-size: 20px; margin-left:10px; margin-right:auto; width:100%; } input[type="button"]{ width: 200px; height: 40px; } qCountwc=1; scorewc=0; var qCountwc = parseInt(sessionStorage.getItem("qCountwc")); var scorewc = parseInt(sessionStorage.getItem("scorewc")); if(qCountwc == null){ qCountwc=1; } if(scorewc == null){ scorewc=0; } if(isNaN(qCountwc)){ qCountwc=1; } if(isNaN(scorewc)){ scorewc=0; } var...

Send Your Query/Requirement related to Bioinformatics

Name

Email *

Message *