in fe/guide/index.ts > const suggestionForm = !thisChoiceIsAForm || !suggestion ? {} : JSON.parse(suggestion) maybe in other places, too. it is *now* a form, so we try to parse the *prior* answer as if it were also a form...
in fe/guide/index.ts
maybe in other places, too. it is now a form, so we try to parse the prior answer as if it were also a form...