Metadata-Version: 2.1
Name: h5p-xblock
Version: 0.2.0
Summary: XBlock to play self hosted h5p content inside open edX
Home-page: https://github.com/edly-io/h5pxblock
Author: edly
Author-email: hello@edly.io
License: MIT
Description: 
        # Play H5P content in Open edX using h5pxblock
        
        H5P Xblock provides ability to host and play H5P content in open edX. It has few more features
        
        1. Ability to mark H5P content complete in open edX
        2. Ablity to capture score of H5P content in open edX
        3. Save learner state which can be retrieved later
        4. Ability to host H5P content on cloud storage like AWS S3
        
        # Setup
        
        ### Install Xblock
        
        ```
        pip install h5p-xblock
        ```
        
        ### Update Advanced Settings of course
        
        Update course advanced settings by adding `h5pxblock`
        
        ![Update course advanced settings](https://github.com/edly-io/h5pxblock/blob/master/docs/images/course_advance_settings.png?raw=true)
        
        ### Upload H5P Content
        
        Xblock should be available in Advanced component list of course unit now. Add xblock in unit and click "Edit" button to  
        upload H5P content and configure it.
        
        ![Upload and configure H5P content in Studio](https://github.com/edly-io/h5pxblock/blob/master/docs/images/upload_content.png?raw=true)
        
        ### Publish Content
        
        Use "Preview" button to preview it or publish your content and use "View Live Version" button to see how it appears  
        on LMS
        
        ![Preview H5P content in LMS](https://github.com/edly-io/h5pxblock/blob/master/docs/images/preview_content.png?raw=true)
        
        
Keywords: python edx h5p xblock
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
