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

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top