Skip to content
Snippets Groups Projects
Commit 54f5bf26 authored by srosse's avatar srosse
Browse files

no-jira: count the lines in QTI 2.1 import

parent 6ffc89dd
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ public class CSVToAssessmentItemConverter { ...@@ -97,6 +97,7 @@ public class CSVToAssessmentItemConverter {
public void parse(String input) { public void parse(String input) {
List<String[]> lines = getLines(input); List<String[]> lines = getLines(input);
for(String[] line:lines) { for(String[] line:lines) {
currentLine++;
processLine(line); processLine(line);
} }
buildCurrentItem(); buildCurrentItem();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment