Trait Emotional Intelligence score calculator.
Trait Emotional Intelligence score calculator.
This piece of code takes in a list of scores, which are between 1-7 and there are 30 such entries. I have defiend a function reverse(), which reverces the score value 1 becose 7, 2 becomes 6 and so on.
As per the test guide lines, the score reversal is required at certain indexes, this code save the time invested in revering the score and calculating, Well Being Score, Self Control Score, Emotionality Score and Sociability score.