detection problems in forms

Asked by Christian Andersen

Dear Adam

On my machine the detection of ticked off boxes is very poor as you can see in the screenshot. I've uploaded (I think all relevant) files to:

https://www.dropbox.com/sh/0ogk70ru46gwv8u/AACuZEzFs3fj1D9V0T_uPPqZa?dl=0

I've got "Page setup ENABLED", banding and my scan seems to be ok.

Can you give me a hint, what I've done wrong?

thanks,

christian

Question information

Language:
English Edit question
Status:
Solved
For:
queXF Edit question
Assignee:
No assignee Edit question
Solved by:
Christian Andersen
Solved:
Last query:
Last reply:
Revision history for this message
Christian Andersen (acc-8) said :
#1

Dear Adam

Do I have to play around with

//Fill ratios of boxes (1 is empty, 0 is filled completely)
if (!defined('MULTIPLE_CHOICE_MIN_FILLED')) define('MULTIPLE_CHOICE_MIN_FILLED', 0.95);
if (!defined('MULTIPLE_CHOICE_MAX_FILLED')) define('MULTIPLE_CHOICE_MAX_FILLED', 0.60);
if (!defined('SINGLE_CHOICE_MIN_FILLED')) define('SINGLE_CHOICE_MIN_FILLED', 0.95);
if (!defined('SINGLE_CHOICE_MAX_FILLED')) define('SINGLE_CHOICE_MAX_FILLED', 0.60);

in my quexf/config.inc.php for better results?

thanks for your help,

christian

Revision history for this message
Christian Andersen (acc-8) said :
#2

OK. So I did it. And now it works like a charm!

my changes:

if (!defined('MULTIPLE_CHOICE_MIN_FILLED')) define('MULTIPLE_CHOICE_MIN_FILLED', 0.85);
if (!defined('MULTIPLE_CHOICE_MAX_FILLED')) define('MULTIPLE_CHOICE_MAX_FILLED', 0.60);
if (!defined('SINGLE_CHOICE_MIN_FILLED')) define('SINGLE_CHOICE_MIN_FILLED', 0.85);
if (!defined('SINGLE_CHOICE_MAX_FILLED')) define('SINGLE_CHOICE_MAX_FILLED', 0.60);

Thanks for this wonderful piece of software, Adam!

christian