Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: Uploading a video via DnD into a course should not require the teacher to open the automatically created activity: #73

Open
abias opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
refactoring Something which needs to be refactored in the plugin (which may mean breaking changes)

Comments

@abias
Copy link
Member

abias commented Feb 25, 2025

The teacher is able to upload a video into Opencast by dragging the video into the course:

Image

Image

Image

Image

At first sight, this looks really great and handy.
BUT at second sight, the teacher has to realize that this video is not yet processed and is not yet playable. When he opens the activity, he will see this:

Image

We must make sure that this last manual step by the teacher is avoided as best as possible.
Either by asking the teacher all necessary data before the upload (whereas the Moodle DnD API will have its limitations in this case).
Or by simply processing the video with all default values, allowing the teacher to re-fine these values if necessary afterwards.

@abias abias added the refactoring Something which needs to be refactored in the plugin (which may mean breaking changes) label Feb 25, 2025
@ferishili ferishili self-assigned this Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Something which needs to be refactored in the plugin (which may mean breaking changes)
Projects
Status: To Do REQ
Development

No branches or pull requests

2 participants