You are on page 1of 36

A

Micro Project Report


on
Design and create web page of an institute with different sections.
Use pulldown menus in one section and implement validation of menu selections.
Use other sections for displaying information about respective selected menu item.

Submitted by
Tanishka Pramod Patil
Pranjal Bhimrao Salve

Under the Guidance of


Prof. V.B. Ohol

In the Partial Fulfilment of Fifth Semester of Diploma in


Computer Engineering

Department of Computer Engineering


Sandip Polytechnic
Mahiravani, Nashik - 422213

Affiliated to

Maharashtra State
Board of Technical Education

Academic Year -24


Maharashtra State
Board of Technical Education

Certificate

This is to certify that Mr./Ms. Tanishka Pramod Patil with Roll No-57 has successfully completed Micro-project in
course 22519 - Client Side Scripting Language for the academic year -24 as prescribed in the 'Assessment
Manual'during his/her tenure of completing Fifth Semester of Diploma Programme in Computer Engineering
from institute, Sandip Polytechnic with institute code 1167.

Place:Nashik Enrollment No:2111670150

Date: / / Exam Seat No:

Course Teacher Head of the Department Head of the Institute


Maharashtra State
Board of Technical Education

Certificate

This is to certify that Mr./Ms. Pranjal Bhimrao Salve with Roll No-62 has successfully completed Micro-project
in course 22519 - Client Side Scripting Language for the academic year -24 as prescribed in the 'Assessment
Manual'during his/her tenure of completing Fifth Semester of Diploma Programme in Computer Engineering
from institute, Sandip Polytechnic with institute code 1167.

Place:Nashik Enrollment No:2111670135

Date: / / Exam Seat No:

Course Teacher Head of the Department Head of the Institute


Annexure – I

Micro Project Proposal


Design and create web page of an institute with different sections.
Use pulldown menus in one section and implement validation of menu selections.
Use other sections for displaying information about respective selected menu item.
1.0 Aims/Benefits of the Micro-Project:
To design and create web page of an institute with different sections and menu item

2.0 Course Outcomes Addressed:


a) Create interactive web pages using program flow control structure.
b) Implement Arrays and functions in JavaScript.
c) Create event based web forms using JavaScript.
d) Use JavaScript for handling cookies.
e) Creative interactive webpage using regular expression for validations.
f) Create Menus and navigations in web pages.

3.0 Proposed Methodology:

Cascading Style Sheets are an important way to control how your web pages look. CSS controls the fonts, text,
colors, backgrounds, margins, and layout. That means any change you make has the potential to cascade and
alter the presentation of unrelated bits of the UI. Extended CSS languages, a.k.a. CSS preprocessors, such as Sass,
Less and Stylus make things a little easier by offering up features that make writing CSS easier

4.0 Action Plan:

Planned Planned Name of Responsible Team


SrNo Details of Activity
Start Date Finish Date Members
1 Topic Discussion & Selection 24/07/2023 28/07/2023

2 Review of Literature 24/07/2023 28/07/2023

3 Aim/Benefits& Importance 31/07/2023 04/08/2023

4 Resources Required 31/07/2023 04/08/2023


1. Name of Team Member 1
5 Analysis of Collected Data 07/08/2023 011/08/2023 2. Name of Team Member 2

6 Design of System 21/08/2023 25/08/2023

7 Coding & Testing of Modules 28/08/2023 02/09/2023

8 Coding & Testing of Modules 04/09/2023 09/09/2023

9 Coding & Testing of Modules 11/09/2023 16/09/2023


10 Integration of System Modules 18/09/2023 23/09/2023

11 Testing of System 25/09/2023 20/09/2023

12 Compilation of Report 03/10/2023 07/10/2023

13 Compilation of Presentation 10/07/2023 14/10/2023

14 Presentation of Seminar 17/07/2023 21/10/2023

15 Final Submission 25/07/2023 28/10/2023

5.0 Resources Required:


SrNo Name of Resource/Material Specification Qty. Remarks
1 Hardware Resource Laptop 2 GB Ram 1
2 Software Resource Notepad 1
3 Any Other Resource - -
Name of Team Members with Roll Nos:

Roll No Name of Team Members

