diff --git a/routes/post.go b/routes/post.go
index 329ef60f1c013b2f9bdf8d09a7046443f95c0747..baabf4376fe49b91ecd055a8dc90606e4116f7f9 100644
--- a/routes/post.go
+++ b/routes/post.go
@@ -14,6 +14,7 @@ func Create(c *gin.Context) {
 	}
 	question := &models.Question{
 		QuestionText: r.QuestionText,
+		Lab:	 r.Lab,
 		Answer1: r.Answer1,
 		Answer2: r.Answer2,
 		Answer3: r.Answer3,