Hi all, I just dropped into this thread.
Without any coding, here are my thoughts ...
- The JSON looks okay.
- The web markup in the questions suggest to me that maybe plopping the questions into a HTML Label or WebViewer would let them do their appearance thing without having to clean out any markup.
- JSON Strings turned into objects have the right to come back in a different order than the original JSON strings, since the dictionary internals are supposed to be accessed by key.
- I see no need for bracket and quote removal in answers, if they are manipulated as lists and offered for display as ListView Elements.
- a list append and a list randomizer call would be needed before loading a ListView Elements with answer options. (I have one in stock, if any one needs.)
I could wire up a solution, if any one has a recent .aia to build on.