Enrollments

 

edX concept

django-oscar concept

Enrollment

ProductType, ProductClass

Enrollment in ‘DemoX’ course

Product

“Honor”, “Verified” Enrollment in ‘DemoX’ course

Product Variant

Fulfillment

Strategy

 


 

Enrollment Attributes

Any product type has product attributes specific to that type of product. Enrollments will have the following attributes.

Attribute Name

Code

Description

course key

key

This should be the string value of the course key from the LMS. This will be used to get marketing metadata from Drupal, and fulfill enrollments in the LMS.

verification required

id_verified

This determines if the enrollment requires ID verification to occur.

credit

credit

Does the course offer credit.


Django-Oscar Concepts

The following concepts are associated with creating Enrollments in our catalog.

X Series

 

edX concept

django-oscar concept

X-Series

Categories

X-Series Offers (sales, discounts)

Ranges

 

Need to group courses together

Django-Oscar Concepts