Difference between revisions of "Help:Score Visibility (publication)"
HELP PAGE DISCUSSION CLOSE
 
m (1 revision)
 
(No difference)

Latest revision as of 23:21, 24 March 2013

The Score Visibility field allows you to change whether the respondent may view their own score to the survey. If this is set to keep scores private, the score information will not be passed to your template and therefore will be inaccessible to the respondent. If you choose to make the scores available to the respondent, the information will be passed to the template and it is then up to you whether you want to display the scores. To display the score during your competion behavior, you could add a Text Content question type that contains:

[% IF response.scored;
  'You scored: ';
  languageString('RespondentScoreValue', [response.score, response.scoremax]);
END; %]

Also, many templates will show the score depending on the template variables you have setup and whether you use a Response Content question type in your custom completion behavior.