Hi,
was there any reason that you did not answer the questions at the beginning about your LimeSurvey version, where it is hosted, etc?
Of course you can do that.
Use Expression Manager/Script to calculate your score with any of the implemented functions.
[url]
www.limesurvey.org/manual/ExpressionScri...mplemented_functions
[/url]
Usually it is sufficient to use the codes of the answer options (of course, numerical codes), like this (with some weighting added):
{sum(Q1.NAOK,2*Q2_SQ001.NAOK,0.3*Q3.NAOK...)}
But you also may use assessment values (if you want to have negative values, or the same values for two or three answer options in a question)
{sum(Q1.valueNAOK,2*Q2_SQ001.valueNAOK,0.3*Q3.valueNAOK...)}
Read here how to access them
[url]
www.limesurvey.org/manual/ExpressionScri...#Access_to_variables
[/url]
Then you may display ony text, or a chart like this (here the library "highcharts.com" is used)
An array to get some values
and a bar chart and something like your speedometer.
Please give more detailled informations, best a lss export of your survey.
Joffm