Get rid of pop up window asking for user name

Hello,

At the end of my quiz, when it comes to the Review slide, a window pops up and ask the user to type in his name or ID.

How can i get rid of that ?

Thanks in advance.

Hi Benjamin,

You can find the answer in this topic:

Regards

Thanks Toan. But in the topic you say “If you already provide another method to get the user id”. It means it’s mandatory to get the user ID ? For what purpose ?

Hi Benjamin,

It’s not mandatory. If you don’t need to identify your users who take the quiz, you can ignore it.

Regards

All right, the code seems to be working, but there’s still a pop up windows saying “report sent with success”. How come ?

Thanks in advance

Hi Benjamin,

You can add the following script to ActivePresenter > Project > Properties > Event to hide any messages (including the sending report message):

prez.ui.showMsg = function() {};

Regards

Thanks i’ll try that !