Scores computation?
-
In the learning application I’m currently building with the help of the Learndash WP plugin, I’m looking at a scoring system that could be tricky to implement with existing achievement plugins. Please tell me if there is hope that I’ll be able to do it with yours.
In my application:
I want a user profile to contain several scores of different natures:
- scores relating to a number of “theoretical” competencies
- a global “theoretical” score, which is computed using all individual “theoretical” competency scores
- a “practicing” score.
Each quiz (which basically is a specific type of post that you can successfully “pass”) has one or several attached scores, of different natures:
- scores relating to “theoretical” competencies
- a “practicing” score.
When a user successfully passes a quiz, they’re granted points according to a calculation made with the user’s scores and the score(s) attached to the quiz:
- for each “theoretical” competency score attached to the quiz, if any
- for the practicing score attached to the quiz, if any.
In other words, there isn’t a fixed number of points gained when succeeding at a quiz. Rather, the gain is calculated according to the respective scores attached to the user and to the quiz.
Do you think this scoring system would be achieveable using your plugin? If yes, could you provide directions for this?
Thanks in advance!
- The topic ‘Scores computation?’ is closed to new replies.