Files
edx-platform/lms
Feanil Patel 8fa34d7974 fix: Text comparison should be done with == not via is.
`is` will check if two objects are the same whereas `==` will check if
their values are the same which is what we want here.
2021-03-01 15:38:24 -05:00
..
2021-01-06 08:15:35 -05:00
2021-02-02 12:52:24 +05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.