// This file is part of Coog. The COPYRIGHT file at the top level of // this repository contains the full copyright notices and license terms. import React from "react"; import { QuestionProps } from "./Question.types"; import Markdown from '../../../Markdown'; import "./Question.scss"; const Question = ({ id, question, answer, separator = undefined }: QuestionProps): JSX.Element => (