Here's the scenario:
1. After taking the quiz (which is stored on a textfile data and transfer it into array) the user will go to a scoreboard layout
2. When the user try to retake the quiz it only shows blank or white page layout.
3. In order to retrieve the elements of the quiz you need to close and open the app again. (which is not advisable)
Problem:
How can I restore deleted elements on array or in a textfile storage without closing and re-opening the app?
or
How can I transfer the values of the quiz array (arrayQuiz) to another blank array (arrayStorage), then if I try to retake the quiz the arrayStorage transfer its element to arrayQuiz again then so on and so forth.