Example #1
0
	def addNewQuestion(self,title,text,tags,author):
		return Question.build(title,text,tags,author)