- Messages : 2
- Remerciements reçus 0
- Forum
- English support forums
- Can I do this with LimeSurvey?
- Aggregate Assessments (scores) & graphically present from all respondents?
Aggregate Assessments (scores) & graphically present from all respondents?
- rogerl
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
il y a 1 semaine 1 jour #180402
par rogerl
COM_KUNENA_MESSAGE_CREATED_NEW
Hi all,
I'm a developer, but new to LimeSurvey. So far, I love it! Thanks to all the developers.
I have a pretty straightforward survey, like a personality test. Each question has a score (weight) which I total up to a final assessment score - I want to graphically present these scores (from all respondents) in a scatter plot graphs.
This graph would be available to an admin, likely through a different set of php pages, as advanced graphing doesn't seem to be available within the LimeSurvey system. Thus, I imagine a separate php website which remotely reaches in to the limesurvey database to grab the relevant data....
1) Is there an easy way to access the assessment scores for each respondent across the entire reports? (I couldn't find this in the manual) . i.e. A php scriptable means to access the database results table etc and extract an array of assessment values. I know WITHIN a report I can use expressions....
2) Can the built in graphing engine (pchart??) be called externally using the data I've retrieved??
Thanks in advance for any help!
Cheers,
Roger
I'm a developer, but new to LimeSurvey. So far, I love it! Thanks to all the developers.
I have a pretty straightforward survey, like a personality test. Each question has a score (weight) which I total up to a final assessment score - I want to graphically present these scores (from all respondents) in a scatter plot graphs.
This graph would be available to an admin, likely through a different set of php pages, as advanced graphing doesn't seem to be available within the LimeSurvey system. Thus, I imagine a separate php website which remotely reaches in to the limesurvey database to grab the relevant data....
1) Is there an easy way to access the assessment scores for each respondent across the entire reports? (I couldn't find this in the manual) . i.e. A php scriptable means to access the database results table etc and extract an array of assessment values. I know WITHIN a report I can use expressions....
2) Can the built in graphing engine (pchart??) be called externally using the data I've retrieved??
Thanks in advance for any help!
Cheers,
Roger
Connexion ou Créer un compte pour participer à la conversation.
- jelo
-
- Hors Ligne
- Platinum Lime
-
Réduire
Plus d'informations
- Messages : 3332
- Karma: 71
- Remerciements reçus 701
il y a 1 semaine 1 jour #180404
par jelo
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
COM_KUNENA_MESSAGE_REPLIED_NEW
assessment scores aren't saved in the database. You would need to use e.g. equation questions to save them into the responses table.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Connexion ou Créer un compte pour participer à la conversation.
- rogerl
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
- Messages : 2
- Remerciements reçus 0
il y a 1 semaine 1 jour #180406
par rogerl
COM_KUNENA_MESSAGE_REPLIED_NEW
Thanks - yes, I already figured out about storing assessments using an equation.
The question now is how to access ALL the assessments across all the responses and how to generate a scatter graph...
Further study of this forum: I found perhaps the remote API is the best way to grab (and then parse) responses, and then feed the numbers through a reporting engine, like pchart or something.
Are there any great examples anyone knows of tho do this??
Thanks again!
The question now is how to access ALL the assessments across all the responses and how to generate a scatter graph...
Further study of this forum: I found perhaps the remote API is the best way to grab (and then parse) responses, and then feed the numbers through a reporting engine, like pchart or something.
Are there any great examples anyone knows of tho do this??
Thanks again!
Connexion ou Créer un compte pour participer à la conversation.