LearningLocker / learninglocker

Learning Locker - The Open Source Learning Record Store. Started in 2014.
https://learningpool.com/solutions/learning-record-store-learning-locker/learning-locker-community-overview/
GNU General Public License v3.0
552 stars 274 forks source link

Statement Get Call | Filter by Agent | Returning Voided Statement & Referenced Statement is not Retutrned #409

Closed SundarPPE closed 9 years ago

SundarPPE commented 9 years ago

Hi,

When I issue the Statement Get Call data/xAPI/Statements with agent filter, I'm returning with voided statement, and Referenced Statement is not Retutrned.

example scenarios. Alice scored 80% in Crossword Puzzle - statementId (x1) Bob verified x1 - statementId(x2) Teacher voided x2.- statement(x3)

When I issue Statement Get Call I'm returned with, Alice scored 80% in Crossword Puzzle - statementId (x1)

As per the Spec,

7.2.4 Voided Statements

Requirements The LRS MUST not return any Statement which has been voided, unless that Statement has been requested by voidedStatementId.

Expected is empty result. Am I correct??

Thanks Sundar

ryasmi commented 9 years ago

Thanks for reporting the issue @SundarPPE. This appears to be a duplicate of #408 and #174.