Name & Signature of Course Teacher


(Prof. V.B.Ohol)
Annexure – II

Micro Project Report


1.0 Aims/Benefits of the Micro-Project:
To design and create web page of an institute with different sections and menu item
2.0 Course Outcomes Achieved:
a. Create interactive web pages using program flow control structure.
b. Implement Arrays and functions in JavaScript.
c. Create event based web forms using JavaScript.
d. Use JavaScript for handling cookies.
e. Creative interactive webpage using regular expression for validations.
f. Create Menus and navigations in web pages.

3.0 Literature Review:


Cascading Style Sheet(CSS) is used to set the style in web pages that contain HTML elements. It sets the
background color, font-size, font-family, color, … etc property of elements on a web page.
...
There are three types of CSS which are given below:
Inline CSS.
Internal or Embedded CSS.
External CSS.
4.0 Actual Methodology Followed:
CODE :-
Index.html

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sandip University</title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-
Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-
DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-
9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
integrity="sha384-
+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
crossorigin="anonymous"></script>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-


awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>

<body>
<header class="container-fluid nav-style mx-auto ">
<div class="row">
<div class="col-md-10 col-11 mx-auto">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img
src="https://www.sandipuniversity.edu.in/images/sandip-university-logo.png" class="img-
fluid mt-4" alt=""
width="180"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-
target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle
navigation">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">


<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://sp.sandipfoundation.org/">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="member.html">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blogs</a>
</li>

</ul>
</div>
</nav>
</div>
</div>

</header>
<!-- carosel -->
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.sandipuniversity.edu.in/images/main-slider/banner-su.jpg" class="d-
block w-100" alt="...">

</div>
<div class="carousel-item">
<img src="https://www.sandipuniversity.edu.in/images/main-slider/ugc-approval.jpg" class="d-
block w-100"
alt="...">

</div>
<div class="carousel-item">
<img src="https://www.sandipuniversity.edu.in/images/main-slider/placement-h.jpg" class="d-
block w-100"
alt="...">

</div>
</div>
</div>
<!-- -->
<!-- Dropdown -->
<div class="row">
<div class="col-md-5 mx-auto mt-5">
<select name="choose" id="select" onchange="showData()">
<option value="0">select field</option>
<option value="1">engineering</option>
<option value="2">polytechnic</option>
<option value="3">LAW</option>
<option value="4">MBA</option>
</select>
</div>
</div>
<!-- -->

<!-- REAL TEXT -->


<div class="row" id="data-showing">
<div class="col-md-4 mx-auto" id="showImage">
<img src="https://www.sandipuniversity.edu.in/images/nashik-campus-19.jpg" alt=""
height="350" width="500">
</div>
<div class="col-md-6 mx-auto" id="details">
<h1>Sandip university</h1>
<p id="pId">Sandip University is a thriving hub of 21st century higher education. It is a UGC-
approved University
in India, located in Nashik, Maharashtra. The University is set in a picturesque lush green Wi-Fi
enabled campus
spanning across 250+ acres and is home to cutting-edge infrastructure for a holistic student
experience. At
Sandip University, students have access to world class facilities including well-maintained
hostels, hygienic
canteens, high-tech classrooms, saloon, gymnasium, swimming-pool, on-campus ambulance, and
24x7 security
facilities.
As a top private university in Maharashtra, Sandip University attuned to the pulse of global
educational
standards, and so provides students with an education that takes them places. Students at
Sandip University have
access to Value Addition and Global Certification Programs at no extra cost to gain industry-
synced skills and
training. We provide students with 100% placement assistance through a dedicated placement
cell. The placement
cell also trains students through mock interviews and helps them write a dynamic resume.
Sandip University
prepares students of today to become leaders of tomorrow on the global stage.</p>
</div>
</div>
<!-- REAL TEXT END -->
<hr>

<!-- Footer -->


<footer class=" text-white pt-5 pb-4">
<div class="contaner text-center text-md-left">
<div class="row text-center text-md-left">
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<img src="https://www.sandipuniversity.edu.in/images/sandip-university-logo.png" alt=""
width="250px"
height="70px" style="background-color: white;">
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="text-uppercase mb-4 gont-weight-bold text-warning">Blogs</h5>
<p>
<a id="para" style="text-decoration:none" href="#">blog1</a>
</p>
<p>
<a id="para" style="text-decoration:none" href="#">blog2</a>
</p>
<p>
<a id="para" style="text-decoration:none" href="#">blog3</a>
</p>
<p>
<a id="para" style="text-decoration:none" href="#">blog4</a>
</p>
</div>

<div class="col-md-3 col-lg2 col-xl-2 mx-auto mt-3">


<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Useful links</h5>
<p>
<a id="para" style="text-decoration:none" href="#">link1</a>
</p>
<p>
<a id="para" style="text-decoration:none" href="#">link2</a>
</p>
<p>
<a id="para" style="text-decoration:none" href="#">link3</a>
</p>
<p>
<a id="para" style="text-decoration:none" href="#">link4</a>
</p>

</div>
<div class="col-md-4 col-lg-4 col-xl-4 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Contact Us</h5>
<p>
<i id="c-info" class="fas fa-home mr-3"></i>Nashik
</p>
<p>
<i id="c-info" class="fas fa-envelope mr-3"></i>SandipUniversity@gmail.com
</p>
<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Follow Us</h5>
<div class=" text-center text-md-left">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a id="follow" href="#" class="btn-floating btn-sm " style="font-size: 25px;"><i
class="fab fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a id="follow" href="#" class="btn-floating btn-sm " style="font-size: 25px;"><i
class="fab fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a id="follow" href="#" class="btn-floating btn-sm " style="font-size: 25px;"><i
class="fab fa-instagram"></i></a>
</li>
</ul>
</div>

</div>
</div>
</div><br>
<div class="col-md-5">
<p>© 2022,<B> SANDIP UNIVERSITY </B>| All rights reserved

</p>
</div>
</footer>
<script src="index.js"></script>
</body>

</html>
Member.html
<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Members</title>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"

integrity="sha384-

Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"

crossorigin="anonymous">

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-

DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"

crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"

integrity="sha384-

9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"

crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"

integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"

crossorigin="anonymous"></script>

<link rel="stylesheet" href="style.css">

</head>

<body>

<header class="container-fluid nav-style mx-auto ">

<div class="row">

<div class="col-md-10 col-11 mx-auto">

<nav class="navbar navbar-expand-lg navbar-light">

<a class="navbar-brand" href="#"><img

src="https://www.sandipuniversity.edu.in/images/sandip-university-logo.png" class="img-

fluid mt-4" alt=""

width="180"></a>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-

target="#navbarSupportedContent"

aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle

navigation">

<span class="navbar-toggler-icon"></span>

</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">

<ul class="navbar-nav mr-auto">

<li class="nav-item active">


<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>

</li>

<li class="nav-item">

<a class="nav-link" href="https://sp.sandipfoundation.org/">about</a>

</li>

<li class="nav-item">

<a class="nav-link" href="./member.html">Members</a>

</li>

<li class="nav-item">

<a class="nav-link" href="#">Blogs</a>

</li

</ul>

</div>

</nav>

</div>

</div>

</header>

<h1 style="margin-left:40%; margin-top:30px">Group Members</h1>

<div class="row " style="margin-top: 40px; margin-bottom: 50px;">

<div class="col-md-2 ml-5">

<div class="card" style="width: 16rem;">

<img

src="https://upload.wikimedia.org/wikipedia/commons/b/b6/Deepika_Padukone_Cannes_2018_%28crop

ped%29.jpg" class="card-img-top" alt="..."height="300">

<div class="card-body">

<h5 class="card-title">Punam Kakuste</h5>

<p class="card-text">Roll No:- 28</p>

</div>

</div>

</div>

<div class="col-md-2 offset-1">


<div class="card" style="width: 16rem;">

<img

src="https://upload.wikimedia.org/wikipedia/commons/b/b6/Deepika_Padukone_Cannes_2018_%28crop

ped%29.jpg" class="card-img-top" alt="..." height="300">

<div class="card-body">

<h5 class="card-title">Rutuja Patil</h5>

<p class="card-text">Roll No:- 29</p>

</div>

</div>

</div>

<div class="col-md-2 offset-1">

