Include assessment results of LimeSurvey in confirmation emails

2.4k views Asked by At

I need to Include assessment results in confirmation emails

This says it is possible but I have no idea on how to do it Thanks

2

There are 2 answers

1
Amit Kumar On BEST ANSWER

In LimeSurvey 2.0 + , you can include the scores in your confirmation email by using expression manager and equations type question. However, you cannot include assessment results in the email. For that you will have to disable confirmation email from Limesurvey and write your own custom script to create the content of the email (which you can easily do with the help of scores ) and send email from this script. I hope this helps :)

0
Denis Chenu On

Or,

Add an Equation question type, code : ASSESVALUE. (for example, the last question).

Put inside question text {ASSESSMENT_CURRENT_TOTAL}, and use in your email {ASSESVALUE} (see http://manual.limesurvey.org/Assessments#Tips_.26_tricks)

You can use {if(ASSESVALUE>10,'Good','Bad')} see http://manual.limesurvey.org/Expression_Manager