Question: JSP & Xml Assignment (Java Server Pages & Extensible Markup Language) Online Examination System In this assignment, you will design an online examination system (using

JSP & Xml Assignment (Java Server Pages & Extensible Markup Language)

Online Examination System

In this assignment, you will design an online examination system (using JSP) that allows users to take the test and display the score once the user submits answers. You are asked to fetch the questions and answers from the XML file (assignment.xml). The online examination system should meet the following requirements.

  1. Questions and correct answers (True or False) are given in the XML file.
  2. Fetch questions (using jsp Servlet) from the assignment.xml file.

There are ten questions in the file.

Questions are stored in the element.

Answers are stored in the element.

  1. Create a web page (index.jsp) that displays ALL QUESTIONS, each with two options.
  2. Users can take the test multiple times.

Display the score after each attempt.

You dont need to keep track of the users score.

File: assignment.xml

When you send a request for a Web page to a remote computer, the remote computer is called a Web server.

true

In the client/server model, presentation logic governs how data are manipulated.

false

In the client/server model, business logic governs how data are manipulated.

true

Business logic controls how the data returned from the database is manipulated before it is displayed on the client machine.

true

Each scripting language requires its own interpreter.

true

Client-side scripts are executed on the Web server.

false

A function can be called only once during the running of a script.

false

A function can not return a value.

false

When you create a separate file for your JavaScript program, you name it with a .js file extension.

true

The JSP code is executed on the client browser.

false

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!