Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Latest commit

 

History

History
67 lines (40 loc) · 3.07 KB

README.md

File metadata and controls

67 lines (40 loc) · 3.07 KB

Office Mix XBlock

This XBlock allows for the embedding of lectures hosted on Office Mix directly into an edX course. Students can then view the mixes natively on edX.org.

See it in action by watching this Office Mix XBlock introduction mix.

Installation

To install the Office Mix XBlock within your edX python environment simply run.

$ pip install -r requirements.txt

Enabling in Studio

After installed to enable the Office Mix XBlock within studio navigate to Settings -> Advanced Settings from the top nav bar. Then add "officemix" to the Advanced Module List, as shown in the screen shot below.

Advanced Module List

Usage

Once enabled in studio, making use of the Office Mix XBlock is an easy process.

Start by navigating to the unit in studio where you want to insert your Office Mix. From here choose the Advanced component.

Studio Component List

This will bring up a list of the XBlocks that have been enabled in studio. If you followed the previous step to enable the Office Mix XBlock in studio you will see an Office Mix option. Click on it to insert the Office Mix XBlock into your unit.

Studio Advanced Component Selection

After you've inserted the Office Mix XBlock a default Office Mix will be inserted into your unit as shown in the screen shot below.

Studio Initial Office Mix XBlock Insertion

To change the inserted XBlock click on the Edit button in the upper right corner of the Office Mix XBlock. This will bring up the edit dialog where you can change the display name of the component as well as the Office Mix that is being inserted.

Edit inserted Office Mix

Update the component name to the text you want displayed and then insert the link to the Office Mix you want to embed in your unit.

Edit field complete

After you click save your Office Mix XBlock will have been updated with the new values.

Updated studio view

At this point simply click on the Publish button and the Office Mix will be available to students to view from within the LMS.

Published Office Mix XBlock in LMS

And as with any Office Mix, all of your analytics are available at the Office Mix website.

Office Mix Analytics

License

The Office Mix XBlock is released under the MIT license.

Contact Us

For any questions about the Office Mix XBlock or help with using it, feel free to email us at support@officemix.uservoice.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.