How to Display Result based on the User Input Value?
I m creating a website where student can view their mark score .
A student enter their Unique Code on an input field then a result shows his/her mark score from all Subjects via repeater.
If Unique Code not saved on the collection, no result to be displayed.
I’d recommend allowing students to create accounts for the site, and to assign the scores to those accounts
But should you take the unique code approach instead, I am assuming scores are private and can’t be viewed unless one has such a code.
- Scores collection with all permissions set to site admin only
- Backend web module exporting a function which queries the scores collection according to a unique code provided
1 Like
Thank You, DeanAyalon
I wasn’t aware of your raised options.
Let me work it out.