import React from 'react'; export default function(props) { const cells = [...Array(props.numQuestions).keys()].map((question, index) => (