Skip to content
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

Fix Actor format for 'received grade for' event #139

Merged
merged 6 commits into from
Oct 11, 2017
Merged

Fix Actor format for 'received grade for' event #139

merged 6 commits into from
Oct 11, 2017

Conversation

Nicosoft
Copy link
Contributor

@Nicosoft Nicosoft commented Oct 4, 2017

Description

  • Fix Actor format for 'received grade for' event

Related Issues

PR Type

  • Fix

Copy link
Member

@ryasmi ryasmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Nicosoft, thanks for your pull request, it's greatly appreciated! Unfortunately this can't be merged until the Travis build passes. Currently it's failing the tests and I suspect it's because you're calling a method using it's old name. I've made a comment on the code in my review pointing to this 👍

'name' => $opts['graded_user_id'],
],
];
$statement['actor'] = $this->readUser($opts, "graded_user");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the tests are failing because readUser should be read_user, try changing that @Nicosoft and see if that works.

@ryasmi
Copy link
Member

ryasmi commented Oct 11, 2017

Thanks for fixing the code @Nicosoft, I think this is safe to merge now 👍

@ryasmi ryasmi merged commit 3b599d4 into xAPI-vle:master Oct 11, 2017
@ryasmi
Copy link
Member

ryasmi commented Oct 11, 2017

This will appear in the next release which should be v2.1.5, @HT2Bot is making the release via Travis now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants