Skip to main content

Override Passing Score on Layout Level

If you want to have a general passing score, that overrides the Paligo default value, it must be adjusted on a layout level. At this level there is no possibility to use profiling / filtering. Using this method will also override any values set on the publication level.

To do this the following line must be added to your custom JavaScript file:

...
var minScore = 65;
...