Hey , I am trying to add and activate PDF in my tutor local
using
IONISx/xblock-pdf: Course component (Open edX XBlock) that provides an easy way to embed a PDF (github.com)
Already added to config.yml
name: ‘git+https://github.com/IONISx/xblock-pdf.git@v1.0.0#egg=xblock-pdf’
In Settings > Advanced Settings > advanced module is added “pdf”
What next because on my studio still is no PDF/Advanced button .
Any clues ?
zameel7
(Zameel Hassan | Blend-ed)
April 25, 2024, 8:09am
2
Which version of tutor are you using? The xblock seems to be quite old and also there is some change in the way of adding additional pip requirements in the config.yml file.
OPENEDX_EXTRA_PIP_REQUIREMENTS:
- git+https://github.com/IONISx/xblock-pdf.git@v1.0.0#egg=xblock-pdf
This is how we add it now in recent versions of tutor (we use tutor version Palm).
I am using latest version 17.0.1
Also trying with same method
OPENEDX_EXTRA_PIP_REQUIREMENTS:
git+https://github.com/IONISx/xblock-pdf.git@v1.0.0#egg=xblock-pdf
maybe some newer plugin for newest tutor edx You know it will work ?
zameel7
(Zameel Hassan | Blend-ed)
April 25, 2024, 6:15pm
4
Yes, I am using newer xblocks with this method and is working fine. For example, you can try the h5pxblock.
This one works …positive shocked . Now I need a working PDF method.
OK after a long fight … just forked from ionis and reedited on my own to work with Tutor EDX 17
If someone needed an ENG version working with Tutor EDX 17
1 Like