Skip to content

Commit

Permalink
Adding note to post_message2 related to https://openedx.atlassian.net…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivica Ceraj committed Nov 10, 2014
1 parent 5f874f4 commit f24b9e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylti/flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ def post_grade(self, grade):
def post_grade2(self, grade, user=None, comment=''):
"""
Post grade to LTI consumer using REST/JSON
URL munging will is related to:
https://openedx.atlassian.net/browse/PLAT-281
:param: grade: 0 <= grade <= 1
:return: True is post successful and grade valid
Expand Down

0 comments on commit f24b9e6

Please sign in to comment.