Title: Keep questions selected
Last modified: November 14, 2019

---

# Keep questions selected

 *  Resolved [Henry](https://wordpress.org/support/users/henrychea/)
 * (@henrychea)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/keep-questions-selected/)
 * Hi Harmonic, I don’t know if it’s possible but can we change it to keep the answers
   checked if the page is refreshed before the next button is pressed?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * (@harmonic_design)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/keep-questions-selected/#post-12134056)
 * Hi rathianSpike,
    unfortunately there is no real way to do this so that it works
   across all browsers and stuff, while also being secure. This is how all form 
   elements work on the web.
 * One thing you can do if you want is to add a JavaScript warning if the page is
   refreshed or the user clicks on the “back” button to let users know that if they
   leave, their progress will be lost. Something like this.
 *     ```
       <script>
       window.addEventListener('beforeunload', hdConfirmExit);
   
       function hdConfirmExit(ev){	
         let confirmationMessage = "\o/";     
         ev.returnValue = confirmationMessage;           
         return confirmationMessage; 
       }
       </script>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Keep questions selected’ is closed to new replies.

 * ![](https://ps.w.org/hd-quiz/assets/icon-256X256.gif?rev=2936040)
 * [HD Quiz](https://wordpress.org/plugins/hd-quiz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hd-quiz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hd-quiz/)
 * [Active Topics](https://wordpress.org/support/plugin/hd-quiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hd-quiz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hd-quiz/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/keep-questions-selected/#post-12134056)
 * Status: resolved