Hi,
I'm actually working on a process for my company and we would like to generate respondents to check if everything works well when our true respondent will go on the survey.
I'm trying to generate locally to avoid server lag and get faster generation, and I'm using the "use brower" option to test our javascript on the page.
But I encounter some problems.
First I try to generate a random date in the free format that we create.
I'm using a simple Regex in the data Genration "defined values" to start
Regex("[0-3][0-9]\/[0-1][0-9]\/[1-2][0-9][0-9][0-9]")
.
Each time the generator have to answer this question i got the following error:
"Respondent XX encountered a logic error - Encountered error on 'nameQuestion' - The server returned the following error message: An Error occured processing your API request the post value for submitted_answers could not be evaluated. This is likely a formatting error."
How can I fix it ? Is there something that I don't understand?
The second point is that each time there is a custom javascript that block the answer because incorrect or don't respect our consistency, the generator just stop the generation and wait someone click on play. Can we avoid that and ask to retry to generate the page until he can go to the next one?
Thanks a lot if you have some answers
I remain at your disposal for any additional information