├── .github └── workflows │ ├── add-depr-ticket-to-depr-board.yml │ ├── add-remove-label-on-comment.yml │ ├── ci.yml │ ├── commitlint.yml │ └── self-assign-issue.yml ├── .gitignore ├── LICENSE ├── Makefile ├── README.rst ├── catalog-info.yaml ├── demo-content-library ├── README.rst └── library │ ├── library.xml │ ├── policies │ └── assets.json │ └── problem │ ├── 19c4d31df12b423c8944cf66ed8aa11d.xml │ ├── 4e98cc7d3ed6413b9afbdf64e4a1b682.xml │ ├── 5cd09d2566e8409b8ddcb57b0ff2361f.xml │ ├── 6b74196a21a245ceb52873f50fb4c1b4.xml │ ├── b7597ae2c50d49e69dd0379465edbdd0.xml │ └── dd88975768314dcd91363359d38371a8.xml ├── demo-course ├── README.rst └── course │ ├── about │ ├── about_sidebar_html.html │ ├── description.html │ ├── duration.html │ ├── entrance_exam_enabled.html │ ├── entrance_exam_id.html │ ├── entrance_exam_minimum_score_pct.html │ ├── overview.html │ ├── short_description.html │ ├── subtitle.html │ └── title.html │ ├── annotatable │ └── b1067ae88289450f9887c38b28d8868b.xml │ ├── assets │ └── assets.xml │ ├── chapter │ ├── 30b3fbb840024953b2d4b2e700a53002.xml │ ├── 35283385dd4947619c558f8bb888a031.xml │ ├── 478db06a3afb417d87e26c0eafe5e962.xml │ ├── 7281f869d5f44704b56d6fe6ee96d886.xml │ ├── b17a430abc234382a04e7835b013912d.xml │ └── d6780558bc3042c7ab6dd441a06d3478.xml │ ├── course.xml │ ├── course │ └── DemoCourse.xml │ ├── html │ ├── 013c611e421e43d6a10857ea388bf510.html │ ├── 013c611e421e43d6a10857ea388bf510.xml │ ├── 043493f197854f74a2659f467b45b84d.html │ ├── 043493f197854f74a2659f467b45b84d.xml │ ├── 04be59e2549545388140a196f39f7b67.html │ ├── 04be59e2549545388140a196f39f7b67.xml │ ├── 04be74248d434e92912275b816549c2c.html │ ├── 04be74248d434e92912275b816549c2c.xml │ ├── 054cef851ecc415e969cd82c06a3307b.html │ ├── 054cef851ecc415e969cd82c06a3307b.xml │ ├── 0679cf65f2e04d868ba268f58023e8fe.html │ ├── 0679cf65f2e04d868ba268f58023e8fe.xml │ ├── 0759938f5e374463978e75d5dc7c254e.html │ ├── 0759938f5e374463978e75d5dc7c254e.xml │ ├── 075b7a2318474e30b8b55cbde99207c8.html │ ├── 075b7a2318474e30b8b55cbde99207c8.xml │ ├── 0764f43072bb486abbd9ca7ed5af9ac6.html │ ├── 0764f43072bb486abbd9ca7ed5af9ac6.xml │ ├── 084430631c4f4bad96e82a3a92887959.html │ ├── 084430631c4f4bad96e82a3a92887959.xml │ ├── 09b8cfb6dbee418ab28debc45b676ed1.html │ ├── 09b8cfb6dbee418ab28debc45b676ed1.xml │ ├── 09bb83c18c224480b4db165a0c929e74.html │ ├── 09bb83c18c224480b4db165a0c929e74.xml │ ├── 0a62845ebea142cc817cbd83a639bc65.html │ ├── 0a62845ebea142cc817cbd83a639bc65.xml │ ├── 0b8b94b1a09b44bd9f94b84c7d86c88e.html │ ├── 0b8b94b1a09b44bd9f94b84c7d86c88e.xml │ ├── 0ba8dd8378b8419cbd035e1b98f7a6f2.html │ ├── 0ba8dd8378b8419cbd035e1b98f7a6f2.xml │ ├── 0bebeccf41994851b596500392bd8527.html │ ├── 0bebeccf41994851b596500392bd8527.xml │ ├── 0c1e42d979664c8ab46b6ae6a3bba438.html │ ├── 0c1e42d979664c8ab46b6ae6a3bba438.xml │ ├── 0e634aa5d93a4ca9aeef2f3538de1e9c.html │ ├── 0e634aa5d93a4ca9aeef2f3538de1e9c.xml │ ├── 0f594fe7afb947bbbac7f7cc18b58958.html │ ├── 0f594fe7afb947bbbac7f7cc18b58958.xml │ ├── 1001a658c8c643dc80f02a00cf434c65.html │ ├── 1001a658c8c643dc80f02a00cf434c65.xml │ ├── 1092b3e345d14a1d9e60901f8e103ed9.html │ ├── 1092b3e345d14a1d9e60901f8e103ed9.xml │ ├── 115778d323ec4aa78a395154e1e35c0d.html │ ├── 115778d323ec4aa78a395154e1e35c0d.xml │ ├── 143e1b1c017d4cb5b1055b2451ae4f15.html │ ├── 143e1b1c017d4cb5b1055b2451ae4f15.xml │ ├── 167d94be902c4ed783b3f1e4104034aa.html │ ├── 167d94be902c4ed783b3f1e4104034aa.xml │ ├── 16fe7737394d4eb7872d79b9159cb513.html │ ├── 16fe7737394d4eb7872d79b9159cb513.xml │ ├── 173842b2bea048c797e53a9ace870471.html │ ├── 173842b2bea048c797e53a9ace870471.xml │ ├── 18e2f6127df949c59954c26354aa32d8.html │ ├── 18e2f6127df949c59954c26354aa32d8.xml │ ├── 19ab5d2f4c9241a3855ef1a9ed5460fb.html │ ├── 19ab5d2f4c9241a3855ef1a9ed5460fb.xml │ ├── 1a68f0a492c14451acbdef1f87a2e567.html │ ├── 1a68f0a492c14451acbdef1f87a2e567.xml │ ├── 1b6d50cee32745e58c29e10e2789fcad.html │ ├── 1b6d50cee32745e58c29e10e2789fcad.xml │ ├── 1d752c400aba4e39ba75f7ae1d582441.html │ ├── 1d752c400aba4e39ba75f7ae1d582441.xml │ ├── 1da25c5f0de340de95336b5f0dc35832.html │ ├── 1da25c5f0de340de95336b5f0dc35832.xml │ ├── 1dfb67930c744dbbae5660652a16bd6e.html │ ├── 1dfb67930c744dbbae5660652a16bd6e.xml │ ├── 1e53adefe9494b3ea1ebf7b01a89f56a.html │ ├── 1e53adefe9494b3ea1ebf7b01a89f56a.xml │ ├── 1e75b1cb182a41f09ee1a1f77da5198d.html │ ├── 1e75b1cb182a41f09ee1a1f77da5198d.xml │ ├── 1fa75541b9b9433b98153b2f36a0da23.html │ ├── 1fa75541b9b9433b98153b2f36a0da23.xml │ ├── 20c5a892c6fa4bc697b9887cf4267592.html │ ├── 20c5a892c6fa4bc697b9887cf4267592.xml │ ├── 20f689ce47c2413697fccf4935622da1.html │ ├── 20f689ce47c2413697fccf4935622da1.xml │ ├── 21ca4c53f6864d16812c51db0d99e171.html │ ├── 21ca4c53f6864d16812c51db0d99e171.xml │ ├── 21d9723b06224af5b5a2cc2edfde7226.html │ ├── 21d9723b06224af5b5a2cc2edfde7226.xml │ ├── 2340901b5a114beebc730a90800361a9.html │ ├── 2340901b5a114beebc730a90800361a9.xml │ ├── 240fae6c3f52468588dbfba00793a4e3.html │ ├── 240fae6c3f52468588dbfba00793a4e3.xml │ ├── 24243fc0b36d42f895838b9a46df428d.html │ ├── 24243fc0b36d42f895838b9a46df428d.xml │ ├── 244491ffc19c43ce8f048e0c51638542.html │ ├── 244491ffc19c43ce8f048e0c51638542.xml │ ├── 25621f1e85714aed8a6a4035a5a526f6.html │ ├── 25621f1e85714aed8a6a4035a5a526f6.xml │ ├── 25d5f3d6f2eb4155be6d1d53904e1034.html │ ├── 25d5f3d6f2eb4155be6d1d53904e1034.xml │ ├── 25e760bb3e50476c89fa6e4f8c8cbed5.html │ ├── 25e760bb3e50476c89fa6e4f8c8cbed5.xml │ ├── 2648d66c9fd94c218dd049427d0a4695.html │ ├── 2648d66c9fd94c218dd049427d0a4695.xml │ ├── 2801889b57b34f05be3c940a84136a19.html │ ├── 2801889b57b34f05be3c940a84136a19.xml │ ├── 28beb8239c564b11ad035ce489ecc160.html │ ├── 28beb8239c564b11ad035ce489ecc160.xml │ ├── 2942ccd3ee024ca096a96270017d9a70.html │ ├── 2942ccd3ee024ca096a96270017d9a70.xml │ ├── 2c67dd8fe6f0498b941ed11180887a8d.html │ ├── 2c67dd8fe6f0498b941ed11180887a8d.xml │ ├── 2d1debe4a78442979b7117a5bdc96cd4.html │ ├── 2d1debe4a78442979b7117a5bdc96cd4.xml │ ├── 2e57c5bece314c38b5a73545fbfe88e8.html │ ├── 2e57c5bece314c38b5a73545fbfe88e8.xml │ ├── 2f6ee1584ff94a6cbbcb1b1c7db9412a.html │ ├── 2f6ee1584ff94a6cbbcb1b1c7db9412a.xml │ ├── 2f968a00567b42589fcb20b823e2dd0b.html │ ├── 2f968a00567b42589fcb20b823e2dd0b.xml │ ├── 303f2de0126a419683abb2be35083380.html │ ├── 303f2de0126a419683abb2be35083380.xml │ ├── 311b566c613244fd8d8dc95d983f785e.html │ ├── 311b566c613244fd8d8dc95d983f785e.xml │ ├── 329ed543e9944756874e2f051067de75.html │ ├── 329ed543e9944756874e2f051067de75.xml │ ├── 377ae766c6bc482f85f712aa55cf4acf.html │ ├── 377ae766c6bc482f85f712aa55cf4acf.xml │ ├── 37b076574319470aa06643087a405266.html │ ├── 37b076574319470aa06643087a405266.xml │ ├── 38bdffe7b57341a88ad60585594382d4.html │ ├── 38bdffe7b57341a88ad60585594382d4.xml │ ├── 399682423344482a810e368d8d336a81.html │ ├── 399682423344482a810e368d8d336a81.xml │ ├── 3ab2cc23c77c4f22a8eecb9936ad5c09.html │ ├── 3ab2cc23c77c4f22a8eecb9936ad5c09.xml │ ├── 3abeb8a06979456db6fd6d135f5ef636.html │ ├── 3abeb8a06979456db6fd6d135f5ef636.xml │ ├── 3b0fa87061544ec2adab9d8f7ebd24a2.html │ ├── 3b0fa87061544ec2adab9d8f7ebd24a2.xml │ ├── 3b9e32e4cf9f44ef9bc9a5c5684d8d00.html │ ├── 3b9e32e4cf9f44ef9bc9a5c5684d8d00.xml │ ├── 3d1563d2cc4f4f0ba68bb7abaf574742.html │ ├── 3d1563d2cc4f4f0ba68bb7abaf574742.xml │ ├── 3f20c4da397a445fb39a8857edee98a2.html │ ├── 3f20c4da397a445fb39a8857edee98a2.xml │ ├── 3fffb1ad732e410cbeec57ac50a869f4.html │ ├── 3fffb1ad732e410cbeec57ac50a869f4.xml │ ├── 4320c8f0158b473ab18a8a02cad7deaf.html │ ├── 4320c8f0158b473ab18a8a02cad7deaf.xml │ ├── 43af79ace3084334bf674132dfde17b4.html │ ├── 43af79ace3084334bf674132dfde17b4.xml │ ├── 4502a078f72c43dfb5a954bb21a6948c.html │ ├── 4502a078f72c43dfb5a954bb21a6948c.xml │ ├── 46ab2518d90741eab3858787f7d33465.html │ ├── 46ab2518d90741eab3858787f7d33465.xml │ ├── 485d767850874a3897f466b7f7be2863.html │ ├── 485d767850874a3897f466b7f7be2863.xml │ ├── 48d73ae31e9e42009ce7f46528def654.html │ ├── 48d73ae31e9e42009ce7f46528def654.xml │ ├── 4961612a17ac4f8697fedc528e79064f.html │ ├── 4961612a17ac4f8697fedc528e79064f.xml │ ├── 4964823174f444349526d4b232dba0c2.html │ ├── 4964823174f444349526d4b232dba0c2.xml │ ├── 49bb433c39564ab0874b9dbdea5a8b6f.html │ ├── 49bb433c39564ab0874b9dbdea5a8b6f.xml │ ├── 49ffc6e78c1f457b9e4a970cf80e86ef.html │ ├── 49ffc6e78c1f457b9e4a970cf80e86ef.xml │ ├── 4b7ec0cd7d5f4bd4b52f7bfeb1b04fb4.html │ ├── 4b7ec0cd7d5f4bd4b52f7bfeb1b04fb4.xml │ ├── 4c23d094a3ee4145bf864cad70f23f67.html │ ├── 4c23d094a3ee4145bf864cad70f23f67.xml │ ├── 4c2a70c10a3547cf8a19c558946fc887.html │ ├── 4c2a70c10a3547cf8a19c558946fc887.xml │ ├── 4d5baeb302b6401988c7d016de4b0443.html │ ├── 4d5baeb302b6401988c7d016de4b0443.xml │ ├── 4ddc95dc381743b5828a249091741881.html │ ├── 4ddc95dc381743b5828a249091741881.xml │ ├── 4e21c85cda3c429bb552726ee6df1a1a.html │ ├── 4e21c85cda3c429bb552726ee6df1a1a.xml │ ├── 4f8c257183224e61a91e444738263ccb.html │ ├── 4f8c257183224e61a91e444738263ccb.xml │ ├── 51ef861f65a84bed8b64133cdd1dd074.html │ ├── 51ef861f65a84bed8b64133cdd1dd074.xml │ ├── 52bb9cc38eec46d293106427529f970a.html │ ├── 52bb9cc38eec46d293106427529f970a.xml │ ├── 5504334e25b148888774fd7145fdaf54.html │ ├── 5504334e25b148888774fd7145fdaf54.xml │ ├── 557a067dcde747fa8a12d117304eb957.html │ ├── 557a067dcde747fa8a12d117304eb957.xml │ ├── 56f3cbaeff724ac896010cf96b5f0222.html │ ├── 56f3cbaeff724ac896010cf96b5f0222.xml │ ├── 572b7bd7623e460a9b58a576a3dbf963.html │ ├── 572b7bd7623e460a9b58a576a3dbf963.xml │ ├── 59c1faa969394e819e67d0c3e31a86e1.html │ ├── 59c1faa969394e819e67d0c3e31a86e1.xml │ ├── 5a126b8687ef42f6bc656cdd42551223.html │ ├── 5a126b8687ef42f6bc656cdd42551223.xml │ ├── 5a64f73c603549b0ac182aad87f5a45b.html │ ├── 5a64f73c603549b0ac182aad87f5a45b.xml │ ├── 5b89f3c2f6c343d497c2581518f2e7db.html │ ├── 5b89f3c2f6c343d497c2581518f2e7db.xml │ ├── 5d743e15c76148baa83b34ba2938b246.html │ ├── 5d743e15c76148baa83b34ba2938b246.xml │ ├── 5dd796da0de64ed782b0ef0e4fa8c2eb.html │ ├── 5dd796da0de64ed782b0ef0e4fa8c2eb.xml │ ├── 5deeaa02f22f4d9fba307ab04cf128fb.html │ ├── 5deeaa02f22f4d9fba307ab04cf128fb.xml │ ├── 604ec6d962dd423592af33b609e763de.html │ ├── 604ec6d962dd423592af33b609e763de.xml │ ├── 62ab8e173c134075b0d5051e7f5a357e.html │ ├── 62ab8e173c134075b0d5051e7f5a357e.xml │ ├── 630575c34cd24b57beddcb227647ef6f.html │ ├── 630575c34cd24b57beddcb227647ef6f.xml │ ├── 6314c7a4f066492fa9745de65cfb6bd1.html │ ├── 6314c7a4f066492fa9745de65cfb6bd1.xml │ ├── 631c04cc3f8f42368e58d2e4045ab418.html │ ├── 631c04cc3f8f42368e58d2e4045ab418.xml │ ├── 6636d0c9c7d74b679838b7a171bdc534.html │ ├── 6636d0c9c7d74b679838b7a171bdc534.xml │ ├── 673d673dc5084b30a8454898cb564f6b.html │ ├── 673d673dc5084b30a8454898cb564f6b.xml │ ├── 67c25ccfb4ff43cc93f221fb77677a83.html │ ├── 67c25ccfb4ff43cc93f221fb77677a83.xml │ ├── 684d568354fa49fdba0c47a7d1fe072c.html │ ├── 684d568354fa49fdba0c47a7d1fe072c.xml │ ├── 6a188f29f34c4371846be8127bb284b2.html │ ├── 6a188f29f34c4371846be8127bb284b2.xml │ ├── 6d7f574dc4cc4a9cbcfe73c27c926425.html │ ├── 6d7f574dc4cc4a9cbcfe73c27c926425.xml │ ├── 6db598da8c294afaa9b17f4d771017d6.html │ ├── 6db598da8c294afaa9b17f4d771017d6.xml │ ├── 6df88c5b0ec042b88ee3415cbdffe0bd.html │ ├── 6df88c5b0ec042b88ee3415cbdffe0bd.xml │ ├── 7096731a771d4703b8453c68ef7d56eb.html │ ├── 7096731a771d4703b8453c68ef7d56eb.xml │ ├── 70b04bd789c54c90aedb8c5edb90479f.html │ ├── 70b04bd789c54c90aedb8c5edb90479f.xml │ ├── 7105c1c9424f4ba2869708c8aa86a677.html │ ├── 7105c1c9424f4ba2869708c8aa86a677.xml │ ├── 730b4217e8284e5abf4ae820889bd78b.html │ ├── 730b4217e8284e5abf4ae820889bd78b.xml │ ├── 74948cd6472b4910bcfcf0194ed497c6.html │ ├── 74948cd6472b4910bcfcf0194ed497c6.xml │ ├── 75d303f76f334a7ab968794972809d15.html │ ├── 75d303f76f334a7ab968794972809d15.xml │ ├── 785a48bb3f8e4052bb4eb4a6aad304c6.html │ ├── 785a48bb3f8e4052bb4eb4a6aad304c6.xml │ ├── 7867025db2784bc9b7a8211a09a3844e.html │ ├── 7867025db2784bc9b7a8211a09a3844e.xml │ ├── 79271f08958c4386b7ad6e0cc8f777d4.html │ ├── 79271f08958c4386b7ad6e0cc8f777d4.xml │ ├── 79b901455aba4f8b944a9f735fa00a5b.html │ ├── 79b901455aba4f8b944a9f735fa00a5b.xml │ ├── 7a7e8bb6ae314f82adf278de1e78efc7.html │ ├── 7a7e8bb6ae314f82adf278de1e78efc7.xml │ ├── 7b43fdfffd1e4213aa90b9577ba5528a.html │ ├── 7b43fdfffd1e4213aa90b9577ba5528a.xml │ ├── 7baf508793614569b1496f7c112ca852.html │ ├── 7baf508793614569b1496f7c112ca852.xml │ ├── 7c7c073ce8c148e08c908ff46bc2fa7c.html │ ├── 7c7c073ce8c148e08c908ff46bc2fa7c.xml │ ├── 7d564d3b529e4e588f4c3fcc8433052f.html │ ├── 7d564d3b529e4e588f4c3fcc8433052f.xml │ ├── 7e22ae35da924b678866813f8cc6eef6.html │ ├── 7e22ae35da924b678866813f8cc6eef6.xml │ ├── 7e2a73522ce1455baf54c156bb43fb11.html │ ├── 7e2a73522ce1455baf54c156bb43fb11.xml │ ├── 7ec3167b131a4d9ebf09da8353ef17d6.html │ ├── 7ec3167b131a4d9ebf09da8353ef17d6.xml │ ├── 7f4f36fb901440b996354820e0c78fb0.html │ ├── 7f4f36fb901440b996354820e0c78fb0.xml │ ├── 800b885c167a4e45916218b876df8d02.html │ ├── 800b885c167a4e45916218b876df8d02.xml │ ├── 802cdc6f1e57413b9b2091ae4f34f372.html │ ├── 802cdc6f1e57413b9b2091ae4f34f372.xml │ ├── 804179fb34604ec380351f92807a3896.html │ ├── 804179fb34604ec380351f92807a3896.xml │ ├── 81a88593851345189983cb33e119b99c.html │ ├── 81a88593851345189983cb33e119b99c.xml │ ├── 82a239bf94264ab6b2b70e502209175c.html │ ├── 82a239bf94264ab6b2b70e502209175c.xml │ ├── 843161a15efa4098ab509df193ebd2f7.html │ ├── 843161a15efa4098ab509df193ebd2f7.xml │ ├── 87080557f93346b9b73a6d002202ba07.html │ ├── 87080557f93346b9b73a6d002202ba07.xml │ ├── 87e235ad0a964812b4a1c0cb1dd31f3e.html │ ├── 87e235ad0a964812b4a1c0cb1dd31f3e.xml │ ├── 89cf7133f93f40379f4626f171642852.html │ ├── 89cf7133f93f40379f4626f171642852.xml │ ├── 8a70fc9fb1ad40e4bb5a1e3620d1607d.html │ ├── 8a70fc9fb1ad40e4bb5a1e3620d1607d.xml │ ├── 8c9006dcebbe4cd7aed2b89088c1a9d9.html │ ├── 8c9006dcebbe4cd7aed2b89088c1a9d9.xml │ ├── 8d4dabcfaf76423db9b17bea6d789bf0.html │ ├── 8d4dabcfaf76423db9b17bea6d789bf0.xml │ ├── 906288f0d9d945c8af7e76c42dc4c147.html │ ├── 906288f0d9d945c8af7e76c42dc4c147.xml │ ├── 92ae0639039040ec9da1d0dc0e31eff7.html │ ├── 92ae0639039040ec9da1d0dc0e31eff7.xml │ ├── 92e8671cbb814598a54040238508fda9.html │ ├── 92e8671cbb814598a54040238508fda9.xml │ ├── 93dea66736094ad18fa054766e695599.html │ ├── 93dea66736094ad18fa054766e695599.xml │ ├── 9488cc17b5e74c3eb02409f6a1a596ef.html │ ├── 9488cc17b5e74c3eb02409f6a1a596ef.xml │ ├── 994f177a47dd4c8d9f9d7f55e680163d.html │ ├── 994f177a47dd4c8d9f9d7f55e680163d.xml │ ├── 99bb8563c80d4434825953355f3430cc.html │ ├── 99bb8563c80d4434825953355f3430cc.xml │ ├── 9a2f4f75927e476c992d688f2ba62916.html │ ├── 9a2f4f75927e476c992d688f2ba62916.xml │ ├── 9a30c10669084861a493d604cfa9c579.html │ ├── 9a30c10669084861a493d604cfa9c579.xml │ ├── 9b4148c7893d43d9ad7c870ea7294ebb.html │ ├── 9b4148c7893d43d9ad7c870ea7294ebb.xml │ ├── 9dc5a2d3e24d4531889b41a242e930b1.html │ ├── 9dc5a2d3e24d4531889b41a242e930b1.xml │ ├── 9de5c1f7f6af49ca969f257406343017.html │ ├── 9de5c1f7f6af49ca969f257406343017.xml │ ├── 9ea15e93acf54c0c8b94024ba86dbb42.html │ ├── 9ea15e93acf54c0c8b94024ba86dbb42.xml │ ├── a01fc100e5e64fc5bbca09daa190cfee.html │ ├── a01fc100e5e64fc5bbca09daa190cfee.xml │ ├── a0a0c0dd749740adaf128c9828e36c9d.html │ ├── a0a0c0dd749740adaf128c9828e36c9d.xml │ ├── a0bdfd5da3564da2a82aec81a512476b.html │ ├── a0bdfd5da3564da2a82aec81a512476b.xml │ ├── a20a7b0044a34d23a0a8fdd639a9e5d3.html │ ├── a20a7b0044a34d23a0a8fdd639a9e5d3.xml │ ├── a27e0ccd256c4714b6f685fe44b8bcfe.html │ ├── a27e0ccd256c4714b6f685fe44b8bcfe.xml │ ├── a2993cb9ff4e466db1c319cce50be8cd.html │ ├── a2993cb9ff4e466db1c319cce50be8cd.xml │ ├── a7df8d8a1b5f4775ad546ef83afa34e7.html │ ├── a7df8d8a1b5f4775ad546ef83afa34e7.xml │ ├── a8c7df65677b43219d5fcc5fc9f84125.html │ ├── a8c7df65677b43219d5fcc5fc9f84125.xml │ ├── aa1eb42464f14ccd91999ed88e3a154c.html │ ├── aa1eb42464f14ccd91999ed88e3a154c.xml │ ├── aa51a9fe09ed4d399ff713e13f3578a1.html │ ├── aa51a9fe09ed4d399ff713e13f3578a1.xml │ ├── ad89e35b42c34d9da26e0c4d12f131af.html │ ├── ad89e35b42c34d9da26e0c4d12f131af.xml │ ├── aebdc7b4444c44398ad2147cd7ed80d8.html │ ├── aebdc7b4444c44398ad2147cd7ed80d8.xml │ ├── af1c8a6377cc4cfcb2a34d2993124388.html │ ├── af1c8a6377cc4cfcb2a34d2993124388.xml │ ├── af7a544353084ef58811068ec3f63f6c.html │ ├── af7a544353084ef58811068ec3f63f6c.xml │ ├── b1334633b96147b8809f64e2d403ee1b.html │ ├── b1334633b96147b8809f64e2d403ee1b.xml │ ├── b14823564ee64c4e8724da061ab21d16.html │ ├── b14823564ee64c4e8724da061ab21d16.xml │ ├── b2510cd7b1fe4555bf2f49543fd0947f.html │ ├── b2510cd7b1fe4555bf2f49543fd0947f.xml │ ├── b38b15de1c404e13935a9fd342a1fcf9.html │ ├── b38b15de1c404e13935a9fd342a1fcf9.xml │ ├── b3c8810f76d54157abcdc54c55640457.html │ ├── b3c8810f76d54157abcdc54c55640457.xml │ ├── b3ff2896af854665bc903d5ea42e65f0.html │ ├── b3ff2896af854665bc903d5ea42e65f0.xml │ ├── b521687f25a84d87a3c5895f4cfdb5ac.html │ ├── b521687f25a84d87a3c5895f4cfdb5ac.xml │ ├── b539ed5ff0044a1eae21c93269feb4e0.html │ ├── b539ed5ff0044a1eae21c93269feb4e0.xml │ ├── b570eab98f9a4c19a067ba8bd6ff570e.html │ ├── b570eab98f9a4c19a067ba8bd6ff570e.xml │ ├── b5ed3e61623f4c16add2394a45f2add1.html │ ├── b5ed3e61623f4c16add2394a45f2add1.xml │ ├── b6e5dc9098e84e89834cda1082adeb25.html │ ├── b6e5dc9098e84e89834cda1082adeb25.xml │ ├── b8ba5a08c4c143dda02b1f804b252322.html │ ├── b8ba5a08c4c143dda02b1f804b252322.xml │ ├── b8fbaf2d8fe845f8b2ead7a9abeddb34.html │ ├── b8fbaf2d8fe845f8b2ead7a9abeddb34.xml │ ├── b8ff88e9af9240b3aab7ec7949c6734d.html │ ├── b8ff88e9af9240b3aab7ec7949c6734d.xml │ ├── bb48f8b8f68d4a7fbf70a4d77a27f13d.html │ ├── bb48f8b8f68d4a7fbf70a4d77a27f13d.xml │ ├── bbab6eeb9eb740b7ad84f73248f29b16.html │ ├── bbab6eeb9eb740b7ad84f73248f29b16.xml │ ├── bc9000c4b44f484fab3c013400cbeb11.html │ ├── bc9000c4b44f484fab3c013400cbeb11.xml │ ├── bcfcb4e3443b49cb8d4397b90b55ce3c.html │ ├── bcfcb4e3443b49cb8d4397b90b55ce3c.xml │ ├── bf821eb77de44d01ab26fdbaea9a1419.html │ ├── bf821eb77de44d01ab26fdbaea9a1419.xml │ ├── c08ced50af3f49c8980e98ea6f8670f3.html │ ├── c08ced50af3f49c8980e98ea6f8670f3.xml │ ├── c136b9c30ef24daebf9021b393d97e00.html │ ├── c136b9c30ef24daebf9021b393d97e00.xml │ ├── c2015f46431c46b8bc6ff8899e235d50.html │ ├── c2015f46431c46b8bc6ff8899e235d50.xml │ ├── c295251ca38f4a4ab87e4b7883edd295.html │ ├── c295251ca38f4a4ab87e4b7883edd295.xml │ ├── c323bb3d5a934fc8afd29af2c28a6bd0.html │ ├── c323bb3d5a934fc8afd29af2c28a6bd0.xml │ ├── c40636fdf6c14ef0b9dd08f21b288f0b.html │ ├── c40636fdf6c14ef0b9dd08f21b288f0b.xml │ ├── c729096cc76441478c6b4aa9346bcbde.html │ ├── c729096cc76441478c6b4aa9346bcbde.xml │ ├── c7cf3ffbe1a943a7b38e10235aee1b96.html │ ├── c7cf3ffbe1a943a7b38e10235aee1b96.xml │ ├── c892b90392a1494fb985ab3a9dabc745.html │ ├── c892b90392a1494fb985ab3a9dabc745.xml │ ├── c912821348e0498eab881430f3399e06.html │ ├── c912821348e0498eab881430f3399e06.xml │ ├── caa3defbf96243e6be321f04cb8a11c0.html │ ├── caa3defbf96243e6be321f04cb8a11c0.xml │ ├── cc191d19b25b47e9b39edd6bb90559fc.html │ ├── cc191d19b25b47e9b39edd6bb90559fc.xml │ ├── cc28f491e7964ffa9f3ea8d1123cfc17.html │ ├── cc28f491e7964ffa9f3ea8d1123cfc17.xml │ ├── cda11ea3cf004156b9d209d5b69a2873.html │ ├── cda11ea3cf004156b9d209d5b69a2873.xml │ ├── cea795f46e564477a1b4c60affd0852b.html │ ├── cea795f46e564477a1b4c60affd0852b.xml │ ├── cea9cb88b66d48b68b34e59979d819e1.html │ ├── cea9cb88b66d48b68b34e59979d819e1.xml │ ├── cf4b54acedfb4d998c8377390aaad5c8.html │ ├── cf4b54acedfb4d998c8377390aaad5c8.xml │ ├── cf9e4e0c237644a19c969bf4f4c4a529.html │ ├── cf9e4e0c237644a19c969bf4f4c4a529.xml │ ├── d03a56d49bb445839dffb53e8748daa3.html │ ├── d03a56d49bb445839dffb53e8748daa3.xml │ ├── d1beb17e1ffa45b89d636c24265fc736.html │ ├── d1beb17e1ffa45b89d636c24265fc736.xml │ ├── d207aa8ca9884e7c9016d7530006ba66.html │ ├── d207aa8ca9884e7c9016d7530006ba66.xml │ ├── d27c1daad9b942b9ae0041b45241f86f.html │ ├── d27c1daad9b942b9ae0041b45241f86f.xml │ ├── d305d51d5cff47cd855e9bceb73babed.html │ ├── d305d51d5cff47cd855e9bceb73babed.xml │ ├── d444d721bd8d44e89b8dd880c90224a4.html │ ├── d444d721bd8d44e89b8dd880c90224a4.xml │ ├── d44762a484f74c5a80bbea382f4ee2f8.html │ ├── d44762a484f74c5a80bbea382f4ee2f8.xml │ ├── d453bb4012ea4e818bee9869bc0f3b9b.html │ ├── d453bb4012ea4e818bee9869bc0f3b9b.xml │ ├── d4e2624ae8b3479db698413bd8947b6f.html │ ├── d4e2624ae8b3479db698413bd8947b6f.xml │ ├── d6f9462c66c449b3b0118ba590402f70.html │ ├── d6f9462c66c449b3b0118ba590402f70.xml │ ├── d8535fedd71d4e84806e2212b9c0c4af.html │ ├── d8535fedd71d4e84806e2212b9c0c4af.xml │ ├── d897984a61d54127a77f0643c2fe00bb.html │ ├── d897984a61d54127a77f0643c2fe00bb.xml │ ├── d8f19b6bd2894cb5a296fcf90f8263f7.html │ ├── d8f19b6bd2894cb5a296fcf90f8263f7.xml │ ├── d90f66db17114d33ab341541c2157720.html │ ├── d90f66db17114d33ab341541c2157720.xml │ ├── dbad3cf2e0b44ce69c3fb14c21ad359e.html │ ├── dbad3cf2e0b44ce69c3fb14c21ad359e.xml │ ├── dc2e63662af34b598fbc3813653fb955.html │ ├── dc2e63662af34b598fbc3813653fb955.xml │ ├── dcc2fd556b3749a8b10b05d03540908f.html │ ├── dcc2fd556b3749a8b10b05d03540908f.xml │ ├── dcdf63995e954a92a450eadabb439950.html │ ├── dcdf63995e954a92a450eadabb439950.xml │ ├── dd6f19932ddd422395d755a1c0aa57a8.html │ ├── dd6f19932ddd422395d755a1c0aa57a8.xml │ ├── dd810c6113a446469334c6f3d1e377b5.html │ ├── dd810c6113a446469334c6f3d1e377b5.xml │ ├── e0061f43dbdb4df3800d4bb11b8d7d92.html │ ├── e0061f43dbdb4df3800d4bb11b8d7d92.xml │ ├── e028516042bc4d2d8a08147699230594.html │ ├── e028516042bc4d2d8a08147699230594.xml │ ├── e165e3d43ff04527ae0eb18dbdfe44b8.html │ ├── e165e3d43ff04527ae0eb18dbdfe44b8.xml │ ├── e276c31d8de14720a377f779e96c873e.html │ ├── e276c31d8de14720a377f779e96c873e.xml │ ├── e31a297e28e041358e887da81dbd620b.html │ ├── e31a297e28e041358e887da81dbd620b.xml │ ├── e474e9927e2441ef820a97f7a384f60a.html │ ├── e474e9927e2441ef820a97f7a384f60a.xml │ ├── e68f6a622fa947d186bf94566c863ca3.html │ ├── e68f6a622fa947d186bf94566c863ca3.xml │ ├── e738fc0c95be4fc8ab818a6108c4060e.html │ ├── e738fc0c95be4fc8ab818a6108c4060e.xml │ ├── e771da4389ef4c65ba2e1a2c0da9d5dc.html │ ├── e771da4389ef4c65ba2e1a2c0da9d5dc.xml │ ├── e831369ef236481a81dd274ee9292ce1.html │ ├── e831369ef236481a81dd274ee9292ce1.xml │ ├── e94bffee633e47d2bd4dae43c1c9b535.html │ ├── e94bffee633e47d2bd4dae43c1c9b535.xml │ ├── eab21df0c9df4e7fb7e97f7bc42cfdd9.html │ ├── eab21df0c9df4e7fb7e97f7bc42cfdd9.xml │ ├── eb66e80494744cad8deb89fff581e8f9.html │ ├── eb66e80494744cad8deb89fff581e8f9.xml │ ├── ec2fad41f0784dc5af806604182bcdcb.html │ ├── ec2fad41f0784dc5af806604182bcdcb.xml │ ├── ec983644cc414ac597503da5b80dc671.html │ ├── ec983644cc414ac597503da5b80dc671.xml │ ├── eccf3ee3e2c4456fb9032e243a5a2aa4.html │ ├── eccf3ee3e2c4456fb9032e243a5a2aa4.xml │ ├── ecd00380bae44a4c878a6ec9a9120148.html │ ├── ecd00380bae44a4c878a6ec9a9120148.xml │ ├── ef2a07230610407e9165937d65eb1746.html │ ├── ef2a07230610407e9165937d65eb1746.xml │ ├── ef65c5c7c37f46b1a2a11fac55afd5d1.html │ ├── ef65c5c7c37f46b1a2a11fac55afd5d1.xml │ ├── f01347fd0ce14a9383ad95c7bde042d0.html │ ├── f01347fd0ce14a9383ad95c7bde042d0.xml │ ├── f1cd3645a04f446ba979fbb01c5228b5.html │ ├── f1cd3645a04f446ba979fbb01c5228b5.xml │ ├── f2a9ce2abef8469b85506335db5778b0.html │ ├── f2a9ce2abef8469b85506335db5778b0.xml │ ├── f35aa25f61e4421482afa1304296b5ea.html │ ├── f35aa25f61e4421482afa1304296b5ea.xml │ ├── f4396b1ac05d43fc8b86bf8792fddedc.html │ ├── f4396b1ac05d43fc8b86bf8792fddedc.xml │ ├── f48dfe40f51a41f0bdfeffc2bc53f83a.html │ ├── f48dfe40f51a41f0bdfeffc2bc53f83a.xml │ ├── f4f8e84fa48b4990a6a4986ff6f33dc4.html │ ├── f4f8e84fa48b4990a6a4986ff6f33dc4.xml │ ├── f5c48d15a4964d18b5ead12c9199915a.html │ ├── f5c48d15a4964d18b5ead12c9199915a.xml │ ├── f7b92f7fc6ee409b986c5f803b1f7d23.html │ ├── f7b92f7fc6ee409b986c5f803b1f7d23.xml │ ├── f7ee293ed3064ff69ed77f31f0a6265c.html │ ├── f7ee293ed3064ff69ed77f31f0a6265c.xml │ ├── f814195eb3b149c4a3c1fdf7bc4447c6.html │ ├── f814195eb3b149c4a3c1fdf7bc4447c6.xml │ ├── f8253934ef534e6f82775222343e54e6.html │ ├── f8253934ef534e6f82775222343e54e6.xml │ ├── f9d837afc2ef4b44b967c47fc22db7cd.html │ ├── f9d837afc2ef4b44b967c47fc22db7cd.xml │ ├── faaa44ad7cd64564a9693bcba3077e15.html │ ├── faaa44ad7cd64564a9693bcba3077e15.xml │ ├── fc6f4d4673364e01a6c302aa7b25c7ea.html │ ├── fc6f4d4673364e01a6c302aa7b25c7ea.xml │ ├── fe30a17a91464188a5f7a9b75b2a1d0a.html │ ├── fe30a17a91464188a5f7a9b75b2a1d0a.xml │ ├── fe6b09752fe74a38bbaa48292cfee1dc.html │ ├── fe6b09752fe74a38bbaa48292cfee1dc.xml │ ├── ff536eb66cd44f94a0df2c9e9e06ab66.html │ ├── ff536eb66cd44f94a0df2c9e9e06ab66.xml │ ├── ff5c95a828ed4aadb5403c7e6c3a5fbf.html │ └── ff5c95a828ed4aadb5403c7e6c3a5fbf.xml │ ├── info │ ├── handouts.html │ ├── updates.html │ └── updates.items.json │ ├── library_content │ └── 34a4d5e71d974c029cbde1956bd7c820.xml │ ├── lti │ ├── 8e71d278e94f4913bc564cc6141fde53.xml │ └── 94231b63c6c34ead863d2876a4762751.xml │ ├── policies │ ├── DemoCourse │ │ ├── grading_policy.json │ │ └── policy.json │ └── assets.json │ ├── problem │ ├── 0135258373e648f2b57a80ae06bade61.xml │ ├── 0895f1b6c0b329e50b90.xml │ ├── 0d127d7942ec4be7a464eabafb286d02.xml │ ├── 10d6abada29b45df87f3bd9a9af86e72.xml │ ├── 29fb15ec7b5f462cab0a8216108df8dc.xml │ ├── 330956aa9c304a0a8e944d3caac15494.xml │ ├── 3956d029fa74441cbfca3a97913ccaa8.xml │ ├── 3b8100660f3947c198e0a9b35f7c6cf6.xml │ ├── 3e5a945f54374fc7ababadc080660f2d.xml │ ├── 53083a812536472ba8ea8182ee354363.xml │ ├── 58f6371c54254596ac91699557af449c.xml │ ├── 7071a317a0744a37924ef5dea17d47e1.xml │ ├── 720cac326b684155b4845d32af4aeef0.xml │ ├── 73ccaa75b5b6036b48fd.xml │ ├── 7c95e593b148415e97ac02811c7daf1b.xml │ ├── 85f3f7f9b72548af880975112f27817c.xml │ ├── 861cd64b013d1addc68f.xml │ ├── 870b16e640d541af94a308caac834d2e.xml │ ├── 8a4f31060c1f666f9d75.xml │ ├── 9f898b5307d841fcb03f5ee4eb206a9a.xml │ ├── b1ddf9b3553941cfa55b3cc8a56ab1a0.xml │ ├── b20c43dfbd874a729762ab44a1dfc282.xml │ ├── c4f36f420bea1c8fb6a8.xml │ ├── c89f56c74a3a424dbffb665d4643b42f.xml │ ├── ced178178f4440e08f15a408ea14cbf1.xml │ ├── dc37b89aade5444fbb1ecdaa0d22d180.xml │ ├── eb57b81093d048df975c957d005b1f74.xml │ ├── ef8c3814d2ce47c6927a8310bba4b849.xml │ └── fa55e7ce7a529c3aadf2.xml │ ├── sequential │ ├── 0ce96364b5b144db9a94c969fba59f09.xml │ ├── 238baaf16b3c4157ad0c01701cf57e25.xml │ ├── 276a277f5a784f53a7525e28b96e9a1b.xml │ ├── 462452ab42084a4ab4a2039d46deb509.xml │ ├── 4e1de5e13fc3422997fe246b40a43aa1.xml │ ├── 5aecf320a7dd4866bdd768cbef9d2131.xml │ ├── 606ee7182eb54bf797d0697c1c4abd23.xml │ ├── 6ba8902b2179452dad8a55e342882fd3.xml │ ├── 747014a9a0aa42d683b2b05ee2c6f72e.xml │ ├── 8d709659aba644edac0da66cd322ba7c.xml │ ├── 971737e543204551bb34c4ca44e12b86.xml │ ├── c0b796e411ff423cb1b56ccd927d7e6d.xml │ ├── e2206f6f2cd449ab85a7aa424fd0fb72.xml │ ├── e25d8eac15224f91bd3aa22bfe28a602.xml │ ├── f5ac527b7c4c4684a5df6da5aa6f8a7b.xml │ ├── f5c59ce5928f42f4af485e187a93963e.xml │ └── f80c166b31da4a129f2d23f9fe8bb97b.xml │ ├── static │ ├── 10840580-cf26-4aeb-8076-7cacf5eaf5ae-en.srt │ ├── 29425bc9-05c6-48fd-8232-c795ddf4e193-en.srt │ ├── 48c991fb-083c-45e1-adad-930d2b11b11e-en.srt │ ├── 48c991fb-083c-45e1-adad-930d2b11b11e-es.srt │ ├── Abacus.png │ ├── Abacus_solution.png │ ├── Brain green.png │ ├── Brain red.png │ ├── Brain yellow.png │ ├── Brain_target_sm.png │ ├── DiagnosisSimulation.html │ ├── DiagnosisSimulation2.html │ ├── DiagnosisSimulation_h2_1.html │ ├── Discussion_Post.png │ ├── HXEditor.js │ ├── HXPopUpProblems.js │ ├── HXVideoChime.js │ ├── HXVideoLinks.js │ ├── Jellyfish_720_10s_2MB.mp4 │ ├── Learning Goals.pdf │ ├── Library Content graphic-100.png │ ├── Marketplace-Open-edX v2.png │ ├── OpenedX_Ecosystem.jpg │ ├── OpenedX_vs_edx_infographic_v2.jpeg │ ├── Pendleton_Sinking_Ship.jpeg │ ├── Periodic-Table-Colors.css │ ├── Periodic-Table.css │ ├── Periodic-Table.js │ ├── Question_Post.png │ ├── Reach of Open edX Downloadable Transcript.pdf │ ├── Video Player Elements Image-100.png │ ├── VideoLinks.css │ ├── Video_Toolbar.png │ ├── ajax-loader.gif │ ├── arrow-clicked.svg │ ├── b4cbbf59-b658-4a85-9dd7-80b5363d494b-en.srt │ ├── bobcat_upload_orig_template.png │ ├── callout_bg.png │ ├── choose_library_component.png │ ├── cm_style_guide_demox.css │ ├── code_editor_orig.png │ ├── codeboard_demo.png │ ├── codeboard_demo_step3.png │ ├── cohorts-groups-components.jpeg │ ├── cohorts-setup.png │ ├── community-icon.svg │ ├── components_orig.png │ ├── content-group-switcher.png │ ├── course_components.png │ ├── course_outline.png │ ├── course_structure_1.png │ ├── course_structure_2.png │ ├── course_structure_3.png │ ├── course_structure_full.png │ ├── database-icon.svg │ ├── demox_js.js │ ├── discussion-admin-add.png │ ├── divide-by-cohort.png │ ├── documentation icon.svg │ ├── download-icon.svg │ ├── draft.png │ ├── edX_logo.png │ ├── fdfa686f-8b70-4437-a490-0459cc9f1f2a-en.srt │ ├── feedback.js │ ├── grade_submissions.png │ ├── gradient-triangle.svg │ ├── grand_piano_freepik.jpeg │ ├── html_button_orig.png │ ├── hx.css │ ├── hx.js │ ├── hxGlobalOptions.js │ ├── imageMapResizer.min.js │ ├── images_logic_gate_image.png │ ├── images_logic_gate_sln.png │ ├── instructor_dashboard_orig.png │ ├── intro_accessible.js │ ├── introjs.css │ ├── learning_sequence_orig.png │ ├── library_import.png │ ├── lightbulb-opacity-5.svg │ ├── new_library.png │ ├── ohms_law.html │ ├── open source guy.svg │ ├── open-edx-celebratory-icon.png │ ├── open-edx-reach-slide.png │ ├── openedx_logo.png │ ├── outline.png │ ├── prerequisite-settings.png │ ├── prerequisite.png │ ├── prism.css │ ├── prism.js │ ├── progress_page.png │ ├── protein_sln.png │ ├── quote-left.png │ ├── quote-right.png │ ├── rabbit_gif_canva.gif │ ├── raw.png │ ├── raw_html_orig.png │ ├── rich_text_orig_with_template.png │ ├── romeo_juliet_commons.jpeg │ ├── sahara_desert_pexels.jpeg │ ├── select_library.png │ ├── slick-theme.css │ ├── slick.css │ ├── slick.eot │ ├── slick.js │ ├── slick.svg │ ├── slick.ttf │ ├── slick.woff │ ├── studio-home-libraries.png │ ├── summernote-lite.min.css │ ├── summernote-lite.min.js │ ├── summernote.eot │ ├── summernote.ttf │ ├── summernote.woff │ ├── summernote.woff2 │ ├── teams_application_screen.webp │ ├── thank you.png │ ├── thumbnail_demox.jpeg │ ├── thumbnail_draft.png │ ├── try-it-bg.jpg │ └── yellow_sq.png │ ├── vertical │ ├── 0250872640b842e8b336b41eea1d15df.xml │ ├── 030fda9d7b1a460db96bb8ba9b8b8c1d.xml │ ├── 046891682831472f87e7a152149dcd20.xml │ ├── 04f99514e09342e8a35b9fe5d6c0f500.xml │ ├── 07c8d8e217e04f8ca2f10bbd3cb36980.xml │ ├── 0eae8a55577040a1bdc83bffcf6acaf7.xml │ ├── 143a79fb5a61411fb6cf53e12117fa00.xml │ ├── 173c774ac2084af0a5d5c5af787f4f84.xml │ ├── 18f8c8467e734220a3aa6fd228152a37.xml │ ├── 1e58342039d542d6a8cd81e15be7bfd2.xml │ ├── 219a6d7e34b14a24bd9d9cbfdbe5754b.xml │ ├── 260d739348ac4829bbf5a4f0ca5a2c90.xml │ ├── 2a1f276a2b964eb6b137ed56abfe9052.xml │ ├── 30b3cb3f372a493589a9632c472550a7.xml │ ├── 32ff3f1fb27f4f39afbfb1a97a982019.xml │ ├── 3bed87cf56e74a3fa69e5295b197354f.xml │ ├── 3e4f3afc533741faacab58704e8213ef.xml │ ├── 3f7cc4483cf54da29d7d8f1650bf141a.xml │ ├── 43755d02338c4371b68e448116b4fa13.xml │ ├── 52d66aebf5da403b931b5aa72409cb5c.xml │ ├── 53a19908838e4654b911feb9a286acaf.xml │ ├── 5dad38154a0648c6a54b9f25c39d84bf.xml │ ├── 5fa97c848bfe4c5badfba9d118160482.xml │ ├── 5fdcd666f9bb4554938ee8a1ffb93d92.xml │ ├── 619390d971ba4e6e8b150417e3730d7e.xml │ ├── 64cc4b6e069247b296e2c86e8abf8632.xml │ ├── 6c9ec425340942799e823af7d23ec0db.xml │ ├── 75075fc132f440609538648c7c48ddaa.xml │ ├── 78b75020d3894fdfa8b4994f97275294.xml │ ├── 7aaf479ec21f4b90b30822bdc35ae894.xml │ ├── 7be7c1ea72f94d08b8bca998aa81f898.xml │ ├── 865d54415667491791017965c7f99a4c.xml │ ├── 86854570ab8b4eb3b3dc8d4a5de311f8.xml │ ├── 8c8427e057e84af39a4fb9239eb37c8a.xml │ ├── 94b49c9d499a4fc2b8d4e344d2c41cbf.xml │ ├── 95db45421ebf4c0ebbc33679904ec239.xml │ ├── 996f72a9a8b9429d8f887bd91c2e64cc.xml │ ├── a157f9bc518d474c9c7f38ed7aa0b1be.xml │ ├── a3ada3c77ab74014aa620f3c494e5558.xml │ ├── ad00988bd5b64608b3ed46c23be7231c.xml │ ├── b00ce7dd956248d0b668aa266d3b3796.xml │ ├── bf1cd17b606440ca8fc26bf08b22b22b.xml │ ├── c12777894c7841199b06135c61e7e6f6.xml │ ├── c6779856159e4890a17b7404658ee7d5.xml │ ├── cb65234f2a7b4e8692a0ef999267dccb.xml │ ├── cc931782487c49318bda8cc385db1516.xml │ ├── cecb7f4fda624e7fa946c8395a78e8ba.xml │ ├── d30d79a1f41445cdb6125de70a88ff7d.xml │ ├── d5aa3e6285c74f7684657a30323d1eeb.xml │ ├── d7513826d17a4c74b85c42eb8b2df015.xml │ ├── dacc88e550bd48db93899979bff1b086.xml │ ├── dd0ae374165a49f88ffe35affd6e19ce.xml │ ├── df40b2a6c12f48c7889b1d6fce1fd1bb.xml │ ├── e2435af58ee44b73bbe1b5dd9bedff87.xml │ ├── e33f5e34f13244f2aa7e2ed8dcdf8635.xml │ ├── ef7db790b1964645aee3b6ea9df76be7.xml │ ├── f0aa93365d264e2fb14dc9c1b5efa976.xml │ └── f913f60c77ac4d56894c1481d6445233.xml │ └── video │ ├── 078de40d92a54047b951a2e7a8e2a348.xml │ ├── 0d9ca68c609b4251bb3eacccd28dea19.xml │ ├── 2e26b4ea3903472a994ab5ae2b5ad44c.xml │ ├── 2fe12c0703484743a51fe4612a640563.xml │ ├── 32763b34bcb04f1ca20ef01839d8d2da.xml │ ├── 5f9918f8cc56430c9051610e1bdc2d3c.xml │ ├── 8371a089452c46628580bc4e0b1c2ee8.xml │ ├── 8888e30dade84caca66637064bbd2756.xml │ ├── 90f561aa9dc74324a47c077a583e8397.xml │ ├── b18dceef48234944a8d64ac6937ec6bd.xml │ └── d5a54ce52f464acfa7a83ae155712cc3.xml └── dist ├── README.rst ├── demo-content-library.tar.gz └── demo-course.tar.gz /.github/workflows/commitlint.yml: -------------------------------------------------------------------------------- 1 | # Run commitlint on the commit messages in a pull request. 2 | 3 | name: Lint Commit Messages 4 | 5 | on: 6 | - pull_request 7 | 8 | jobs: 9 | commitlint: 10 | uses: openedx/.github/.github/workflows/commitlint.yml@master 11 | -------------------------------------------------------------------------------- /.github/workflows/self-assign-issue.yml: -------------------------------------------------------------------------------- 1 | # This workflow runs when a comment is made on the ticket 2 | # If the comment starts with "assign me" it assigns the author to the 3 | # ticket (case insensitive) 4 | 5 | name: Assign comment author to ticket if they say "assign me" 6 | on: 7 | issue_comment: 8 | types: [created] 9 | 10 | jobs: 11 | self_assign_by_comment: 12 | uses: openedx/.github/.github/workflows/self-assign-issue.yml@master 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .DS_Store? 3 | .ehthumbs.db 4 | Icon? 5 | Thumbs.db 6 | ._* 7 | -------------------------------------------------------------------------------- /demo-content-library/README.rst: -------------------------------------------------------------------------------- 1 | Demo Content Library 2 | ==================== 3 | 4 | This directory contains all the content for the demo library in an unzipped view. You can use it to: 5 | 6 | - Inspect the OLX code 7 | - Review the assets in the library 8 | 9 | It should not be used to import the library into your Open edX® instance. To import the library into your Open edX® instance, you should import the library's .tar.gz file found in the `dist folder <../../dist>`_. -------------------------------------------------------------------------------- /demo-content-library/library/library.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-content-library/library/policies/assets.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /demo-content-library/library/problem/5cd09d2566e8409b8ddcb57b0ff2361f.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/README.rst: -------------------------------------------------------------------------------- 1 | Course Content 2 | ============== 3 | 4 | This directory contains all the course content in an unzipped view. You can use it to: 5 | 6 | - Inspect the OLX code 7 | - Review the assets in the course 8 | 9 | It should not be used to import into your Open edX® instance. To import the course into your Open edX® instance, follow the Tutor Import or Manual Import instructions at the main `README <../../README.md>`_. 10 | 11 | -------------------------------------------------------------------------------- /demo-course/course/about/about_sidebar_html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/about_sidebar_html.html -------------------------------------------------------------------------------- /demo-course/course/about/description.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/description.html -------------------------------------------------------------------------------- /demo-course/course/about/duration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/duration.html -------------------------------------------------------------------------------- /demo-course/course/about/entrance_exam_enabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/entrance_exam_enabled.html -------------------------------------------------------------------------------- /demo-course/course/about/entrance_exam_id.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/entrance_exam_id.html -------------------------------------------------------------------------------- /demo-course/course/about/entrance_exam_minimum_score_pct.html: -------------------------------------------------------------------------------- 1 | 50 -------------------------------------------------------------------------------- /demo-course/course/about/short_description.html: -------------------------------------------------------------------------------- 1 | Explore Open edX® capabilities in this demo course, covering platform tools, content creation, assessments, social learning, and community stories. Ideal for course developers, online learning newcomers, and community members. -------------------------------------------------------------------------------- /demo-course/course/about/subtitle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/subtitle.html -------------------------------------------------------------------------------- /demo-course/course/about/title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/about/title.html -------------------------------------------------------------------------------- /demo-course/course/assets/assets.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /demo-course/course/chapter/30b3fbb840024953b2d4b2e700a53002.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /demo-course/course/chapter/35283385dd4947619c558f8bb888a031.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/chapter/478db06a3afb417d87e26c0eafe5e962.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/chapter/7281f869d5f44704b56d6fe6ee96d886.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/chapter/b17a430abc234382a04e7835b013912d.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /demo-course/course/chapter/d6780558bc3042c7ab6dd441a06d3478.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/course.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/013c611e421e43d6a10857ea388bf510.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/043493f197854f74a2659f467b45b84d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/043493f197854f74a2659f467b45b84d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/04be59e2549545388140a196f39f7b67.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/04be74248d434e92912275b816549c2c.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/04be74248d434e92912275b816549c2c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/054cef851ecc415e969cd82c06a3307b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0679cf65f2e04d868ba268f58023e8fe.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/0679cf65f2e04d868ba268f58023e8fe.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0759938f5e374463978e75d5dc7c254e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/075b7a2318474e30b8b55cbde99207c8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0764f43072bb486abbd9ca7ed5af9ac6.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

