Analytical Writing Assessment
this.setState({ showCalculator: !showCalculator })}
/>
{info.title}
{question.no} of {info.questionNumer}
{this.renderContent()}
{this.renderAnswer()}
{modal ? this.renderModal() : ''}
);
}
renderStart() {
const { info, disorder, modal } = this.state;
return (