You are on page 1of 4

Republic of the Philippines

DEPARTMENT OF SCIENCE AND TECHNOLOGY


PHILIPPINE SCIENCE HIGH SCHOOL – SOCCSKSARGEN REGION CAMPUS
Curriculum and Instruction Division (CID) – Computer Science, Engineering, and Technology Unit

SCORING RUBRICS

Subject: Computer Science 3 Date Submitted: May 8, 2023

Teacher: Jimmy E. Unilongo Jr. Quarter: 4th Quarter

Summative Assessment
QUIZZERS

Description of Assigned Task:

The National Competitive Examination (NCE) is back!

It is the qualifying examination for Grade 6 pupils who aspire to become a PSHS Scholar. The
examination will be composed of 4 subjects – English, Math, Science, and Abstract.

The 4th Quarter Summative Assessment will be a QUIZZER. This will serve as review material for
the NCE. Students will have to answer questions on the different subject area and immediately give
feedback to the users regarding the questions given. It will check whether the user’s answers are
correct or not and provide the total score of the user.

The assessment will be done by a group of three (3). Students are free to choose their groupmates.
Each group will have to create 20 questions for a selected subject area. The subject area will be
drawn by lots.

Objectives:

Students are expected to:


1. create a web application that can be used as a review material for NCE;
2. use control structures to efficiently compare and check the user’s answers in the reviewer;
3. create a dynamic web form to simulate an exam type of reviewer;
4. apply proper coding structure/formatting and convention; and
5. manage time properly in solving the problem and submit on time.

Expected Total Points Deadline of


Output: for the task: Submission:

A web application for NCE Reviewer using HTML 50 points May 19, 2023
forms, CSS, and JavaScript.

Instructions:

Create an Online Quizzer Web Application that can be used as a reviewer for NCE. The reviewer must
contain the following:
• 15-items multiple choice questions on the selected subject area. A dropdown list (select tag) or radio
button may be used to answer the questions. If one item has one or more answers, checkboxes can
be used.
• 5-items of fill-in-the-blank or answer as directed type of questions.
• A submit button that will check whether the answers are correct or not. This feedback will be
automatically shown below each item. It will also count the total score that the user gets.
• A reset button that will reset the questionnaire.

Take note that the user will not be able to submit his/her answer if one or more items are still not answered.

Postal Address: Barangay Paraiso, City of Koronadal, 9506. Page 1 of 4


Contact Details: +639177059642 (office mobile); cisd@src.pshs.edu.ph (email)
Republic of the Philippines
DEPARTMENT OF SCIENCE AND TECHNOLOGY
PHILIPPINE SCIENCE HIGH SCHOOL – SOCCSKSARGEN REGION CAMPUS
Curriculum and Instruction Division (CID) – Computer Science, Engineering, and Technology Unit

Make sure that the corresponding question and answers are valid and appropriate to be used as an NCE
reviewer.

You are free to add styles to your pages to make your NCE reviewer appeal to Grade 6 pupils.

Save your work with the filename Q4_SA_Lastnames.html and upload it in GitHub.

Send the link of each code in KHub for your submission.

Warning: Codes/submissions that will have a high similarity index with other submissions will be reported
and will be subjected to investigation for the violation of the code of conduct (i.e. academic dishonesty).

Prepared by: Reviewed by: Approved by:

JIMMY E. UNILONGO JR. JESSA MAE M. LOZANO PAUL RANDY P. GUMANAO


SST-III Asst. CID Chief for Academics Chief, Curriculum & Instruction Division
Date: Date: Date:

Postal Address: Barangay Paraiso, City of Koronadal, 9506. Page 2 of 4


Contact Details: +639177059642 (office mobile); cisd@src.pshs.edu.ph (email)
Republic of the Philippines
DEPARTMENT OF SCIENCE AND TECHNOLOGY
PHILIPPINE SCIENCE HIGH SCHOOL – SOCCSKSARGEN REGION CAMPUS
Curriculum and Instruction Division (CID) – Computer Science, Engineering, and Technology Unit

SCORING RUBRICS

Summative Assessment
CODING CHALLENGE

I. Common Rubric for Code Structure and Timeliness

Criteria Point
All codes are Not consistent in Codes are not
Code properly indented indenting the codes. properly indented.
Structure / and are readable.
Formatting
5 points 3 points 1 point
Proper format in Inconsistent in using The form is not
creating form is forms. Some inputs properly used. It
used. Naming are not properly requires some
conventions and labelled, and some changes to properly
labels are properly attributes are work as intended.
Use of Forms
applied. Appropriate missing.
input type and
attributes are used.

15 points 12 points 8 points


The event used is The application The application shows
appropriate. Control functions well but wrong output. All the
structures and there is inconsistency questions given are
algorithms used in the output of the not appropriate as
efficiently help in application. Some NCE reviewer.
attaining the questions are not
Functionality functionality of the appropriate as an
and Output application to meet NCE reviewer.
the desired output.
The questions are
appropriate as an
NCE reviewer.

15 points 12 points 8 points


The layout and Some parts of the Minimal to no design
design are design are is used in the
appropriate for the inappropriate for the application.
Layout and
intended user of the intended user of the
Design
application. application.

10 points 8 points 5 points


Submitted on or Submitted within 1 Submitted more than
before the deadline. day after the 1 day after the
Timeliness deadline. deadline.

5 points 3 points 1 point

Total Score: /50

Postal Address: Barangay Paraiso, City of Koronadal, 9506. Page 3 of 4


Contact Details: +639177059642 (office mobile); cisd@src.pshs.edu.ph (email)
Republic of the Philippines
DEPARTMENT OF SCIENCE AND TECHNOLOGY
PHILIPPINE SCIENCE HIGH SCHOOL – SOCCSKSARGEN REGION CAMPUS
Curriculum and Instruction Division (CID) – Computer Science, Engineering, and Technology Unit

Comments:

Prepared by:
Reviewed by: Approved by:

JIMMY E. UNILONGO JR. JESSA MAE M. LOZANO PAUL RANDY P. GUMANAO


SST-III Asst. CID Chief for Academics Chief, Curriculum & Instruction Division
Date: Date: Date:

Postal Address: Barangay Paraiso, City of Koronadal, 9506. Page 4 of 4


Contact Details: +639177059642 (office mobile); cisd@src.pshs.edu.ph (email)

You might also like