- Notifications
You must be signed in to change notification settings - Fork34
Next generation course content for your LMS. Easy for beginners, but powerful enough for researchers.
License
ucfopen/Obojobo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Obojobo Next is a modern educational content ecosystem. Obojobo documents are programmable, extend-able, and heavily fortified with data analytics.
Our focus is on making and delivering fantastic learning content to students. Obojobo is not aLearning Management System. Rather, it's an incredibly powerful content engine for use inside your LMS.
View theObojobo Next Documentation.
Join UCF Open Slack Discussions
The previous version of Obojobo, renamed to Obojobo Classic, is located here:https://github.com/ucfopen/Obojobo-Classic
To keep our collective efforts aimed in the same direction, we've outlined what we want Obojobo to be:
- UI/UX focused design that ensures a satisfying & enjoyable student experience.
- Low barrier of entry for content creators. Creating content is as easy as writing a document in Word.
- Research centric design. Obojobo aims to be the premiereresearch-enabling learning platform by providing high resolution data, partnering with researchers, and including proven research outcomes back into the platform.
- Extraordinary practice and assessment tools that enable emerging teaching and learning models.
- Provide innovative new capabilities in online, blended, and mixed mode courses.
- Architecturally extensible and modular. Obojobo Next is easy to customize and extend.
We added Heroku support as an easy way to give Obojobo afree test drive (or scale it up for production use).
Heroku is a cloud service that lets you host web apps in the cloud without having to worry so much about the infrastructure.
- Clone this repo
- Run
yarn install
to install dependencies - Run
yarn db:rebuild
to setup the database in a Docker container - Run
yarn dev
to start the development express server - Visithttps://127.0.0.1:8080 - You should see "Welcome to Obojobo Next"
Familiarize yourself with thescripts section of package.json.
https://127.0.0.1:8080/dev has a bunch of links that'll simulate all of the LTI integrations Obojobo supports. Use these to quickly log in and test out the different launch modes.
This route is only available in development mode. In production, the only way to log in is through an LTI launch from an LMS.
To view the example object you need to login via an LTI launch. Instructions are available in Obojobo:https://127.0.0.1:8080/lti
Once logged in, visithttps://127.0.0.1:8080/editor. Click+ Create New Draft to get started.
yarn test
oryarn test:ci
Support for this work was provided by the National Science Foundation Scholarships in Science, Technology, Engineering, and Mathematics (S-STEM) program underAward No.1643835. Any opinions, findings, conclusions and recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
Thanks goes to these wonderful people (emoji key):
This project follows theall-contributors specification. Contributions of any kind welcome!
About
Next generation course content for your LMS. Easy for beginners, but powerful enough for researchers.