Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -928,7 +928,7 @@ apiRouter.post('/detail', (req, res) => { | ... | @@ -928,7 +928,7 @@ apiRouter.post('/detail', (req, res) => { |
928 | } | 928 | } |
929 | } | 929 | } |
930 | else if(j==3){ | 930 | else if(j==3){ |
931 | - if(userDB[userId][j][i]=="N"){ | 931 | + if(userDB[userId][j][i]=="P"){ |
932 | P++; | 932 | P++; |
933 | } | 933 | } |
934 | else{ | 934 | else{ |
... | @@ -944,7 +944,7 @@ apiRouter.post('/detail', (req, res) => { | ... | @@ -944,7 +944,7 @@ apiRouter.post('/detail', (req, res) => { |
944 | outputs: [ | 944 | outputs: [ |
945 | { | 945 | { |
946 | simpleText: { | 946 | simpleText: { |
947 | - text: "E와 I의 비율\nE : "+(E/(E+I)*100.0)+"%\nI : "+(I/(E+I)*100.0)+"%\nN와 S의 비율\nN : "+(N/(N+S)*100.0)+"%\nS : "+(S/(N+S)*100.0)+"%\nF와 T의 비율\nF : "+(F/(F+T)*100.0)+"%\nT : "+(T/(F+T)*100.0)+"%\nJ와 P의 비율\nJ : "+(J/(J+P)*100.0)+"%\nP : "+(P/(J+P)*100.0)+"%" | 947 | + text: "E와 I의 비율\nE : "+(E/(E+I)*100.0)+"%\nI : "+(I/(E+I)*100.0)+"%\n\nN와 S의 비율\nN : "+(N/(N+S)*100.0)+"%\nS : "+(S/(N+S)*100.0)+"%\n\nF와 T의 비율\nF : "+(F/(F+T)*100.0)+"%\nT : "+(T/(F+T)*100.0)+"%\n\nJ와 P의 비율\nJ : "+(J/(J+P)*100.0)+"%\nP : "+(P/(J+P)*100.0)+"%" |
948 | } | 948 | } |
949 | } | 949 | } |
950 | ] | 950 | ] | ... | ... |
-
Please register or login to post a comment