/// <summary>
 /// Don't use this constructor unless you know what you're doing.  You can get the question from a
 /// server-generated problem instead.  Take a look at Problem.GetQuestion().
 /// </summary>
 public Question(Senseix.Message.Problem.Question newQuestion)
 {
     question = newQuestion;
     atomList = newQuestion.atoms;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Don't use this constructor unless you know what you're doing.  You can get the question from a
 /// server-generated problem instead.  Take a look at Problem.GetQuestion().
 /// </summary>
 public Question(Senseix.Message.Problem.Question newQuestion)
 {
     question = newQuestion;
     atomList = newQuestion.atoms;
 }