@@ -62,6 +62,10 @@ public class ChoiceQuestion {
return id;
}
+ public void setTqId(Integer id) {
+ this.id=id;
+ }
+
public void initProblem(Integer id, String type, String stem, HashMap options){
this.id=id;
this.type=type;