'.
- ' #Stdnts: Total Number of Students opened the problem. '.
- ' Tries : Total Number of Tries for solving the problem. '.
- ' Mod : Maximunm Number of Tries for solving the problem. '.
- ' Mean : Average Number of the tries. [ Tries / #Stdnts ] '.
- ' #YES : Number of students solved the problem correctly. '.
- ' #yes : Number of students solved the problem by override. '.
- ' %Wrng : Percentage of students tried to solve the problem but'.
+ ' #Stdnts: Total Number of Students opened the problem. '.
+ ' Tries : Total Number of Tries for solving the problem. '.
+ ' Mod : Maximunm Number of Tries for solving the problem. '.
+ ' Mean : Average Number of the tries. [ Tries / #Stdnts ] '.
+ ' #YES : Number of students solved the problem correctly. '.
+ ' #yes : Number of students solved the problem by override. '.
+ ' %Wrng : Percentage of students tried to solve the problem but'.
' still incorrect. [ 100*((#Stdnts-(#YES+#yes))/#Stdnts) ] '.
# ' DoDiff : Degree of Difficulty of the problem. [ Tries/(#YES+#yes+0.1) ] '.
- ' DoDiff : Degree of Difficulty of the problem. [ 1 - ((#YES+#yes) / Tries) ] '.
- ' S.D. : Standard Deviation of the tries.'.
+ ' DoDiff : Degree of Difficulty of the problem. [ 1 - ((#YES+#yes) / Tries) ] '.
+ ' S.D. : Standard Deviation of the tries.'.
'[ sqrt(sum((Xi - Mean)^2)) / (#Stdnts-1)'.
' where Xi denotes every student\'s tries ] '.
- ' Skew. : Skewness of the students tries.'.
+ ' Skew. : Skewness of the students tries.'.
' [ (sqrt( sum((Xi - Mean)^3) / #Stdnts)) / (S.D.^3) ] '.
-# ' Dis.F. : Discrimination Factor. [ Sum of Partial Credits Awarded / Total Number of Tries in %27 upper and lower students]'.
+ ' Dis.F. : Discrimination Factor. [ Sum of Partial Credits'.
+ ' Awarded / Total Number of Tries in %27 upper and lower students] '.
+ ' U.A. : Upper %27 Award '.
+ ' L.A. : Lower %27 Award '.
+ ' U.R. : Upper %27 Records '.
+ ' L.R. : Lower %27 Records'.
+
+# " The Upper 27% has $UpCnt records.".
+# " The Lower 27% has $UpCnt records ".
+# "The Criterion of sorting the students: ".
+# "( Sum of Partial Credits Awarded / ".
+# "Total Number of Tries )".
+
'