Hi Guys
When you create a test in the survey module you can assign a score. I assume, if the user is logged in, that this score is added to the user.
The question is then, where are these data stored ?
// Sebastian
Hi Guys
When you create a test in the survey module you can assign a score. I assume, if the user is logged in, that this score is added to the user.
The question is then, where are these data stored ?
// Sebastian
Dammark wrote:
Hi Guys
When you create a test in the survey module you can assign a score. I assume, if the user is logged in, that this score is added to the user.
The question is then, where are these data stored ?// Sebastian
My guess would be SurveyResult table in Survey database...
Actually we planned to calculate score dynamically: when you want to calculate user's score, select all the surveys passed successfully and sum their scores.
You must be logged in to post in the forum