This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useEffect, useMemo, useRef, useState } from "react"; | |
| /** | |
| * NeedsVsWantsGame | |
| * - 90 second timer | |
| * - 28 questions, results show correct count + % (in brackets) | |
| * - Pass mark 70% | |
| * - If fail: encourage play again | |
| * - If pass: show Play Again + Back to Lesson |