{"id":19098466,"url":"https://github.com/ucfopen/obojobo","last_synced_at":"2025-10-23T19:02:51.099Z","repository":{"id":33582120,"uuid":"147383744","full_name":"ucfopen/Obojobo","owner":"ucfopen","description":"Next generation course content for your LMS. Easy for beginners, but powerful enough for researchers.","archived":false,"fork":false,"pushed_at":"2024-07-03T17:42:44.000Z","size":34634,"stargazers_count":69,"open_issues_count":99,"forks_count":34,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-10T07:02:26.129Z","etag":null,"topics":["canvaslms","edtech","education","hacktoberfest","lms","lti","react","slatejs"],"latest_commit_sha":null,"homepage":"https://ucfopen.github.io/Obojobo-Docs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ucfopen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-04T17:33:13.000Z","updated_at":"2025-01-27T22:09:57.000Z","dependencies_parsed_at":"2023-02-18T14:01:42.705Z","dependency_job_id":"2ebe6cf5-6579-4409-96b1-d1bce58f43fa","html_url":"https://github.com/ucfopen/Obojobo","commit_stats":{"total_commits":4136,"total_committers":32,"mean_commits":129.25,"dds":0.6970502901353965,"last_synced_commit":"f270fb5465df8c4457a8dd003e6e2f78dfebeaec"},"previous_names":[],"tags_count":175,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2FObojobo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2FObojobo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2FObojobo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucfopen%2FObojobo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ucfopen","download_url":"https://codeload.github.com/ucfopen/Obojobo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858056,"owners_count":20359270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["canvaslms","edtech","education","hacktoberfest","lms","lti","react","slatejs"],"created_at":"2024-11-09T03:46:00.301Z","updated_at":"2025-10-23T19:02:51.007Z","avatar_url":"https://github.com/ucfopen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obojobo Next\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nObojobo Next is a modern educational content ecosystem. Obojobo documents are programmable, extend-able, and heavily fortified with data analytics.\n\nOur focus is on making and delivering fantastic learning content to students. Obojobo is not a [Learning Management System](https://en.wikipedia.org/wiki/Learning_management_system). Rather, it's an incredibly powerful content engine for use inside your LMS.\n\nView the [Obojobo Next Documentation](https://ucfopen.github.io/Obojobo-Docs/).\n\n[Join UCF Open Slack Discussions](https://dl.ucf.edu/join-ucfopen)\n[![Join UCF Open Slack Discussions](https://badgen.net/badge/icon/ucfopen?icon=slack\u0026label=slack\u0026color=purple)](https://dl.ucf.edu/join-ucfopen)\n\nThe previous version of Obojobo, renamed to Obojobo Classic, is located here: https://github.com/ucfopen/Obojobo-Classic\n\n## The Obojobo Mission\n\nTo keep our collective efforts aimed in the same direction, we've outlined what we want Obojobo to be:\n\n1. UI/UX focused design that ensures a satisfying \u0026 enjoyable student experience.\n2. Low barrier of entry for content creators. Creating content is as easy as writing a document in Word.\n3. Research centric design. Obojobo aims to be the premiere [research-enabling learning platform](https://github.com/ucfopen/Obojobo/wiki/Published-Research-Using-Obojobo-Next) by providing high resolution data, partnering with researchers, and including proven research outcomes back into the platform.\n4. Extraordinary practice and assessment tools that enable emerging teaching and learning models.\n5. Provide innovative new capabilities in online, blended, and mixed mode courses.\n6. Architecturally extensible and modular. Obojobo Next is easy to customize and extend.\n\n## Requirements\n\n- [Node](https://nodejs.org/) \u0026 [Yarn](https://yarnpkg.com/)\n- [PosgreSQL](https://www.postgresql.org/) Database\n- [Docker](https://www.docker.com/) (for development)\n\n## Quick Heroku Deploy\n\nWe added Heroku support as an easy way to give Obojobo a **free test drive** (or scale it up for production use).\n\n[![Deploy Obojobo to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy/)\n\n\u003e [Heroku](https://www.heroku.com/what) is a cloud service that lets you host web apps in the cloud without having to worry so much about the infrastructure.\n\n## Development Setup\n\n1. Clone this repo\n2. Run `yarn install` to install dependencies\n3. Run `yarn db:rebuild` to setup the database in a Docker container\n4. Run `yarn dev` to start the development express server\n5. Visit [https://127.0.0.1:8080](https://127.0.0.1:8080) - You should see \"Welcome to Obojobo Next\"\n\n\u003e Familiarize yourself with the **scripts** section of package.json.\n\n### Dev Shortcuts\n\n[https://127.0.0.1:8080/dev](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.\n\nThis route is only available in development mode. In production, the only way to log in is through an LTI launch from an LMS.\n\n### Logging in\n\nTo view the example object you need to login via an LTI launch. Instructions are available in Obojobo: [https://127.0.0.1:8080/lti](https://127.0.0.1:8080/lti)\n\n### Create New Documents:\n\nOnce logged in, visit [https://127.0.0.1:8080/editor](https://127.0.0.1:8080/editor). Click **+ Create New Draft** to get started.\n\n### Testing\n\n`yarn test` or `yarn test:ci`\n\n### Special Thanks\n\nSupport for this work was provided by the National Science Foundation Scholarships in Science, Technology, Engineering, and Mathematics (S-STEM) program under [Award No.1643835](https://www.nsf.gov/awardsearch/showAward?AWD_ID=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.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/deundrewilliams\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/41072160?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edeundrewilliams\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=deundrewilliams\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Adeundrewilliams\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=deundrewilliams\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/SJJacques\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/71739913?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSteve Jacques\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=SJJacques\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=SJJacques\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3ASJJacques\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/issues?q=author%3ASJJacques\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/walid-i\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/57739844?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ewalid-i\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=walid-i\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=walid-i\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jpeterson976\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46502440?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJacob Peterson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=jpeterson976\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=jpeterson976\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Ajpeterson976\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/issues?q=author%3Ajpeterson976\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/maufcost\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/39862359?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMauricio Costa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=maufcost\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=maufcost\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Amaufcost\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/issues?q=author%3Amaufcost\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/vutoan1245\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/23706824?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eToan Vu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=vutoan1245\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-vutoan1245\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Avutoan1245\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=vutoan1245\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://ctcuff.github.io\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/7400747?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCameron Cuff\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=ctcuff\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-ctcuff\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Actcuff\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=ctcuff\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/AnthonyRodriguez726\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/11856062?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnthonyRodriguez726\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=AnthonyRodriguez726\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3AAnthonyRodriguez726\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=AnthonyRodriguez726\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/rmanbaird\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/22771644?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRalph Baird\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=rmanbaird\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Armanbaird\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=rmanbaird\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/clpetersonucf\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1268547?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCorey Peterson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=clpetersonucf\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/SidTheEngineer\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/19176417?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=SidTheEngineer\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=SidTheEngineer\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/JonGuilbe\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/9093729?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonathan Guilbe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=JonGuilbe\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=JonGuilbe\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://keeganberry.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/229935?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKeegan Berry\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=keeeeeegan\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=keeeeeegan\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/adrianfish\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/134546?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdrian Fish\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=adrianfish\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/issues?q=author%3Aadrianfish\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#ideas-adrianfish\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/FrenjaminBanklin\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1275983?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrandon Stull\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/issues?q=author%3AFrenjaminBanklin\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=FrenjaminBanklin\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=FrenjaminBanklin\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-FrenjaminBanklin\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-FrenjaminBanklin\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#projectManagement-FrenjaminBanklin\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=FrenjaminBanklin\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#tool-FrenjaminBanklin\" title=\"Tools\"\u003e🔧\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3AFrenjaminBanklin\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://blog.sheasilverman.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1273237?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eShea\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=ssilverm\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/samuel-belcastro\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/17661897?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSamuel Belcastro\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=samuel-belcastro\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=samuel-belcastro\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/gitnix\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5448785?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan Eppers\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/issues?q=author%3Agitnix\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=gitnix\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=gitnix\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-gitnix\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-gitnix\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#platform-gitnix\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"#question-gitnix\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Agitnix\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#tool-gitnix\" title=\"Tools\"\u003e🔧\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Agitnix\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/qwertynerd97\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/36134301?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eElli Howard\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#a11y-qwertynerd97\" title=\"Accessibility\"\u003e️️️️♿️\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=qwertynerd97\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=qwertynerd97\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-qwertynerd97\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-qwertynerd97\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Aqwertynerd97\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=qwertynerd97\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://ianturgeon.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/73480?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIan Turgeon\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=iturgeon\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=iturgeon\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=iturgeon\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#ideas-iturgeon\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#infra-iturgeon\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#platform-iturgeon\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"#projectManagement-iturgeon\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"#maintenance-iturgeon\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Aiturgeon\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#tool-iturgeon\" title=\"Tools\"\u003e🔧\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.zachberry.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/73479?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZachary Berry\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=zachberry\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#content-zachberry\" title=\"Content\"\u003e🖋\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/commits?author=zachberry\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#design-zachberry\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"#ideas-zachberry\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#projectManagement-zachberry\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"https://github.com/ucfopen/Obojobo/pulls?q=is%3Apr+reviewed-by%3Azachberry\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#tool-zachberry\" title=\"Tools\"\u003e🔧\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucfopen%2Fobojobo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucfopen%2Fobojobo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucfopen%2Fobojobo/lists"}