You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
# web service endpoint where you send signed xml messages to insert into gradebook; guid above will be one parameter you send in that xml; the actual grade and comment will be others
41
45
#
42
-
# Per the ``LTI spec v1.1.1 <https://www.imsglobal.org/specs/ltiv1p1p1/implementation-guide>`_ in section 6, the maximum length of the ``lis_outcome_url`` field is 1023 characters.
46
+
# Per the `LTI spec v1.1.1 <https://www.imsglobal.org/specs/ltiv1p1p1/implementation-guide>`_ in section 6, the maximum length of the ``lis_outcome_url`` field is 1023 characters.
43
47
Field("lis_outcome_url", "string", length=1024),
44
48
migrate=table_migrate_prefix+"grades.table",
45
49
)
@@ -57,6 +61,10 @@
57
61
)
58
62
59
63
64
+
# .. _question_grades table:
65
+
#
66
+
# question_grades
67
+
# ===============
60
68
db.define_table(
61
69
"question_grades",
62
70
# This table records grades on individual gradeable items
# Clear as much as possible, to present an almost-fresh instance of a browser for the next test. (Shutting down then starting up a browswer is very slow.)
955
+
# Clear as much as possible, to present an almost-fresh instance of a browser for the next test. (Shutting down then starting up a browser is very slow.)
0 commit comments