In the passage below, we've prepared an annotation problem for you to try for yourself. You may find the annotation comment helpful, in that it will give you the answer!

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/0764f43072bb486abbd9ca7ed5af9ac6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/084430631c4f4bad96e82a3a92887959.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/084430631c4f4bad96e82a3a92887959.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/09b8cfb6dbee418ab28debc45b676ed1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/09b8cfb6dbee418ab28debc45b676ed1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/09bb83c18c224480b4db165a0c929e74.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0a62845ebea142cc817cbd83a639bc65.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0b8b94b1a09b44bd9f94b84c7d86c88e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0ba8dd8378b8419cbd035e1b98f7a6f2.html: -------------------------------------------------------------------------------- 1 |
2 |

Configuration Note:

3 |

If you cannot access the inline discussions or see the Discussions tab, then you likely need to install the Open edX® LMS Forum Plugin. Work with your site administrator to do this, if needed. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/0ba8dd8378b8419cbd035e1b98f7a6f2.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0bebeccf41994851b596500392bd8527.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/0bebeccf41994851b596500392bd8527.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0c1e42d979664c8ab46b6ae6a3bba438.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/0c1e42d979664c8ab46b6ae6a3bba438.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0e634aa5d93a4ca9aeef2f3538de1e9c.html: -------------------------------------------------------------------------------- 1 |

