-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project status #49
Comments
Hello, we still use it, but it's been a long time since we updated edx so it might not work with latest edx version. Since edx doesn't evolve much, it might still be working tho. |
Thanks I'll give it a go. I'm trying to map my blocks to their associated exams. |
@littleski The 'Getting Started' section is empty. What am I doing wrong? edx-modulestore-node$ node
> const ms = require('./');
undefined
> ms.connect('localhost', 'edxapp'); // also tried: `connect('localhost')`
Promise {
_bitField: 0,
_fulfillmentHandler0: undefined,
_rejectionHandler0: undefined,
_promise0: undefined,
_receiver0: undefined }
> let courses; ms.listCourses().then(_courses => courses = _courses);
Promise {
_bitField: 0,
_fulfillmentHandler0: undefined,
_rejectionHandler0: undefined,
_promise0: undefined,
_receiver0: undefined }
> courses;
[] |
Some code snippet i ve extracted from our code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this usable or abandoned?
Happy to contribute
The text was updated successfully, but these errors were encountered: