Question: USING HTML AND JAVASCRIPT CODRF PROVIDED ADDED THE FOLLOWING FEATURES LISTED IN BOLD : 1. Provide the following information: First Name, Last Name, and Email

USING HTML AND JAVASCRIPT CODRF PROVIDED ADDED THE FOLLOWING FEATURES LISTED IN BOLD:

1. Provide the following information: First Name, Last Name, and Email for Assessment. (validate input). 2. Take a Test/Quiz (minimum 5 multiple choice questions). 3. Submit the result of the Test/Quiz.

Note: The following information should be available on the different document/window: a. Information about student, b. Total grade (%) c. Statistics (Example: Q1 wrong /correct).

HTML CODE:

Round trip

  1. What does HTML stand For

    Home took Markup Language Hypertext Markup Language Hyperlinks and Text Markup Language I don't know
  2. Who is making Web Standards

    Mozilla The World Wide Web Consortium Google Microsoft
  3. Choose the correct HTML element fo the largest heading:

    heading h1 head h6
  4. Choose the correct HTML element to define important text:

    important i strong b
  5. How can you make a numbered list?

    ul list dl ol

JAVASCRIPT CODE:

var answers = ["A","C","B"], tot = answers.length;

function getCheckedValue( radioName ){ var radios = document.getElementsByName( radioName ); for(var y=0; y

function getScore(){ var score = 0; for (var i=0; i

function returnScore(){ alert("Your score is "+ getScore() +"/"+ tot); }

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!