This repository was archived by the owner on May 9, 2022. It is now read-only.
Validation Response cannot be Deserialised when answer
key is null
#864
Labels
answer
key is null
#864
If a question attempt inadvertantly gets saved with an
answer
key that isnull
; it cannot be deserialised again afterwards and leads to a null pointer exception every time a user opens the menu on their account.It would be nice if we could either deserialise correctly or silently skip the invalid attempt? I have prevented the invalid response from being persisted again - so this may be a 'wontfix' . . .
The text was updated successfully, but these errors were encountered: