Multiple choice technology Which property retrieves the data sent back from server responseText oncompletion onreadystatechange readyState Reveal answer Fill a bubble to check yourself A Correct answer Explanation The responseText property retrieves the server's response as a string. It contains the actual data sent back from the server after the request completes.