Answer in Web Application for Chandra sena reddy #167096

Speed Typing Test:

Instructions:

  • Add HTML container element with id speedTypingTest
  • Add HTML paragraph elements with id timer, quoteDisplay and result
  • Add HTML textarea element with id quoteInput
  • Add HTML button elements with id submitBtn and resetBtn
  • Add the Bootstrap component spinner

By following the above instructions, achieve the given functionality.

  • When the page is opened
  • Make a HTTP request to get a random quotation
  • URL: https://apis.ccbp.in/random-quote
  • Display the random quotation in the HTML paragraph element with id quoteDisplay
  • Start the timer and display the time in seconds in the HTML paragraph element with id timer
  • When a value is entered in the HTML textarea element with id quoteInput and the HTML button element with id submitBtn is clicked
  • If the value entered in the HTML textarea element with id quoteInput is same as the quotation in the HTML paragraph element with id quoteDisplay
  • The timer should be stopped and a success message should be shown in the HTML paragraph element with id result
  • If the value entered in the HTML textarea element with id quoteInput does not match the quotation in the HTML paragraph element with id quoteDisplay
  • The timer should be running and an error message should be shown in the HTML paragraph element with id result
  • When the HTML button with id resetBtn is clicked
  • Make a HTTP request to get a new random quotation
  • Display the new random quotation in the HTML paragraph element with id quoteDisplay
  • Reset the timer to 0 seconds and display the time in seconds in the HTML paragraph element with id timer
  • Empty the HTML textarea element with id quoteInput
  • Add loading status with Bootstrap component spinner while making an HTTP request.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity=
"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
</head>
<body>
<div id="speedTypingTest" class="spinner-border spinner-border-sm">
<span class="sr-only">Loading...</span>
</div>
<p id="timer"></p>
<p id="quoteDisplay"></p>
<p id="result"></p>
<textarea id="quoteInput" onclick="start()"></textarea>
<button type="button" name="submitBtn" onclick="verify()">submit</button>
<button type="button" name="resetBtn" onclick="reset()">reset</button>

<script type="text/javascript">
window.onload=getReq();
var s;
function getReq(){
var theUrl="https://apis.ccbp.in/random-quote";
var xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", theUrl, false );
xmlHttp.send( null );
var obj=JSON.parse(xmlHttp.responseText);
s=obj.content;
if(s!=""){
hideSpinner();
}
document.getElementById("quoteDisplay").innerHTML=s;
}

function changeValue() {
document.getElementById("timer").innerHTML = ++value;
}
var timerInterval = null;
function start() {
stop();
value = 0;
timerInterval = setInterval(changeValue, 1000);
}
var stop = function() {
clearInterval(timerInterval);
}
function verify(){
if(document.getElementById("quoteInput").value===s){
stop();
document.getElementById("result").innerHTML="Success";
}else{
document.getElementById("result").innerHTML="Error the text is not same";
}
}
function reset(){
getReq();
start();
document.getElementById("quoteInput").value=" ";
}
function hideSpinner() {
document.getElementById('speedTypingTest')
.style.display = 'none';
}

</script>
</body>
</html>

Explaination.

1.A  http request is made to the URL given to fetch a random quote which the user will type.

2.the http request returns the quote in a JSON format which is then parsed to get the quote from the content field.

3.the quote fetched is then displayed in <p> with id=”quoteDisplay” for the user to type.

4.when the user clicks on the text area with id=”quoteInput” the timer automatically starts by a call to the start() function

5.the start() function starts the timer with the help of setInterval() function.

6.when the user clicks the submit button after typing the text.

7.verify() method is called which checks if the text entered by the user is matches with given quote or not.

8.if the text doesn’t matches the an error message is shown and the timer keeps on going.

9.otherwise the timer stops by calling the stop() function and a success message is printed.

10.reset() function reset the quote,the timer and the entered text to null.

11.boostrap spinner is also shown if the http request takes long to process.

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with TheBestPaperWriters
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Business Studies
Excellent service - thank you!
Customer 452469, February 20th, 2023
Public Administration
Excellent timely work
Customer 452451, April 19th, 2023
Business Studies
Job well done. Finish paper faster than expected. Thank you!
Customer 452451, October 3rd, 2022
Nursing
The paper was EXCELLENT. Thank you
Customer 452449, September 23rd, 2022
Architecture, Building and Planning
The assignment was well written and the paper was delivered on time. I really enjoyed your services.
Customer 452441, September 23rd, 2022
Business Studies
Thank you!
Customer 452451, November 27th, 2022
Anthropology
excellent loved the services
Customer 452443, September 23rd, 2022
Theology
Job well done and completed in a timely fashioned!
Customer 452451, November 18th, 2022
Anthropology
Excellent services will definitely come back
Customer 452441, September 23rd, 2022
Psychology
Thanks a lot the paper was excellent
Customer 452453, October 26th, 2022
English 101
Very good job. I actually got an A
Customer 452443, September 25th, 2022
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat