[average:score_id]

2 years 6 months ago #1 by Gustavo
[average:score_id] was created by Gustavo
Hi. I'm trying to put together a very simple likert scale BIG5 personality test. When results are displayed, SimpleQuiz only prints either a general average, but not by score id. 
1.What's the right way to use the [average:score_id] tag?
My score id's are: openness, conscientiousness, extraversion, agreeableness, and neuroticism

thank you




 

Please Log in or Create an account to join the conversation.

2 years 6 months ago #2 by Christopher Mavros
Replied by Christopher Mavros on topic [average:score_id]
Hello Gustavo and thank you for this excellent question.

At the moment, SimpleQuiz only uses numbers as score IDs. This means that you should form your questions by writing:
Example question text?
[score:1=10] This option will add 10 points to the total score and to the score with ID 1.
[score:1=5] This option will add 5 points to to the total score and to the score with ID 1.
[score:2=22] This option will add 22 points to to the total score and to the score with ID 2.
[score:9=25] This option will add 25 points to to the total score and to the score with ID 9.

As such, the [average:score_id] tag in the Complete text, can have the following format:
[average:1]
[average:2]
etc...

I understand that this may not be 100% intuitive when having scores like openness or conscientiousness, but if you assign them an ID from 0 to 9 and write the score options as mentioned above, it will work exactly as you want it to.

Let me know if there's anything we could do to improve this.
Thanks again.

Christopher Mavros
mavrosxristoforos@gmail.com
If you like our extensions, please rate us on the JED!

Please Log in or Create an account to join the conversation.

2 years 6 months ago #3 by Gustavo
Replied by Gustavo on topic [average:score_id]
Hi Christopher.
Got it, thanks for the clarification

Please Log in or Create an account to join the conversation.

2 years 6 months ago #4 by Christopher Mavros
Replied by Christopher Mavros on topic [average:score_id]
You are very welcome.
Let me know if you need any further assistance!

Christopher Mavros
mavrosxristoforos@gmail.com
If you like our extensions, please rate us on the JED!

Please Log in or Create an account to join the conversation.

Moderators: Christopher Mavros