src/pre_human_task_lambda.py [161:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    if wordIndex < len(lineWords) - 1:
                        wordIndex += 1
                    else:
                        if lineIndex < len(lines) - 1:
                            lineIndex += 1
                            lineWords = lines[lineIndex].split()
                            wordIndex = 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pre_human_task_lambda.py [177:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                if wordIndex < len(lineWords) - 1:
                    wordIndex += 1
                else:
                    if lineIndex < len(lines) - 1:
                        lineIndex += 1
                        lineWords = lines[lineIndex].split()
                        wordIndex = 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



