Explorar el Código

add set tq_id for out tq

161250169 hace 6 años
padre
commit
b5eddb85b1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/main/java/com/es/demo/back/ChoiceQuestion.java

+ 4 - 0
src/main/java/com/es/demo/back/ChoiceQuestion.java

@@ -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;