Jack Morgan

Results 94 issues of Jack Morgan

Is it possible to set a default layout for the speaker notes view (in our case "Tall), without having to fork, modify, and rebuild the notes plugin? Alternatively could it...

I use `yattag` as a dependency for a project, and are notified by [pyup](https://pyup.io/) when a new version of this module is available. However without a changelog, I cannot easily...

The original interactive was developed for a specific project, but now is a teaching tool for understanding a concept. The following changes could be made to improve teaching the concept:...

interactives
beginner

All the files are there for the interactive to show syntax highlighting, however it is not appearing.

interactives
frontend
internationalization

Logic needs to be added into the JavaScript file to update the text labels as required.

interactives
frontend

These pages should be indexed and available via the search feature. Extracting text from the templates could use the same logic written for CS Unplugged: https://github.com/uccser/cs-unplugged/blob/develop/csunplugged/search/utils.py#L54-L70

backend

The raw text has been added, however there is further work required: - [ ] Add images - [ ] Add interactives

content: chapters

Currently the glossary doesn't utilise the full feature set offered by Verto.

frontend
content: chapters
backend

The scene editor interactive fails to load with the following error: ``` Uncaught TypeError: Cannot set properties of undefined (setting 'value') at init (scene-editor.js:97515:42) at Object.582.../../../js/third-party/threejs/Detector.js (scene-editor.js:97409:1) at o (scene-editor.js:1:265)...

bug
interactives
urgent

Currently we install all our Node dependencies in a Docker container, for easier development across developers (based off this post: https://burnedikt.com/dockerized-node-development-and-mounting-node-volumes/). However we don't currently generate a `package-lock.json` file automatically...