Hi,
I have a website where a user has to solve problems.After user submits the solution,he is informed whether his solution was right or wrong.Now,the issue is when the user is using a screen reader.The reader reads the whole page again before it reaches the response(right/wrong).I want that as soon as response comes back, first thing screen reader reads is the correctness of solution.One way, is like the hidden "skip navigation". I can add dynamically hidden "right/wrong".Any suggestions? Is my solution fine?