Dev-47 / quiz-app

Quiz Application
MIT License
1 stars 7 forks source link

fe / add page to start quiz #52

Closed struckchure closed 2 years ago

struckchure commented 2 years ago

The prototype is at https://xd.adobe.com/view/eff255b1-4d02-41cc-8159-0e941aa3ab29-baa1/screen/0cce846e-229a-477f-89bb-a9d937916204

pass a prop to the component, which will be the quiz_id, the quiz will be fetched from the backend when the component mounts, you can use a dummy data object

{
  no_questions: 10,
  time: 90 // in minutes
}

and give 90 minutes, you'll have to convert it to something user-readable, like 1hr 30min, or you can leave it as just 90 minutes

Horlakz commented 2 years ago

this thing ehn.. it should be a component na, not a page e con remain how them go click next and e go show another component

Horlakz commented 2 years ago

will the rules be fetched from the backend too

Horlakz commented 2 years ago

dust and dusted