https://www.psquareinternational.com/test-1
My users, while signing-up, specify their Abacus level, which is stored in the contacts database as their “Alevel”.
A collection on my site called “Sums” contains questions, each of which has a “level” property. How do I ensure that only (level==2) sums are displayed in the repeater on the the repeater for an (Alevel==2) student, and so on.
Basically I’m trying to ensure each user sees questions of the level that matches his own.
NOTE: The page-code has a getCUserLevel() function that gets the current user’s level from the contacts database.