<div class="card" style="width: 16rem;">

<img

src="https://upload.wikimedia.org/wikipedia/commons/b/b6/Deepika_Padukone_Cannes_2018_%28crop

ped%29.jpg" class="card-img-top" alt="..." height="300">

<div class="card-body">

<h5 class="card-title">Dhiraj Girdhani</h5>

<p class="card-text">Roll No:- 19</p>

</div>

</div>

</div>

<div class="col-md-2 offset-1">

<div class="card" style="width: 16rem;">

<img

src="https://upload.wikimedia.org/wikipedia/commons/b/b6/Deepika_Padukone_Cannes_2018_%28crop

ped%29.jpg" class="card-img-top" alt="..."height="300">

<div class="card-body">

<h5 class="card-title">Harsh Kabra</h5>

<p class="card-text">Roll No:- 11</p>


</div>

</div>

</div>

</div>

<!-- footer -->

<footer class=" text-white pt-5 pb-4">

<div class="contaner text-center text-md-left">

<div class="row text-center text-md-left">

<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">

<img src="https://www.sandipuniversity.edu.in/images/sandip-university-logo.png" alt=""

width="250px"

height="70px" style="background-color: white;">

</div>

<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">

<h5 class="text-uppercase mb-4 gont-weight-bold text-warning">Blogs</h5>

<p>

<a id="para" style="text-decoration:none" href="#">blog1</a>

</p>

<p>

<a id="para" style="text-decoration:none" href="#">blog2</a>

</p>

<p>

<a id="para" style="text-decoration:none" href="#">blog3</a>

</p>

<p>

<a id="para" style="text-decoration:none" href="#">blog4</a>

</p>

</div>

<div class="col-md-3 col-lg2 col-xl-2 mx-auto mt-3">


<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Useful links</h5>

<p>

<a id="para" style="text-decoration:none" href="#">link1</a>

</p>

<p>

<a id="para" style="text-decoration:none" href="#">link2</a>

</p>

<p>

<a id="para" style="text-decoration:none" href="#">link3</a>

</p>

<p>

<a id="para" style="text-decoration:none" href="#">link4</a>

</p>

</div>

<div class="col-md-4 col-lg-4 col-xl-4 mx-auto mt-3">

<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Contact Us</h5>

<p>

<i id="c-info" class="fas fa-home mr-3"></i>Nashik

</p>

<p>

<i id="c-info" class="fas fa-envelope mr-3"></i>SandipUniversity@gmail.com

</p>

<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Follow Us</h5>

<div class=" text-center text-md-left">

<ul class="list-unstyled list-inline">

<li class="list-inline-item">

<a id="follow" href="#" class="btn-floating btn-sm " style="font-size: 25px;"><i

class="fab fa-facebook"></i></a>

</li>

<li class="list-inline-item">
<a id="follow" href="#" class="btn-floating btn-sm " style="font-size: 25px;"><i

class="fab fa-twitter"></i></a>

</li>

<li class="list-inline-item">

<a id="follow" href="#" class="btn-floating btn-sm " style="font-size: 25px;"><i

class="fab fa-instagram"></i></a>

</li>

</ul>

</div>

</div>

</div>

</div><br>

<div class="col-md-5">

<p>© 2022,<B> SANDIP UNIVERSITY </B>| All rights reserved

</p>

</div>

</footer>

</body>

</html>

Style.css

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap');

*{

margin: 0;

padding: 0;

box-sizing: border-box;

font-family: 'mulish' sans-serif;


}

.nav-style {

background: #fff;

box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);