Please Note: This activity type is not suitable for learners with additional accessibility needs, and may impact the accessibility of your course.

-------------------------------------------------------------------------------- /demo-course/course/html/0e634aa5d93a4ca9aeef2f3538de1e9c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/0f594fe7afb947bbbac7f7cc18b58958.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1001a658c8c643dc80f02a00cf434c65.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1092b3e345d14a1d9e60901f8e103ed9.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/1092b3e345d14a1d9e60901f8e103ed9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/115778d323ec4aa78a395154e1e35c0d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/115778d323ec4aa78a395154e1e35c0d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/143e1b1c017d4cb5b1055b2451ae4f15.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/167d94be902c4ed783b3f1e4104034aa.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/167d94be902c4ed783b3f1e4104034aa.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/16fe7737394d4eb7872d79b9159cb513.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/173842b2bea048c797e53a9ace870471.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/173842b2bea048c797e53a9ace870471.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/18e2f6127df949c59954c26354aa32d8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/19ab5d2f4c9241a3855ef1a9ed5460fb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1a68f0a492c14451acbdef1f87a2e567.html: -------------------------------------------------------------------------------- 1 |
2 |

Learning Sequence

3 |

The learning sequence is where a subsection of content is displayed to learners. It's where you are now, in fact! Each unit forms a page of the learning sequence and provides a linear experience through the area of the course that the learner is currently studying.

4 |
An open edx learning sequence navigation bar showing four units. One is completed.
5 |
-------------------------------------------------------------------------------- /demo-course/course/html/1a68f0a492c14451acbdef1f87a2e567.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1b6d50cee32745e58c29e10e2789fcad.html: -------------------------------------------------------------------------------- 1 |
2 |

Welcome, Group A!

3 |

You're seeing this special message because you're in Group A, and you're definitely my favorite group of learners.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/1b6d50cee32745e58c29e10e2789fcad.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1d752c400aba4e39ba75f7ae1d582441.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1da25c5f0de340de95336b5f0dc35832.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/1da25c5f0de340de95336b5f0dc35832.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1dfb67930c744dbbae5660652a16bd6e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1e53adefe9494b3ea1ebf7b01a89f56a.html: -------------------------------------------------------------------------------- 1 |
2 |

Attribution

3 |

"Storyline 360 Sample course" provided by e-Learning Heroes. Available at https://community.articulate.com/discussions/articulate-storyline/looking-for-example-scorms-for-an-lms.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/1e53adefe9494b3ea1ebf7b01a89f56a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1e75b1cb182a41f09ee1a1f77da5198d.html: -------------------------------------------------------------------------------- 1 |
2 |

Troubleshooting

3 |

If you don't see two random questions, then the library was likely not imported along with the course. Library objects are separate from course objects, which is one of the reasons why they can be referenced by several different courses. 

4 |

Not to worry, you can follow the video and the "Try It" section below to import a library, or try creating your own. 

5 |
-------------------------------------------------------------------------------- /demo-course/course/html/1e75b1cb182a41f09ee1a1f77da5198d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/1fa75541b9b9433b98153b2f36a0da23.html: -------------------------------------------------------------------------------- 1 |
2 |

Welcome, Group B!

3 |

You're seeing this special message because you're in Group B, and you're definitely my favorite group of learners. Don't believe anyone in Group A who tells you otherwise.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/1fa75541b9b9433b98153b2f36a0da23.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/20c5a892c6fa4bc697b9887cf4267592.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/20f689ce47c2413697fccf4935622da1.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try out the problems below! In the second example, you'll receive adaptive hints if you select any wrong answers or miss a correct answer.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/20f689ce47c2413697fccf4935622da1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/21ca4c53f6864d16812c51db0d99e171.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/21d9723b06224af5b5a2cc2edfde7226.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2340901b5a114beebc730a90800361a9.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/2340901b5a114beebc730a90800361a9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/240fae6c3f52468588dbfba00793a4e3.html: -------------------------------------------------------------------------------- 1 |
2 |

Everyone needs a little help sometimes. If you're running into trouble with your Open edX courses, you have a few things that you can try to get un-stuck.

3 |
-------------------------------------------------------------------------------- /demo-course/course/html/240fae6c3f52468588dbfba00793a4e3.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/24243fc0b36d42f895838b9a46df428d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/244491ffc19c43ce8f048e0c51638542.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/244491ffc19c43ce8f048e0c51638542.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/25621f1e85714aed8a6a4035a5a526f6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/25621f1e85714aed8a6a4035a5a526f6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/25d5f3d6f2eb4155be6d1d53904e1034.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/25e760bb3e50476c89fa6e4f8c8cbed5.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2648d66c9fd94c218dd049427d0a4695.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2801889b57b34f05be3c940a84136a19.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/28beb8239c564b11ad035ce489ecc160.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/28beb8239c564b11ad035ce489ecc160.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2942ccd3ee024ca096a96270017d9a70.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/2942ccd3ee024ca096a96270017d9a70.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2c67dd8fe6f0498b941ed11180887a8d.html: -------------------------------------------------------------------------------- 1 |
2 |

5 |
-------------------------------------------------------------------------------- /demo-course/course/html/2c67dd8fe6f0498b941ed11180887a8d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2d1debe4a78442979b7117a5bdc96cd4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/2d1debe4a78442979b7117a5bdc96cd4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2e57c5bece314c38b5a73545fbfe88e8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/2e57c5bece314c38b5a73545fbfe88e8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2f6ee1584ff94a6cbbcb1b1c7db9412a.html: -------------------------------------------------------------------------------- 1 |

By joining the community, you can gain access to the collective wisdom of all its members and can help our community to grow by adding your own. Here are some of the ways you can join us:

-------------------------------------------------------------------------------- /demo-course/course/html/2f6ee1584ff94a6cbbcb1b1c7db9412a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/2f968a00567b42589fcb20b823e2dd0b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/303f2de0126a419683abb2be35083380.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/311b566c613244fd8d8dc95d983f785e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/329ed543e9944756874e2f051067de75.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/377ae766c6bc482f85f712aa55cf4acf.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/377ae766c6bc482f85f712aa55cf4acf.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/37b076574319470aa06643087a405266.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/37b076574319470aa06643087a405266.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/38bdffe7b57341a88ad60585594382d4.html: -------------------------------------------------------------------------------- 1 |
2 |

Attribution

3 |

"Ohm's Law" by PhET Interactive Simulations, University of Colorado Boulder, licensed under CC BY-NC 4.0. Available at https://phet.colorado.edu/en/simulations/ohms-law.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/38bdffe7b57341a88ad60585594382d4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/399682423344482a810e368d8d336a81.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3ab2cc23c77c4f22a8eecb9936ad5c09.html: -------------------------------------------------------------------------------- 1 |

Our final batch of assessment tools present in the Open edX platform includes some specialized tools designed for STEM teaching. They're powerful and designed specifically for their chosen subjects, and show off just how powerful and customizable the Open edX platform is for extremely specialized use cases.

-------------------------------------------------------------------------------- /demo-course/course/html/3ab2cc23c77c4f22a8eecb9936ad5c09.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3abeb8a06979456db6fd6d135f5ef636.html: -------------------------------------------------------------------------------- 1 |

Beyond the basic problem types, there are slightly more advanced interactive activities which you can include in your course for both formative activities and summative assessments.

2 |

As a reminder, while these all return a grade and can be used for assessment, there's nothing that stops you including any these activities as simply interactive learning tools!

-------------------------------------------------------------------------------- /demo-course/course/html/3abeb8a06979456db6fd6d135f5ef636.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3b0fa87061544ec2adab9d8f7ebd24a2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/3b0fa87061544ec2adab9d8f7ebd24a2.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3b9e32e4cf9f44ef9bc9a5c5684d8d00.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/3b9e32e4cf9f44ef9bc9a5c5684d8d00.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3d1563d2cc4f4f0ba68bb7abaf574742.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3f20c4da397a445fb39a8857edee98a2.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/3fffb1ad732e410cbeec57ac50a869f4.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
9 | -------------------------------------------------------------------------------- /demo-course/course/html/3fffb1ad732e410cbeec57ac50a869f4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4320c8f0158b473ab18a8a02cad7deaf.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/43af79ace3084334bf674132dfde17b4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/html/43af79ace3084334bf674132dfde17b4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4502a078f72c43dfb5a954bb21a6948c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/46ab2518d90741eab3858787f7d33465.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Click the Discussions tab at the top of the page to go to the main discussion forum. You'll be able to see the discussion you just participated in, as well as the general topics we've set up to demonstrate. Create your choice of a Question or Post in the Off Topic area, and then come back for more social learning tools!

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/46ab2518d90741eab3858787f7d33465.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/485d767850874a3897f466b7f7be2863.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Vote in the poll below. Note that this poll is not "seeded" so you'll only see results for your instance of this course. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/485d767850874a3897f466b7f7be2863.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/48d73ae31e9e42009ce7f46528def654.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4961612a17ac4f8697fedc528e79064f.html: -------------------------------------------------------------------------------- 1 |
2 |

Learner Progress Page

3 |

The learner progress page displays information to the learner about their progress through the course, as well as their performance on graded activities. You can access yours by clicking the Progress button at the top of this page.

4 |
A screenshot of an edx Progress page showing 63% completion
5 |
-------------------------------------------------------------------------------- /demo-course/course/html/4961612a17ac4f8697fedc528e79064f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4964823174f444349526d4b232dba0c2.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/49bb433c39564ab0874b9dbdea5a8b6f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/49bb433c39564ab0874b9dbdea5a8b6f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/49ffc6e78c1f457b9e4a970cf80e86ef.html: -------------------------------------------------------------------------------- 1 |

A Thank you image with happy people and the Open edX Logo

2 |

You've reached the end of the course! Hopefully you've learned a lot about the structure and capabilities of Open edX and how it can support your educational goals.

3 |

Once again, welcome to the Open edX® learning management system!

-------------------------------------------------------------------------------- /demo-course/course/html/49ffc6e78c1f457b9e4a970cf80e86ef.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4b7ec0cd7d5f4bd4b52f7bfeb1b04fb4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/4b7ec0cd7d5f4bd4b52f7bfeb1b04fb4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4c23d094a3ee4145bf864cad70f23f67.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
9 | -------------------------------------------------------------------------------- /demo-course/course/html/4c23d094a3ee4145bf864cad70f23f67.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4c2a70c10a3547cf8a19c558946fc887.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/4c2a70c10a3547cf8a19c558946fc887.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4d5baeb302b6401988c7d016de4b0443.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4ddc95dc381743b5828a249091741881.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4e21c85cda3c429bb552726ee6df1a1a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/4e21c85cda3c429bb552726ee6df1a1a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/4f8c257183224e61a91e444738263ccb.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

In the example below the shape that you are asked to form is a simple line. Try it out! Remember to click fold before you check your answer.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/4f8c257183224e61a91e444738263ccb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/51ef861f65a84bed8b64133cdd1dd074.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try out this problem type by completing the problem below.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/51ef861f65a84bed8b64133cdd1dd074.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/52bb9cc38eec46d293106427529f970a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5504334e25b148888774fd7145fdaf54.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/557a067dcde747fa8a12d117304eb957.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/557a067dcde747fa8a12d117304eb957.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/56f3cbaeff724ac896010cf96b5f0222.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/572b7bd7623e460a9b58a576a3dbf963.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/572b7bd7623e460a9b58a576a3dbf963.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/59c1faa969394e819e67d0c3e31a86e1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5a126b8687ef42f6bc656cdd42551223.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/5a126b8687ef42f6bc656cdd42551223.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5a64f73c603549b0ac182aad87f5a45b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/html/5a64f73c603549b0ac182aad87f5a45b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5b89f3c2f6c343d497c2581518f2e7db.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/5b89f3c2f6c343d497c2581518f2e7db.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5d743e15c76148baa83b34ba2938b246.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/5d743e15c76148baa83b34ba2938b246.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5dd796da0de64ed782b0ef0e4fa8c2eb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/5deeaa02f22f4d9fba307ab04cf128fb.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Below this callout box are two questions. If you inspect these questions in Studio, you will see that they are randomly pulled from a content library. Not only that, but the questions randomly chosen for you may not be the same as another user in this course. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/5deeaa02f22f4d9fba307ab04cf128fb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/604ec6d962dd423592af33b609e763de.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/604ec6d962dd423592af33b609e763de.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/62ab8e173c134075b0d5051e7f5a357e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/630575c34cd24b57beddcb227647ef6f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/630575c34cd24b57beddcb227647ef6f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/6314c7a4f066492fa9745de65cfb6bd1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/631c04cc3f8f42368e58d2e4045ab418.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

The assessment below uses a service called Codeboard and is connected via LTI. Because it is an LTI-connected tool, the student can use this external code-grading service from within the LMS without having to log in separately or share any personal information. When the work is submitted, the external service can submit a grade back to the LMS. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/631c04cc3f8f42368e58d2e4045ab418.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/6636d0c9c7d74b679838b7a171bdc534.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/6636d0c9c7d74b679838b7a171bdc534.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/673d673dc5084b30a8454898cb564f6b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/673d673dc5084b30a8454898cb564f6b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/67c25ccfb4ff43cc93f221fb77677a83.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/684d568354fa49fdba0c47a7d1fe072c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/6a188f29f34c4371846be8127bb284b2.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/6a188f29f34c4371846be8127bb284b2.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/6d7f574dc4cc4a9cbcfe73c27c926425.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/6db598da8c294afaa9b17f4d771017d6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/6df88c5b0ec042b88ee3415cbdffe0bd.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7096731a771d4703b8453c68ef7d56eb.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/7096731a771d4703b8453c68ef7d56eb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/70b04bd789c54c90aedb8c5edb90479f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/70b04bd789c54c90aedb8c5edb90479f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7105c1c9424f4ba2869708c8aa86a677.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/730b4217e8284e5abf4ae820889bd78b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/74948cd6472b4910bcfcf0194ed497c6.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Let us know what you think of the course so far in the survey below!

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/74948cd6472b4910bcfcf0194ed497c6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/75d303f76f334a7ab968794972809d15.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/785a48bb3f8e4052bb4eb4a6aad304c6.html: -------------------------------------------------------------------------------- 1 |

With HTML at your disposal, you can also iFrame content from other websites that you are allowed to use in your course. For example, here is an Open Education Resource shown in an iFrame:

-------------------------------------------------------------------------------- /demo-course/course/html/785a48bb3f8e4052bb4eb4a6aad304c6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7867025db2784bc9b7a8211a09a3844e.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/7867025db2784bc9b7a8211a09a3844e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/79271f08958c4386b7ad6e0cc8f777d4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/79b901455aba4f8b944a9f735fa00a5b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7a7e8bb6ae314f82adf278de1e78efc7.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7b43fdfffd1e4213aa90b9577ba5528a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/7b43fdfffd1e4213aa90b9577ba5528a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7baf508793614569b1496f7c112ca852.html: -------------------------------------------------------------------------------- 1 |

PDFs are a classic way of distributing documents and an invaluable tool for providing handouts to your learners that they can view, download and print.

2 |

Using a little basic HTML, we can embed a PDF into our learning content. Here's an example:

-------------------------------------------------------------------------------- /demo-course/course/html/7baf508793614569b1496f7c112ca852.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7c7c073ce8c148e08c908ff46bc2fa7c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7d564d3b529e4e588f4c3fcc8433052f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7e22ae35da924b678866813f8cc6eef6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7e2a73522ce1455baf54c156bb43fb11.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7ec3167b131a4d9ebf09da8353ef17d6.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try the two problems below. 

4 |

In the second example, you can opt to receive hints and view an explanation of the correct answer. 

5 |
-------------------------------------------------------------------------------- /demo-course/course/html/7ec3167b131a4d9ebf09da8353ef17d6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/7f4f36fb901440b996354820e0c78fb0.html: -------------------------------------------------------------------------------- 1 |

The advanced assessment tools in this section are powerful but may require a little more setup and configuration to be used effectively, such as writing XML or using an external system. Reading the documentation is recommended in order to use these tools effectively.

-------------------------------------------------------------------------------- /demo-course/course/html/7f4f36fb901440b996354820e0c78fb0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/800b885c167a4e45916218b876df8d02.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/802cdc6f1e57413b9b2091ae4f34f372.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/804179fb34604ec380351f92807a3896.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/804179fb34604ec380351f92807a3896.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/81a88593851345189983cb33e119b99c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/81a88593851345189983cb33e119b99c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/82a239bf94264ab6b2b70e502209175c.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Use the staff-only drop-down at the top of the page to switch between Group A and Group B and observe the difference on the page. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/82a239bf94264ab6b2b70e502209175c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/843161a15efa4098ab509df193ebd2f7.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/843161a15efa4098ab509df193ebd2f7.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/87080557f93346b9b73a6d002202ba07.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/87e235ad0a964812b4a1c0cb1dd31f3e.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/87e235ad0a964812b4a1c0cb1dd31f3e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/89cf7133f93f40379f4626f171642852.html: -------------------------------------------------------------------------------- 1 |

IFrames won't work on every site, and they can be blocked by security settings, but it's a powerful capability that you can use to allow your learners to access web content without leaving the bounds of your course.

-------------------------------------------------------------------------------- /demo-course/course/html/89cf7133f93f40379f4626f171642852.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/8a70fc9fb1ad40e4bb5a1e3620d1607d.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try out a drag-and-drop activity below!

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/8a70fc9fb1ad40e4bb5a1e3620d1607d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/8c9006dcebbe4cd7aed2b89088c1a9d9.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/8c9006dcebbe4cd7aed2b89088c1a9d9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/8d4dabcfaf76423db9b17bea6d789bf0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/8d4dabcfaf76423db9b17bea6d789bf0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/906288f0d9d945c8af7e76c42dc4c147.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/92ae0639039040ec9da1d0dc0e31eff7.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/92e8671cbb814598a54040238508fda9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/93dea66736094ad18fa054766e695599.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9488cc17b5e74c3eb02409f6a1a596ef.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/994f177a47dd4c8d9f9d7f55e680163d.html: -------------------------------------------------------------------------------- 1 |
2 |

As you learn more about the components available to you in Studio, you'll be able to build courses that include rich text, images, videos, engaging assessments, social interaction, and more! 

3 |
A screenshot of 8 Add component buttons in Studio
4 |
-------------------------------------------------------------------------------- /demo-course/course/html/994f177a47dd4c8d9f9d7f55e680163d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/99bb8563c80d4434825953355f3430cc.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

We've added a Staff-Graded Points component below for you to try out for yourself. You'll need to download and re-upload the CSV file it provides you in order to give yourself points for this assessment.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/99bb8563c80d4434825953355f3430cc.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9a2f4f75927e476c992d688f2ba62916.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/9a2f4f75927e476c992d688f2ba62916.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9a30c10669084861a493d604cfa9c579.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/9a30c10669084861a493d604cfa9c579.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9b4148c7893d43d9ad7c870ea7294ebb.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Complete the peer assessment activity below. Due to the nature of peer assessment, if there are no other learners currently taking this course then you won't be able to receive peer feedback or a final grade on the assignment. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/9b4148c7893d43d9ad7c870ea7294ebb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9dc5a2d3e24d4531889b41a242e930b1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/9dc5a2d3e24d4531889b41a242e930b1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9de5c1f7f6af49ca969f257406343017.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/9ea15e93acf54c0c8b94024ba86dbb42.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/9ea15e93acf54c0c8b94024ba86dbb42.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a01fc100e5e64fc5bbca09daa190cfee.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a0a0c0dd749740adaf128c9828e36c9d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a0bdfd5da3564da2a82aec81a512476b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a20a7b0044a34d23a0a8fdd639a9e5d3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/a20a7b0044a34d23a0a8fdd639a9e5d3.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a27e0ccd256c4714b6f685fe44b8bcfe.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a2993cb9ff4e466db1c319cce50be8cd.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try the drop-down problems below. The second problem combines several drop-down problems into a table, each problem with their own score and feedback. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/a2993cb9ff4e466db1c319cce50be8cd.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a7df8d8a1b5f4775ad546ef83afa34e7.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

The first problem uses the Open edX® LMS's internal Python problem type to assess a simple SQL query. There is some logic for error handling, so this can be appropriate for very simple, well-defined coding questions. 

4 |

The second problem uses an external tool connected via LTI to execute and assess the code using unit tests. These kinds of tools can be used to assess more complicated coding scenarios. 

5 |
-------------------------------------------------------------------------------- /demo-course/course/html/a7df8d8a1b5f4775ad546ef83afa34e7.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/a8c7df65677b43219d5fcc5fc9f84125.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/aa1eb42464f14ccd91999ed88e3a154c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/aa51a9fe09ed4d399ff713e13f3578a1.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try out some examples of how to use this problem below. We've included three versions of this problem type so you can see how flexible it is:

4 |
    5 |
  • A simple check against a list of correct answers
  • 6 |
  • A question where the answer is checked against a regular expression (regex)
  • 7 |
  • A question where there is no singular correct answer and any input is accepted
  • 8 |
9 |
-------------------------------------------------------------------------------- /demo-course/course/html/aa51a9fe09ed4d399ff713e13f3578a1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ad89e35b42c34d9da26e0c4d12f131af.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/ad89e35b42c34d9da26e0c4d12f131af.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/aebdc7b4444c44398ad2147cd7ed80d8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/af1c8a6377cc4cfcb2a34d2993124388.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Check out the interactive periodic table tool by hovering over an element to display its information over the table. You can also click on certain attributes to compare the table by those attributes. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/af1c8a6377cc4cfcb2a34d2993124388.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/af7a544353084ef58811068ec3f63f6c.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try out the circuit schematic builder in the activity below. This is a problem that first featured in MITx’s course 6.002.1x - Circuits and Electronics 1: Basic Circuit Analysis.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/af7a544353084ef58811068ec3f63f6c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b1334633b96147b8809f64e2d403ee1b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b14823564ee64c4e8724da061ab21d16.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b2510cd7b1fe4555bf2f49543fd0947f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b38b15de1c404e13935a9fd342a1fcf9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b3c8810f76d54157abcdc54c55640457.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b3ff2896af854665bc903d5ea42e65f0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/b3ff2896af854665bc903d5ea42e65f0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b521687f25a84d87a3c5895f4cfdb5ac.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

We've prepared a short self-assessment activity for you to complete using the ORA tool below. You'll be reviewing and grading your own answer in the next step of this activity according to a rubric we've set up in Studio, so give yourself something to work with!

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/b521687f25a84d87a3c5895f4cfdb5ac.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b539ed5ff0044a1eae21c93269feb4e0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b570eab98f9a4c19a067ba8bd6ff570e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b5ed3e61623f4c16add2394a45f2add1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b6e5dc9098e84e89834cda1082adeb25.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b8ba5a08c4c143dda02b1f804b252322.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b8fbaf2d8fe845f8b2ead7a9abeddb34.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/b8ff88e9af9240b3aab7ec7949c6734d.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

There is a sub-section after this one called "Unlocked Content" which you can only access after you've answered the problem below correctly. Try moving on to the next section without completing the problem or completing it incorrectly. Then answer the problem correctly and move to the next section again. Note where you end up. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/b8ff88e9af9240b3aab7ec7949c6734d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/bb48f8b8f68d4a7fbf70a4d77a27f13d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/bbab6eeb9eb740b7ad84f73248f29b16.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/bbab6eeb9eb740b7ad84f73248f29b16.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/bc9000c4b44f484fab3c013400cbeb11.html: -------------------------------------------------------------------------------- 1 |

Basic assessment types allow you to put graded or ungraded questions anywhere inside your learning content, as well as allowing you to build out quizzes by filling a subsection with many problem components.

2 |

-------------------------------------------------------------------------------- /demo-course/course/html/bc9000c4b44f484fab3c013400cbeb11.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/bcfcb4e3443b49cb8d4397b90b55ce3c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/bf821eb77de44d01ab26fdbaea9a1419.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/bf821eb77de44d01ab26fdbaea9a1419.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c08ced50af3f49c8980e98ea6f8670f3.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c136b9c30ef24daebf9021b393d97e00.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/c136b9c30ef24daebf9021b393d97e00.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c2015f46431c46b8bc6ff8899e235d50.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/c2015f46431c46b8bc6ff8899e235d50.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c295251ca38f4a4ab87e4b7883edd295.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/c295251ca38f4a4ab87e4b7883edd295.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c323bb3d5a934fc8afd29af2c28a6bd0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c40636fdf6c14ef0b9dd08f21b288f0b.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/c40636fdf6c14ef0b9dd08f21b288f0b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c729096cc76441478c6b4aa9346bcbde.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/c729096cc76441478c6b4aa9346bcbde.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c7cf3ffbe1a943a7b38e10235aee1b96.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /demo-course/course/html/c7cf3ffbe1a943a7b38e10235aee1b96.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c892b90392a1494fb985ab3a9dabc745.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/c912821348e0498eab881430f3399e06.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/caa3defbf96243e6be321f04cb8a11c0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cc191d19b25b47e9b39edd6bb90559fc.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cc28f491e7964ffa9f3ea8d1123cfc17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/cc28f491e7964ffa9f3ea8d1123cfc17.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cda11ea3cf004156b9d209d5b69a2873.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/cda11ea3cf004156b9d209d5b69a2873.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cea795f46e564477a1b4c60affd0852b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/cea795f46e564477a1b4c60affd0852b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cea9cb88b66d48b68b34e59979d819e1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cf4b54acedfb4d998c8377390aaad5c8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/cf9e4e0c237644a19c969bf4f4c4a529.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d03a56d49bb445839dffb53e8748daa3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/d03a56d49bb445839dffb53e8748daa3.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d1beb17e1ffa45b89d636c24265fc736.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d207aa8ca9884e7c9016d7530006ba66.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d27c1daad9b942b9ae0041b45241f86f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/d27c1daad9b942b9ae0041b45241f86f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d305d51d5cff47cd855e9bceb73babed.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d444d721bd8d44e89b8dd880c90224a4.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/d444d721bd8d44e89b8dd880c90224a4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d44762a484f74c5a80bbea382f4ee2f8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d453bb4012ea4e818bee9869bc0f3b9b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/d453bb4012ea4e818bee9869bc0f3b9b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d4e2624ae8b3479db698413bd8947b6f.html: -------------------------------------------------------------------------------- 1 |
2 |

An Open edX® course is made up of some fundamental building blocks. These are:

3 |
    4 |
  • Sections
  • 5 |
  • Subsections
  • 6 |
  • Units
  • 7 |
  • Components
  • 8 |
9 |

Let's take a quick look at each piece of the puzzle to understand how they all fit together to form a course.

10 |
-------------------------------------------------------------------------------- /demo-course/course/html/d4e2624ae8b3479db698413bd8947b6f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d6f9462c66c449b3b0118ba590402f70.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/d6f9462c66c449b3b0118ba590402f70.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d8535fedd71d4e84806e2212b9c0c4af.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d897984a61d54127a77f0643c2fe00bb.html: -------------------------------------------------------------------------------- 1 |
2 |

Note: 

3 |

This ORA is configured as a self-graded ORA. That means that you will be able to grade your own submission and the grade is immediately saved to the Open edX® LMS. If it included peer-grading or staff-grading steps, then it would be submitted into those queues and the grade would only be received after those processes are completed successfully. 

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/d897984a61d54127a77f0643c2fe00bb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d8f19b6bd2894cb5a296fcf90f8263f7.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/d90f66db17114d33ab341541c2157720.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/dbad3cf2e0b44ce69c3fb14c21ad359e.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/dbad3cf2e0b44ce69c3fb14c21ad359e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/dc2e63662af34b598fbc3813653fb955.html: -------------------------------------------------------------------------------- 1 |
2 |

There's More

3 |

Some community members have made some impressive customizations to the platform using Javascript. Below is an in-video assessment capability developed by HarvardX. Their work which includes several other useful capabilities like code highlighting and image sliders are available open source here

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/dc2e63662af34b598fbc3813653fb955.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/dcc2fd556b3749a8b10b05d03540908f.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/dcdf63995e954a92a450eadabb439950.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/dcdf63995e954a92a450eadabb439950.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/dd6f19932ddd422395d755a1c0aa57a8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/dd810c6113a446469334c6f3d1e377b5.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e0061f43dbdb4df3800d4bb11b8d7d92.html: -------------------------------------------------------------------------------- 1 |

To continue through this course, click the "Next" button below. The "Next" button will automatically take you to the next available page in the course, whereas "Previous" will return you to the previous available page. At any time, you can also use the navigation links at the top of the page to return to the course outline if you want to skip to a particular unit in the course. 

-------------------------------------------------------------------------------- /demo-course/course/html/e0061f43dbdb4df3800d4bb11b8d7d92.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e028516042bc4d2d8a08147699230594.html: -------------------------------------------------------------------------------- 1 |
2 |

Try It!

3 |

Inline discussions are one of the most powerful forms of discussion, as they put your discussion inside your learning content, focusing your learners' attention on that topic.

4 |

Read and respond to the following inline discussion prompt below.

5 |
-------------------------------------------------------------------------------- /demo-course/course/html/e028516042bc4d2d8a08147699230594.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e165e3d43ff04527ae0eb18dbdfe44b8.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e276c31d8de14720a377f779e96c873e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e31a297e28e041358e887da81dbd620b.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e474e9927e2441ef820a97f7a384f60a.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/e474e9927e2441ef820a97f7a384f60a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e68f6a622fa947d186bf94566c863ca3.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e738fc0c95be4fc8ab818a6108c4060e.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e771da4389ef4c65ba2e1a2c0da9d5dc.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e831369ef236481a81dd274ee9292ce1.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/e831369ef236481a81dd274ee9292ce1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/e94bffee633e47d2bd4dae43c1c9b535.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/eab21df0c9df4e7fb7e97f7bc42cfdd9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/eab21df0c9df4e7fb7e97f7bc42cfdd9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/eb66e80494744cad8deb89fff581e8f9.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ec2fad41f0784dc5af806604182bcdcb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ec983644cc414ac597503da5b80dc671.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/ec983644cc414ac597503da5b80dc671.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/eccf3ee3e2c4456fb9032e243a5a2aa4.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/eccf3ee3e2c4456fb9032e243a5a2aa4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ecd00380bae44a4c878a6ec9a9120148.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
9 | -------------------------------------------------------------------------------- /demo-course/course/html/ecd00380bae44a4c878a6ec9a9120148.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ef2a07230610407e9165937d65eb1746.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ef65c5c7c37f46b1a2a11fac55afd5d1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f01347fd0ce14a9383ad95c7bde042d0.html: -------------------------------------------------------------------------------- 1 |
2 |

Image Attribution: 

3 |

Frank Bernard Dicksee, Public domain, via Wikimedia Commons

4 |

5 |
-------------------------------------------------------------------------------- /demo-course/course/html/f01347fd0ce14a9383ad95c7bde042d0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f1cd3645a04f446ba979fbb01c5228b5.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f2a9ce2abef8469b85506335db5778b0.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /demo-course/course/html/f2a9ce2abef8469b85506335db5778b0.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f35aa25f61e4421482afa1304296b5ea.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f4396b1ac05d43fc8b86bf8792fddedc.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f48dfe40f51a41f0bdfeffc2bc53f83a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f4f8e84fa48b4990a6a4986ff6f33dc4.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

To complete this activity, simply click Mark as Complete below.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/f4f8e84fa48b4990a6a4986ff6f33dc4.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f5c48d15a4964d18b5ead12c9199915a.html: -------------------------------------------------------------------------------- 1 |
2 |

Do you find this page useful?

3 |
4 | 5 | 6 | 7 |
8 |
-------------------------------------------------------------------------------- /demo-course/course/html/f5c48d15a4964d18b5ead12c9199915a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f7b92f7fc6ee409b986c5f803b1f7d23.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f7ee293ed3064ff69ed77f31f0a6265c.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try adding your SCORM X block and package below. The SCORM demonstration included with this course was built in Storyline 360 and demonstrates the progression of a course with a quiz at the end. Keep in mind there are many tools and ways to configure SCORM exercises.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/f7ee293ed3064ff69ed77f31f0a6265c.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f814195eb3b149c4a3c1fdf7bc4447c6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/f814195eb3b149c4a3c1fdf7bc4447c6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f8253934ef534e6f82775222343e54e6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/f8253934ef534e6f82775222343e54e6.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/f9d837afc2ef4b44b967c47fc22db7cd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/html/f9d837afc2ef4b44b967c47fc22db7cd.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/faaa44ad7cd64564a9693bcba3077e15.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/fc6f4d4673364e01a6c302aa7b25c7ea.html: -------------------------------------------------------------------------------- 1 |
2 |

Try it!

3 |

Try the three problems below! We've enabled the Show Answer button for these questions in case your math skills are a little rusty.

4 |
-------------------------------------------------------------------------------- /demo-course/course/html/fc6f4d4673364e01a6c302aa7b25c7ea.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/fe30a17a91464188a5f7a9b75b2a1d0a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /demo-course/course/html/fe30a17a91464188a5f7a9b75b2a1d0a.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/fe6b09752fe74a38bbaa48292cfee1dc.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ff536eb66cd44f94a0df2c9e9e06ab66.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/html/ff5c95a828ed4aadb5403c7e6c3a5fbf.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/info/handouts.html: -------------------------------------------------------------------------------- 1 |
    -------------------------------------------------------------------------------- /demo-course/course/info/updates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/info/updates.html -------------------------------------------------------------------------------- /demo-course/course/library_content/34a4d5e71d974c029cbde1956bd7c820.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/lti/8e71d278e94f4913bc564cc6141fde53.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/lti/94231b63c6c34ead863d2876a4762751.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo-course/course/problem/3956d029fa74441cbfca3a97913ccaa8.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Puffer fish 6 | Jellyfish 7 | Shark 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /demo-course/course/problem/7071a317a0744a37924ef5dea17d47e1.xml: -------------------------------------------------------------------------------- 1 | 2 |

    Text input problems can also be used for short reflective questions that have no "incorrect" answer.

    3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
    11 | -------------------------------------------------------------------------------- /demo-course/course/problem/861cd64b013d1addc68f.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/problem/c89f56c74a3a424dbffb665d4643b42f.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /demo-course/course/sequential/0ce96364b5b144db9a94c969fba59f09.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/sequential/238baaf16b3c4157ad0c01701cf57e25.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/sequential/276a277f5a784f53a7525e28b96e9a1b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/sequential/462452ab42084a4ab4a2039d46deb509.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/sequential/4e1de5e13fc3422997fe246b40a43aa1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /demo-course/course/sequential/5aecf320a7dd4866bdd768cbef9d2131.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/sequential/606ee7182eb54bf797d0697c1c4abd23.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/sequential/6ba8902b2179452dad8a55e342882fd3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/sequential/747014a9a0aa42d683b2b05ee2c6f72e.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/sequential/8d709659aba644edac0da66cd322ba7c.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/sequential/c0b796e411ff423cb1b56ccd927d7e6d.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/sequential/e25d8eac15224f91bd3aa22bfe28a602.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/sequential/f5ac527b7c4c4684a5df6da5aa6f8a7b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/sequential/f5c59ce5928f42f4af485e187a93963e.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/sequential/f80c166b31da4a129f2d23f9fe8bb97b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo-course/course/static/Abacus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Abacus.png -------------------------------------------------------------------------------- /demo-course/course/static/Abacus_solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Abacus_solution.png -------------------------------------------------------------------------------- /demo-course/course/static/Brain green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Brain green.png -------------------------------------------------------------------------------- /demo-course/course/static/Brain red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Brain red.png -------------------------------------------------------------------------------- /demo-course/course/static/Brain yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Brain yellow.png -------------------------------------------------------------------------------- /demo-course/course/static/Brain_target_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Brain_target_sm.png -------------------------------------------------------------------------------- /demo-course/course/static/Discussion_Post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Discussion_Post.png -------------------------------------------------------------------------------- /demo-course/course/static/Jellyfish_720_10s_2MB.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Jellyfish_720_10s_2MB.mp4 -------------------------------------------------------------------------------- /demo-course/course/static/Learning Goals.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Learning Goals.pdf -------------------------------------------------------------------------------- /demo-course/course/static/Library Content graphic-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Library Content graphic-100.png -------------------------------------------------------------------------------- /demo-course/course/static/Marketplace-Open-edX v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Marketplace-Open-edX v2.png -------------------------------------------------------------------------------- /demo-course/course/static/OpenedX_Ecosystem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/OpenedX_Ecosystem.jpg -------------------------------------------------------------------------------- /demo-course/course/static/OpenedX_vs_edx_infographic_v2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/OpenedX_vs_edx_infographic_v2.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/Pendleton_Sinking_Ship.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Pendleton_Sinking_Ship.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/Question_Post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Question_Post.png -------------------------------------------------------------------------------- /demo-course/course/static/Reach of Open edX Downloadable Transcript.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Reach of Open edX Downloadable Transcript.pdf -------------------------------------------------------------------------------- /demo-course/course/static/Video Player Elements Image-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Video Player Elements Image-100.png -------------------------------------------------------------------------------- /demo-course/course/static/Video_Toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/Video_Toolbar.png -------------------------------------------------------------------------------- /demo-course/course/static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/ajax-loader.gif -------------------------------------------------------------------------------- /demo-course/course/static/bobcat_upload_orig_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/bobcat_upload_orig_template.png -------------------------------------------------------------------------------- /demo-course/course/static/callout_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/callout_bg.png -------------------------------------------------------------------------------- /demo-course/course/static/choose_library_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/choose_library_component.png -------------------------------------------------------------------------------- /demo-course/course/static/code_editor_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/code_editor_orig.png -------------------------------------------------------------------------------- /demo-course/course/static/codeboard_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/codeboard_demo.png -------------------------------------------------------------------------------- /demo-course/course/static/codeboard_demo_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/codeboard_demo_step3.png -------------------------------------------------------------------------------- /demo-course/course/static/cohorts-groups-components.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/cohorts-groups-components.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/cohorts-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/cohorts-setup.png -------------------------------------------------------------------------------- /demo-course/course/static/components_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/components_orig.png -------------------------------------------------------------------------------- /demo-course/course/static/content-group-switcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/content-group-switcher.png -------------------------------------------------------------------------------- /demo-course/course/static/course_components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/course_components.png -------------------------------------------------------------------------------- /demo-course/course/static/course_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/course_outline.png -------------------------------------------------------------------------------- /demo-course/course/static/course_structure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/course_structure_1.png -------------------------------------------------------------------------------- /demo-course/course/static/course_structure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/course_structure_2.png -------------------------------------------------------------------------------- /demo-course/course/static/course_structure_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/course_structure_3.png -------------------------------------------------------------------------------- /demo-course/course/static/course_structure_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/course_structure_full.png -------------------------------------------------------------------------------- /demo-course/course/static/discussion-admin-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/discussion-admin-add.png -------------------------------------------------------------------------------- /demo-course/course/static/divide-by-cohort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/divide-by-cohort.png -------------------------------------------------------------------------------- /demo-course/course/static/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/draft.png -------------------------------------------------------------------------------- /demo-course/course/static/edX_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/edX_logo.png -------------------------------------------------------------------------------- /demo-course/course/static/grade_submissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/grade_submissions.png -------------------------------------------------------------------------------- /demo-course/course/static/grand_piano_freepik.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/grand_piano_freepik.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/html_button_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/html_button_orig.png -------------------------------------------------------------------------------- /demo-course/course/static/images_logic_gate_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/images_logic_gate_image.png -------------------------------------------------------------------------------- /demo-course/course/static/images_logic_gate_sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/images_logic_gate_sln.png -------------------------------------------------------------------------------- /demo-course/course/static/instructor_dashboard_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/instructor_dashboard_orig.png -------------------------------------------------------------------------------- /demo-course/course/static/learning_sequence_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/learning_sequence_orig.png -------------------------------------------------------------------------------- /demo-course/course/static/library_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/library_import.png -------------------------------------------------------------------------------- /demo-course/course/static/new_library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/new_library.png -------------------------------------------------------------------------------- /demo-course/course/static/open-edx-celebratory-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/open-edx-celebratory-icon.png -------------------------------------------------------------------------------- /demo-course/course/static/open-edx-reach-slide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/open-edx-reach-slide.png -------------------------------------------------------------------------------- /demo-course/course/static/openedx_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/openedx_logo.png -------------------------------------------------------------------------------- /demo-course/course/static/outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/outline.png -------------------------------------------------------------------------------- /demo-course/course/static/prerequisite-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/prerequisite-settings.png -------------------------------------------------------------------------------- /demo-course/course/static/prerequisite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/prerequisite.png -------------------------------------------------------------------------------- /demo-course/course/static/progress_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/progress_page.png -------------------------------------------------------------------------------- /demo-course/course/static/protein_sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/protein_sln.png -------------------------------------------------------------------------------- /demo-course/course/static/quote-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/quote-left.png -------------------------------------------------------------------------------- /demo-course/course/static/quote-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/quote-right.png -------------------------------------------------------------------------------- /demo-course/course/static/rabbit_gif_canva.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/rabbit_gif_canva.gif -------------------------------------------------------------------------------- /demo-course/course/static/raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/raw.png -------------------------------------------------------------------------------- /demo-course/course/static/raw_html_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/raw_html_orig.png -------------------------------------------------------------------------------- /demo-course/course/static/rich_text_orig_with_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/rich_text_orig_with_template.png -------------------------------------------------------------------------------- /demo-course/course/static/romeo_juliet_commons.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/romeo_juliet_commons.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/sahara_desert_pexels.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/sahara_desert_pexels.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/select_library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/select_library.png -------------------------------------------------------------------------------- /demo-course/course/static/slick.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/slick.eot -------------------------------------------------------------------------------- /demo-course/course/static/slick.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/slick.ttf -------------------------------------------------------------------------------- /demo-course/course/static/slick.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/slick.woff -------------------------------------------------------------------------------- /demo-course/course/static/studio-home-libraries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/studio-home-libraries.png -------------------------------------------------------------------------------- /demo-course/course/static/summernote.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/summernote.eot -------------------------------------------------------------------------------- /demo-course/course/static/summernote.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/summernote.ttf -------------------------------------------------------------------------------- /demo-course/course/static/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/summernote.woff -------------------------------------------------------------------------------- /demo-course/course/static/summernote.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/summernote.woff2 -------------------------------------------------------------------------------- /demo-course/course/static/teams_application_screen.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/teams_application_screen.webp -------------------------------------------------------------------------------- /demo-course/course/static/thank you.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/thank you.png -------------------------------------------------------------------------------- /demo-course/course/static/thumbnail_demox.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/thumbnail_demox.jpeg -------------------------------------------------------------------------------- /demo-course/course/static/thumbnail_draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/thumbnail_draft.png -------------------------------------------------------------------------------- /demo-course/course/static/try-it-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/try-it-bg.jpg -------------------------------------------------------------------------------- /demo-course/course/static/yellow_sq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx/openedx-demo-course/2a901d0c181a16a3f5681e0dedc9518f52af32f8/demo-course/course/static/yellow_sq.png -------------------------------------------------------------------------------- /demo-course/course/vertical/0250872640b842e8b336b41eea1d15df.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/030fda9d7b1a460db96bb8ba9b8b8c1d.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/046891682831472f87e7a152149dcd20.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/04f99514e09342e8a35b9fe5d6c0f500.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/07c8d8e217e04f8ca2f10bbd3cb36980.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/0eae8a55577040a1bdc83bffcf6acaf7.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/143a79fb5a61411fb6cf53e12117fa00.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/173c774ac2084af0a5d5c5af787f4f84.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /demo-course/course/vertical/18f8c8467e734220a3aa6fd228152a37.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /demo-course/course/vertical/219a6d7e34b14a24bd9d9cbfdbe5754b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/260d739348ac4829bbf5a4f0ca5a2c90.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/2a1f276a2b964eb6b137ed56abfe9052.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/30b3cb3f372a493589a9632c472550a7.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/3bed87cf56e74a3fa69e5295b197354f.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/3e4f3afc533741faacab58704e8213ef.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/43755d02338c4371b68e448116b4fa13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/52d66aebf5da403b931b5aa72409cb5c.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/53a19908838e4654b911feb9a286acaf.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/5dad38154a0648c6a54b9f25c39d84bf.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/5fa97c848bfe4c5badfba9d118160482.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/5fdcd666f9bb4554938ee8a1ffb93d92.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/619390d971ba4e6e8b150417e3730d7e.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /demo-course/course/vertical/6c9ec425340942799e823af7d23ec0db.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/75075fc132f440609538648c7c48ddaa.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/78b75020d3894fdfa8b4994f97275294.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/7be7c1ea72f94d08b8bca998aa81f898.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/865d54415667491791017965c7f99a4c.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/8c8427e057e84af39a4fb9239eb37c8a.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/95db45421ebf4c0ebbc33679904ec239.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/a157f9bc518d474c9c7f38ed7aa0b1be.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/a3ada3c77ab74014aa620f3c494e5558.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /demo-course/course/vertical/b00ce7dd956248d0b668aa266d3b3796.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/c12777894c7841199b06135c61e7e6f6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/c6779856159e4890a17b7404658ee7d5.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/cb65234f2a7b4e8692a0ef999267dccb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/cc931782487c49318bda8cc385db1516.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | -------------------------------------------------------------------------------- /demo-course/course/vertical/cecb7f4fda624e7fa946c8395a78e8ba.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/d30d79a1f41445cdb6125de70a88ff7d.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /demo-course/course/vertical/d5aa3e6285c74f7684657a30323d1eeb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/d7513826d17a4c74b85c42eb8b2df015.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/dacc88e550bd48db93899979bff1b086.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/dd0ae374165a49f88ffe35affd6e19ce.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /demo-course/course/vertical/df40b2a6c12f48c7889b1d6fce1fd1bb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/e2435af58ee44b73bbe1b5dd9bedff87.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /demo-course/course/vertical/e33f5e34f13244f2aa7e2ed8dcdf8635.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /demo-course/course/vertical/f913f60c77ac4d56894c1481d6445233.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /demo-course/course/video/2e26b4ea3903472a994ab5ae2b5ad44c.xml: -------------------------------------------------------------------------------- 1 |