Commit 14cbf982 authored by Rahul Bowade's avatar Rahul Bowade
Browse files

Added code for max score to int

1 merge request!12Added code for max score to int
Showing with 1 addition and 1 deletion
+1 -1
......@@ -114,7 +114,7 @@ object QuestionExcelParser {
val answer = rowContent.apply(9).trim
val board = rowContent.apply(11).trim
val channel = rowContent.apply(12).trim
val maxScore = rowContent.apply(13).trim
val maxScore:Integer = rowContent.apply(13).trim.toDouble.intValue()
var i = -1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment