Skip to content

Commit

Permalink
add channel to done
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed Jun 14, 2024
1 parent 59e907a commit e5ec7f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,7 @@ public Response surveyDone(String surveyDoneString){
button.put("isFile", false);
interactiveElements.add(button);
response.put("interactiveElements", interactiveElements);
response.put("channel", channel);
response.put("message", surveyDoneString); //+ currParticipant.getEmail() + currParticipant.getUnaskedQuestions() + currParticipant.getSkippedQuestions()
Context.get().monitorEvent(MonitoringEvent.RESPONSE_SENDING.toString());
return Response.ok().entity(response).build();
Expand Down

0 comments on commit e5ec7f1

Please sign in to comment.