项目作者: yashCS101

项目描述 :
Trait Emotional Intelligence score calculator.
高级语言: Jupyter Notebook
项目地址: git://github.com/yashCS101/TEIscorecalculator..git
创建时间: 2020-11-08T20:37:12Z
项目社区:https://github.com/yashCS101/TEIscorecalculator.

开源协议:

下载


TEIscorecalculator.

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.

python