NEXT
NEXT copied to clipboard
Duplicate processAnswer calls are not treated as so
If someone POSTs the same processAnswer over and over, each request gets sent to the algorithm. This has the effect of 'voting' many times potentially. Note, that there is only ever one query_doc created. Thus, I believe this can be corrected at the MyApp level (if an answer already exists, do nothing)