0% found this document useful (0 votes)
2K views4 pages

Post-Quiz - Attempt Review

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views4 pages

Post-Quiz - Attempt Review

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

4/3/24, 12:23 PM Post-Quiz: Attempt review


 Dashboard / Primer 2.0 - App Dev / Stage 1 / Web Technologies / JQuery

Quiz review
Started on Wednesday, 3 April 2024, 12:17 PM
State Finished
Completed on Wednesday, 3 April 2024, 12:22 PM
Time taken 5 mins 37 secs
Marks 6.00/8.00
Grade 75.00 out of 100.00
Feedback
Oops!! You have scored below 80%. So kindly make necessary preparations and reattempt

Question 1
Correct

Mark 1.00 out of 1.00


51101
$("#name").remove(); This will remove the text field when you click on the button. State true or false.

Select one:
True
Fasle

The correct answer is: True

Question 2
Correct
51101
Mark 1.00 out of 1.00

Some people don’t want animation to interfere with their web page experience. What do I do if I want to let a user turn off the animation?

Select one:
Use the jquery method:stop()

Use the jquery method:stop.animation()

51101
Not possible to turn off the animation by the user

Your answer is correct.


The correct answer is: Use the jquery method:stop()

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1656794&cmid=4850 1/4
4/3/24, 12:23 PM Post-Quiz: Attempt review

Question 3
Correct

Mark 1.00 out of 1.00

Bind an event handler to the "blur" JavaScript event on an element.

Select one:
.blur()
.blurOn()
.focus()
.blurElement()

The correct answer is: .blur()

Question 4
Correct

Mark 1.00 out of 1.00

51101
John wants to animate (moving effect) an element in the webpage he designed. For this, he set its CSS position property to its default
value and applied the animations. If there is no syntax error in the code, what would be output he gets?

Select one or more:


Animation failed because the CSS position property set to static

Run the webpage successfully with animated elements

Animation failed because the CSS position property set to Fixed

51101
Animation failed because the CSS position property set to default value

Your answer is correct.


The correct answers are: Animation failed because the CSS position property set to default value, Animation failed because the CSS position property set to
static

Question 5
Incorrect

Mark 0.00 out of 1.00

jQuery is a JavaScript Object Notation library


51101
Select one:
False

True 

Your answer is incorrect.


The correct answer is: False

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1656794&cmid=4850 2/4
4/3/24, 12:23 PM Post-Quiz: Attempt review

Question 6
Incorrect

Mark 0.00 out of 1.00

Kiran wants to remove all the child nodes from the given div element. Help him to select the correct option to remove all the child node
from the div element.

<body>
<div>

This is some text

<h2>Good morning</h2>

<p>This is a paragraph inside the div.</p>

</div>
<p>This is a paragraph outside the div.</p>

</body>

Select one:
None of the above
51101
empty()

delete()

remove( expr ) 

Your answer is incorrect.

The correct answer is: empty()

Question 7
51101
Correct

Mark 1.00 out of 1.00

Rhita wants to replace a jQuery code '$(document).ready(fun)' using another equivalent method. Help her to find the correct method
from the given options.

Select one:
There is no equivalent function for the given code

51101
$(fun)

jQury(fun)

#(fun)

Your answer is correct.

The correct answer is: $(fun)

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1656794&cmid=4850 3/4
4/3/24, 12:23 PM Post-Quiz: Attempt review

Question 8
Correct

Mark 1.00 out of 1.00

Raju wants to remove an event handler that was attached with on() function.Help him to select the correct option.

Select one:
off()

change()

empty()

delete()

Your answer is correct.

The correct answer is: off()

51101
◄ Customer Data - Events

Jump to...

JQuery Events Log - Code Debugging ►

51101

51101

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1656794&cmid=4850 4/4

You might also like