No operator assigned

Asked by Tobias Hug

I imported a questionaire from queXML, created an operator and assigned it to that questionaire. Then I imported scanned forms successfully. But as the operator, I newer see the form to verify. If I manually assign the operator id in mysql (field: forms.assigned_vid), then the operator could verify the data. What I'm doing wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
queXF 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 Tobias,

Please check under "Importing" the link "Pages missing from scan". If your imported forms are listed here - then queXF thinks at least 1 page is missing in the scanned document. If you want to force queXF to still allow these to be verified, you need to set:

define('VERIFY_WITH_MISSING_PAGES',true);

in the config.inc.php file.

Adam

Revision history for this message
Tobias Hug (hugto) said :
#2

Thanks Adam Zammit, that solved my question.