Your LimeSurvey version: 6.15.23
==================
Hey,
I am trying to send an extended/basic admin notification email only if a participants "score" in the survey is above a certain threshold. This score is measured as an {ASSESSEMENT_CURRENT_TOTAL}. Is this possible using ExpressionScript, either in the Template or Recipient setting?
I found
this thread
, but I do not understand the final answer in the thread, hence why I created this one.
I would avoid to use these ASSESSMENT variables, as they are not stored in the database.
Using the assessment values is fine, but calculate your own assessment score via Expression script and store it in the database.
then you can create a condition for the admin notification to be sent based on this score.
Denis basically suggests to create a equation type question, where you determine the email that is inserted into the admin notification field based on this equation.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.