diff --git a/src/main/resources/views/answer b/src/main/resources/views/answer
index 017a518a3318235b947a9a888e2c9bffb97e8b03..e9da0487b42154008e5dd962ff524bbaf3b2beed 100644
--- a/src/main/resources/views/answer
+++ b/src/main/resources/views/answer
@@ -21,7 +21,7 @@
 			"map":"function(doc) { if (doc.type == 'skill_question_answer') { emit(doc.questionId, doc._id); }}"
 		},
 		"by_questionid_piround":{
-			"map":"function(doc) { if (doc.type == 'skill_question_answer') { emit([doc.questionId, doc.piRound], doc); }}"
+			"map":"function(doc) { if (doc.type == 'skill_question_answer') { emit([doc.questionId, doc.piRound], { answerText: doc.answerText, user: doc.user }); }}"
 		}
 	}
 }