- Mensajes: 2
- Gracias recibidas: 0
- Comunidad
- Foros
- English support forums
- Can I do this with LimeSurvey?
- Can I show the users there percentile overall result using graphs?
Can I show the users there percentile overall result using graphs?
- user1706
-
Autor del tema
- Fuera de línea
- Fresh Lemon
-
Menos
Más
5 meses 1 día antes #186273
por user1706
I want to show the users there performance/score (overall) as compared to the other users who took the quiz, using graphs. is that possible. with Limesurvey?
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
- tpartner
-
- Fuera de línea
- LimeSurvey Community Team
-
Menos
Más
- Mensajes: 8517
- Karma: 621
- Gracias recibidas: 2615
5 meses 1 día antes #186275
por tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Respuesta de tpartner sobre el tema Can I show the users there percentile overall result using graphs?
It is possible but would require a fair amount of development.
Previous results are not available in the survey so you will need to access the database via the API, a remote PHP file or, perhaps, a plugin. Then you will need to incorporate a chart library.
Previous results are not available in the survey so you will need to access the database via the API, a remote PHP file or, perhaps, a plugin. Then you will need to incorporate a chart library.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
- user1706
-
Autor del tema
- Fuera de línea
- Fresh Lemon
-
Menos
Más
- Mensajes: 2
- Gracias recibidas: 0
5 meses 1 día antes #186277
por user1706
Respuesta de user1706 sobre el tema Can I show the users there percentile overall result using graphs?
Can you share some links to help develop the same?
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
- DenisChenu
-
- Fuera de línea
- LimeSurvey Community Team
-
Menos
Más
- Mensajes: 11993
- Karma: 413
- Gracias recibidas: 2187
5 meses 1 día antes #186285
por DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Respuesta de DenisChenu sobre el tema Can I show the users there percentile overall result using graphs?
Even with previous result :
gitlab.com/SondagesPro/ExportAndStats/getStatInSurvey
Need lot of javascript, using some library, and you have choice …
www.chartjs.org/samples/latest/
github.com/d3/d3/wiki/Gallery
c3js.org/examples.html
gionkunz.github.io/chartist-js/examples.html
picassojs.com/examples.html
Need lot of javascript, using some library, and you have choice …
www.chartjs.org/samples/latest/
github.com/d3/d3/wiki/Gallery
c3js.org/examples.html
gionkunz.github.io/chartist-js/examples.html
picassojs.com/examples.html
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Por favor, Identificarse o Crear cuenta para unirse a la conversación.