Question

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

Était-ce utile?

La solution 2

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 :)

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top