Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

9. Visual feedback 1 point possible (graded) How can we add visual feedback when

ID: 3753317 • Letter: 9

Question

9. Visual feedback 1 point possible (graded) How can we add visual feedback when dragging and dropping elements? O We should change the CSS style of draggable elements when the mouse cursor goes over them O The above is not necessary: the draggable elements are highlighted automatically when the mouse cursor goes over themm O We can listen to the dragstart, dragend, dragover, dragenter, dragleave events (by adding listeners to the HTML element that is a drop zone), and change some CSS values styling the drop zone o we can customize the mouse cursor in drag and drop related listeners, O The droppable-true attribute, when added to a drop zone, automatically highlights the element when the cursor enters its area, while dragging an element. Note: Make sure you select all of the correct options. Three are correct!

Explanation / Answer

Answer)

These 3 are correct

We can change the CSS style of draggable elements when the mouse cursor goes over them.

We can lsiten to the dragstart,sragend, dragover, dragenter, dragleave events (by adding listeners to the HTML elements that is a drop zone), and change somm CSS values styling the drop Zone.

We can customize the mouse cursor in drag and drop related listeners.