export const showPrompt = (
  survey: Survey,
  responseId?: number
): ShowPromptAction => ({
  type: 'SHOW_PROMPT',