Form verification doesn't start from the first page

Asked by Dennis

Hi Adam,

I think this is on purpose, but I wanted to make sure: When doing form verification it seems the software directly leads me to the first occurrence where it cannot decide 100% which box is ticket. Is this assumption correct? Is there more documentation on it? Can you point me to the code where the shortcuts are defined, so I can add one for accept page?

I am very fond of the software and very thankful indeed!

Regards,
3ter

Question information

Language:
English Edit question
Status:
Solved
For:
queXML Edit question
Assignee:
No assignee Edit question
Solved by:
Adam Zammit
Solved:
Last query:
Last reply:
Revision history for this message
Best Adam Zammit (adamzammit) said :
#1

Hi 3ter,

Your assumption is correct.

This occurs in the queXF code under: verifyjs.php:

https://bazaar.launchpad.net/~adamzammit/quexf/main/view/head:/verifyjs.php#L619

You can set: SINGLE_CHOICE_AUTOMATIC_VERIFICATION to false if you don't want it to happen.

Adam

Revision history for this message
Dennis (3ter) said :
#2

Hi Adam,

thanks a million for your fast response!

Dennis

Revision history for this message
Dennis (3ter) said :
#3

Thanks Adam Zammit, that solved my question.