I would like to create a knowledge test and display the results of the users test and the correct answers in a table on a results page for the user (which can no longer be changed).
So I created an auxiliary column “Checkbox” to mark the correct results (I just ran the test correctly myself beforehand). Now I have the challenge of displaying the table correctly to the user →
Once his/her result line
AND
once my line marked with Check.
So that the user can see his results and compare them correctly with mine.
Anyone an idea?
Unfortunately not, but I’ll try to explain it better. I have a knowledge test (form) in which I ask several questions with 4 possible answers each. Then I put the 3 wrong answers in the form with the color red and the correct one with the color green, so that everyone can see their own or the correct/wrong results in the table (filtered on CurrentUser). Since I don’t want the user to be able to change the answers afterwards, the page is set to “Read only”. If I set “Interact only”, the user would be able to open the answer drop-down per question and see the correct answer through the colored background, but he/she could with “Interact only” change the data in my table, which shouldn’t and should stay origin. My Solution was: I filled out the form/knowledge test correctly myself and marked my results with a checkbox in a new column so that I could filter on them. But now I can’t manage to filter the table to “Current User” and at the same time display my line with the “Checked” field. And very importantly, my line should only be visible once the “current user” has completed the test. Cheating is not encouraged, I’m also open to completely different options. The aim is to provide the user with the correct results after the knowledge test. I will create at least 80 tests of this type, each with 10 questions and 4 answers each.