Create an external javascript file

Assignment Help JAVA Programming
Reference no: EM131602793

Create a web page named lab3.html. You can format the page any way that you like. Give the page a title and heading.

Create an external JavaScript file with the following:
Create an array of at least 3 trivia questions. You can use the array from lab 2 if you like.
Create a second array that contains the answers to the trivia questions in the same position as the questions.
Initialize a score variable to 0
Create a for loop that will use a counter from 0 to 2 (to correspond to the arrays). Inside the loop you should:
Call the quiz function (see below) passing the loop counter as a parameter.
The quiz function will return a point value. Save the point value in a variable and add it to the score.
close the loop
After the for loop is complete, write out the score to the page.
Create the quiz function that accepts one parameter which is the counter.
Initialize a guesses variable to 3. This will be used to count down the number of attempts the user has to answer the question correctly.
Create a while loop to run as long as guesses > 0. Inside the while loop:
prompt the user to answer the trivia question using the counter parameter as the array index.
compare the answer entered by the user to the corresponding answer in the answers array
If they answer correctly
return the guesses variable (Note: if the user gets it right on the first guess, it will return 3 for the points. If it's the second guess, it will return 2 and the third guess 1)
else
subtract 1 from guesses
close the loop
After the while loop, return 0 to the calling script. (Note: if the user never got it right, we are return a point value of 0.
Be sure to link the external JavaScript file to the web page.

Reference no: EM131602793

Questions Cloud

What is a reserved word in java programming language : What is a reserved word in Java programming language? Method,native,subclasses,reference,array?
Explain why integrative negotiation is difficult to achieve : Describe the difference between distributive bargaining and integrative negotiation. Explain why integrative negotiation is so difficult to achieve.
What will be the output of the program : What will be the output of the program (when you run with the -ea option) ?
Explain real-world conformity and social influence : Describe what happened in each news story related to these concepts.
Create an external javascript file : Create a web page named lab3.html. You can format the page any way that you like. Give the page a title and heading - Create a for loop that will use a counter
Explain theological foundations : Theological Foundations, argues that thinking Christologically frequently challenges ones assumptions about Jesus and God
How does project leader determine stakeholder reporting need : How does a project leader determine stakeholder reporting needs? How would this software improve or impede communications in the team and with stakeholders?
Create a javafx animated application : Create a JavaFX Animated Application named NeighborhoodDrive. Make sure your main class is called NeighborhoodDrive.
Calculate the values of a and c : Using a calculator or computer, sketch the graph of y = 2ex + 5e-x for -3 = x = 3, 0 = y = 20. Observe that it looks like the graph of y = cosh x.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd