Very rudimentary answer display view, needs a lot of work still

This commit is contained in:
2021-01-16 21:00:26 +01:00
parent ab1de5a22a
commit a0d550d55f
4 changed files with 52 additions and 10 deletions

View File

@ -4,6 +4,7 @@ const defaultState = {
title: null,
running: false,
questions: [],
responses: null,
currentQuestion: 0,
success: false,
submitTry: 0,