-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grades verb discussion #364
Comments
CC @bmtcril |
Hi @andrey-canon , sorry I missed this. We didn't use |
@bmtcril thanks for your answer, and to be honest and don't feel comfortable with both options, however I think rate is better in this case since earned implementation doesn't fit with its definition, I have some points
Anyway, these concerns comes from a different LRS, that requires that verb and that's why I wanted to open the discussion to ensure that this is not a personal opinion |
Honestly all xAPI statement choices come down to opinion. 😄 However I think using For I'm curious which LRS you're referencing? One of the big weaknesses of xAPI is that in order for the data that is collected to be actually useful for anything the LRS has to have some opinions about things, but if there is a standard around this in the wild I'd like to learn more about that. |
@bmtcril thanks for your answer finally as developer I'm between the client requirements and the open-source specification and I have to look for the equilibrium between those requirements and the master code, however the openedx-filter implementation helped me a lot to cover that without changing the master code, that's why I consider this as resolve if the master doesn't comply different requirements the extension is good enough to modify that. Regarding your question, I have no idea, the client just mentioned I have a LRS that I want to connect with the lms, so I'm not aware of the technology behind that :( the only thing that probably is worthy to mention is that they are using that LRS for multiple learning platforms so the events that they are expecting could be considered like the common learning events |
Description
Hey, this is not properly an issue however I couldn't find any discussion or post that mentions the reason of why that value was chosen so I want to open a discussion about this specific line.
In my opinion there is another option that could fit better, and that is
http://id.tincanapi.com/verb/rated
, for the following reasonshttp://id.tincanapi.com/verb/earned
says that thisIndicates that the actor has earned or has been awarded the object.
. In this implementation the object is a unit, so it's weird that a student earns unitshttp://id.tincanapi.com/verb/rated
make more sense for meAction of giving a rating to an object.
that means the object, in this case a course unit, will be rated.Please let me know your thoughts or the reasons to had chosen this value.
Thanks
The text was updated successfully, but these errors were encountered: