Commit eb682ed7 by Tyler Hallada

Correct comment. Not merging audit & honor anymore

parent 8f3ecfc1
...@@ -10,7 +10,7 @@ from analytics_data_api.constants import ( ...@@ -10,7 +10,7 @@ from analytics_data_api.constants import (
from analytics_data_api.v0 import models from analytics_data_api.v0 import models
# Below are the enrollment modes supported by this API. The audit and honor enrollment modes are merged into honor. # Below are the enrollment modes supported by this API.
ENROLLMENT_MODES = [enrollment_modes.AUDIT, enrollment_modes.CREDIT, enrollment_modes.HONOR, ENROLLMENT_MODES = [enrollment_modes.AUDIT, enrollment_modes.CREDIT, enrollment_modes.HONOR,
enrollment_modes.PROFESSIONAL, enrollment_modes.VERIFIED] enrollment_modes.PROFESSIONAL, enrollment_modes.VERIFIED]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment