Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edx-modulestore

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-modulestore

Easy browsing of Open edX Modulestores

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

edx-modulestore Build Status

Dependencies Status Dev Dependencies Status npm version

Easy browsing of Open edX Modulestores

Getting started

TODO

Documentation

Course attributes

Id

Name: id
Type: String

Read-only attribute used to find and identify courses.

Name

Name: name
Type: String

Name or title of the course.

Number

Name: number
Type: String

Number of the course (e.g.: "CS101").

Organization

Name: organization
Type: String

Organizer of the course (e.g.: "IONISx").

Description (external)

Name: description
Type: String

Short description of the course.

Start date

Name: startDate
Type: Date

Start date of the course.

End date

Name: endDate
Type: Date

End date of the course.

Enrollment start date

Name: enrollmentStartDate
Type: Date

Enrollment start date of the course.

Enrollment end date

Name: enrollmentEndDate
Type: Date

Enrollment end date of the course.

Overview (external)

Name: overview
Type: String (usually HTML)

Overview of the course, usually used on the course’s about page.

About page URL

Name: aboutPage
Type: String

Link to the about page (on the LMS – if configured correclty).

Thumbnail URL

Name: image
Type: String

Link to the course’s thumbnail (on the LMS _ if configured correclty).

State

Name: state
Type: String (enumeration)

Determines the state of the course, with the following values:

StateDescriptionCan enroll?Can access?
hiddenCourse is not open for enrollmentNoNo
upcomingCourse is open for enrollment but not runningYesNo
openCourse is open for enrollment and runningYesYes
finishingCourse is running but enrollement is closedNoYes
finishedCourse is closedNoNo

Development

Feel free to contribute :)

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝

MIT

Keywords

FAQs

Package last updated on 23 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc