Closed usernamenumber closed 6 years ago
Assuming comments are stored in the LRS and associated with answers using some sort of key the app can recognize, learninglocker's aggregate
API call should do what we need.
More implementation notes after the last meeting:
related_statements=true
. See here for the relevant API docs.aggregate
api (linked above) to only grab statements since the last check.
comments can be generated by a webapp that queries the lrs, but we need a way to get them back into the app, associated with the question, and displayed to the user somehow.
See also #110