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