Exemplo n.º 1
0
def generateTask3QuestionData(hashList):
	questions = getQuestions(hashList)
	generateTokens(questions)
	return questions
Exemplo n.º 2
0
def generateQTLCommentData(qtlData):
	qtlComments = getCommentsFromQTL(qtlData)
	generateTokens(qtlComments)
	return qtlComments
Exemplo n.º 3
0
def generateTask3CommentData(hashList):
	comments = getComments(hashList)
	generateTokens(comments)
	return comments
Exemplo n.º 4
0
def generateQTLQuestionData(qtlData):
	qtlQuestions = getQuestionsFromQTL(qtlData)
	generateTokens(qtlQuestions)
	return qtlQuestions