final csss
final csss
MUMBAI
A Project
Report On:
DIPLOM
A IN
COMPUTER ENGINEERING
Submitted by :
Omkar Laxman Khandekar
Tejas Pandurang Savardekar
Pratik Shantinath Kapase
Sanket Balkrishna Karade
of
Mrs. R. S. Patil.
(MSBTE)
SANT GAJANAN MAHARAJ RURAL HOSPITAL AND RESEARCH
CENTRE, MAHAGAON
“SANT GAJANAN MAHARAJ RURAL POLYTECHNIC”
A/P MAHAGAON, SITE – CHINCHEWADI, TAL – GADHINGLAJ, DIST – KOLHAPUR
CERTIFICATE
This is to certify that the following students of first year of Diploma in Computer
Engineering of Institute ‘SANT GAJANAN MAHARAJ RURAL POLYTECHNIC MAHAGAON –
416503 (CODE – 0965)’ has completed Micro-project on ‘ Dynamic Quiz Generator ' in
Operating System ( Subject code – 22519 ) for academic year 2024-25 as prescribed in the
curriculum.
We would like to express our thanks to the people who have helped us most
throughout our project. We would like to express our sincere thanks to the principal of
Sant Gajanan Maharaj Rural Polytechnic Mahagaon Prof. R. S. Patil for being always
with us as a motivator. We are thankful to the H.O.D. of Computer Engineering
Department Mr. G. K. Biranagaddi for his kind support. We are grateful to our
Project Guide Ms. R. S. Patil for nonstop support and continuous motivation for the
project. Her help made us possible to complete our project with all accurate
information. A special thanks of our goes to our friends who helped us in
completing the project, where they all exchanged their own interesting ideas. We
wish to thanks our parents for their personal support or attention who inspired us to
go our own way. Finally, we would like to thank God who made all things possible
for us till the end.
2. RATIONALE ……………………………………………………. 4
5. LITERATURE REVIEW......................................................................................5 - 14
Resource Required :-
Action Plan :-
□ Course Outcomes :-
<!DOCTYPE html>
<html>
<head>
<title>Dynamic Quiz Project</title>
<link type='text/css' rel='stylesheet'
href='stylesheet.css'/>
Javascript Code:-
(function() {
var questions = [{ question: "What is
2*5?", choices: [2, 5, 10, 15, 20],
correctAnswer: 2
}, {
question: "What is 3*6?", choices: [3,
6, 9, 12, 18],
correctAnswer: 4
}, {
question: "What is 8*9?", choices: [72, 99, 108,
134, 156],
correctAnswer: 0
}, {
question: "What is 1*7?", choices: [4,
5, 6, 7, 8],
correctAnswer: 3
}, {
question: "What is 8*8?", choices: [20, 30,
40, 50, 64],
correctAnswer: 4
}];
if(quiz.is(':animated')) { return
false;
}
choose();
questionCounter--;
displayNext();
});
if(quiz.is(':animated')) { return
false;
}
questionCounter = 0; selections
= []; displayNext();
$('#start').hide();
});
// Creates and returns the div that contains the questions and
// the answer selections
function createQuestionElement(index) { var qElement = $
('<div>', {
id: 'question'
});
return qElement;
}
$('#prev').hide();
$('#next').show();
}
}else {
var scoreElem = displayScore(); quiz.append(scoreElem).fadeIn();
$('#next').hide();
$('#prev').hide();
$('#start').show();
}
});
}
var numCorrect = 0;
for (var i = 0; i < selections.length; i++) {
if (selections[i] === questions[i].correctAnswer) { numCorrect++;
}
}
Output:-
Conclusion:-
project involves a good knowledge of JavaScript and html programming language. We learnt
about html tags, Events.
Dynamic quiz Recognition system Provides the ability of convert into well understandable words
Due to its ability of real time .
Reference:-
www.wikipedia.com