How do I create popup message when I complete the all quizzes
The simplest way is probably to use a container with several label controls and a close button. Add a variable to the visible property of the container. Set the variable to true when you want the popup. The close button will set the variable to false.
When that works you can style the container as you see fit,
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.