I needed to display all the screens of a game at the end, showing the wrong answers he chose and which one was correct. As the screens are generated randomly, and it would be difficult to record the positions of the objects, I thought of capturing the screens in which the player made a mistake, and displaying them in a slide at the end. The biggest problem is that I need to mark which was the right answer before capturing the image, but the player cannot see this during the game, but only at the end. Could anyone suggest me a solution?