.navbar-brand {

width: 500px;

height: 120px;

.navbar-nav li {

text-transform: uppercase;

font-size: 14px;

font-weight: 2px;

letter-spacing: 2px;

color: #333;

position: relative;

.navbar-nav li a {

font-weight: bold;

.navbar-nav li a:before {

content: '';

position: absolute;
top: 100%;

width: 0%;

height: 10%;

background: #ff7230;

transition: all 0.4s linear;

.navbar-nav li a:hover:before {

width: 80%

footer {

background-color: black;

#para {

color: white;

#para:hover {

color: #ffcb3d;

#follow {

color: white;

#follow:hover {

color: #ffcb3d;

}
#c-info {

color: white;

#c-info:hover {

color: #ffcb3d;

#select {

width: 100%;

height: 50px;

color: white;

background-color: black;

text-align: center;

margin-bottom: 20px;

.imageid {

width: 100%;

height: 400px;

margin: auto;

margin-top: 20px;

box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

#imageId {

width: 100%;

}
@media(max-width: 998px) {

.navbar-nav {

margin-top: 35px !important;

text-align: center !important;

.navbar-nav li a:hover:before {

width: 0%;

.navbar-brand {

width: 300px;

height: 80px;

}
5.0 Actual Resources Used:
Sr
Name of Resource/Material Specification Qty. Remarks
No
1 Hardware Resource Laptop 2GB Ram 1
2 Software Resource Notepad 1
3 Any Other Resource - -

Name & Signature of CourseTeacher


(Prof. V. B. Ohol)
Annexure – IV

Micro Project Evaluation Sheet


Name of Student: Tanishka Pramod Patil Enrollment No:2111670150
Name of Programme: Computer Engineering Semester :V
Course Title: Client Side Scripting Language Course Code : 22519
Title of Micro Project: Design and create web page of an institute with different sections. Use
pulldown menus in one section and implement validation of menu selections. Use other sections
for displaying information about respective selected menu item.
Learning Outcomes Achieved:
a. Create interactive web pages using program flow control structure.
b. Implement Arrays and functions in JavaScript.
c. Create event based web forms using JavaScript.
d. Use JavaScript for handling cookies.
e. Creative interactive webpage using regular expression for validations.
f. Create Menus and navigations in web pages.

Poor Average Good Excellent


Sr Sub
Characteristic to be Assessed Marks Marks Marks Marks
No Total
(1-3) (4-5) (6-8) (9-10)
(A) Process and Product Assessment (6 Marks)
1 Relevance to the Course
2 Literature Review/Information Collection
3 Completion of the Targetas per Project Proposal
4 Analysis of Data & Representation
5 Quality of Prototype/Model
6 Report Preparation
(B) Individual Presentation/Viva (4Marks)
7 Presentation
8 Viva

(A) (B)
Total Marks
Process and Product Assessment Individual Presentation/Viva
(10 Marks)
(6 Marks) (4 Marks)

Comments/Suggestions about Teamwork/Leadership/Inter-personal Communication(if any)


…………………………………..……………………………………………………………………………
Name &Designation of Course Teacher: Prof. V.B.Ohol, Lecturer

Dated Signature:
Annexure – IV

Micro Project Evaluation Sheet


Name of Student: Pranjal Bhimrao Salve Enrollment No:2111670135
Name of Programme: Computer Engineering Semester :V
Course Title: Client Side Scripting Language Course Code : 22519
Title of Micro Project: Design and create web page of an institute with different sections. Use
pulldown menus in one section and implement validation of menu selections. Use other sections
for displaying information about respective selected menu item.
Learning Outcomes Achieved:
a. Create interactive web pages using program flow control structure.
b. Implement Arrays and functions in JavaScript.
c. Create event based web forms using JavaScript.
d. Use JavaScript for handling cookies.
e. Creative interactive webpage using regular expression for validations.
f. Create Menus and navigations in web pages.

Poor Average Good Excellent


Sr Sub
Characteristic to be Assessed Marks Marks Marks Marks
No Total
(1-3) (4-5) (6-8) (9-10)
(A) Process and Product Assessment (6 Marks)
1 Relevance to the Course
2 Literature Review/Information Collection
3 Completion of the Targetas per Project Proposal
4 Analysis of Data & Representation
5 Quality of Prototype/Model
6 Report Preparation
(B) Individual Presentation/Viva (4Marks)
7 Presentation
8 Viva

(A) (B)
Total Marks
Process and Product Assessment Individual Presentation/Viva
(10 Marks)
(6 Marks) (4 Marks)

Comments/Suggestions about Teamwork/Leadership/Inter-personal Communication(if any)


…………………………………..……………………………………………………………………………
Name &Designation of Course Teacher: Prof. V.B.Ohol, Lecturer

Dated Signature:

You might also like