abelardopardo / ontask_b

A platform offering teachers and educational designers the capacity to use data to personalise the learner experience.
https://ontasklearning.org
MIT License
42 stars 35 forks source link

Can't add images #212

Open ifarmer37 opened 3 years ago

ifarmer37 commented 3 years ago

Describe the bug Cant add image by choosing files .. it only works via URL image

To Reproduce Steps to reproduce the behavior:

  1. Go to 'OnTask Action Editor.'
  2. Click on 'insert image'
  3. If you click upload file
  4. Nothing happens .. where I would have expected the image to be inserted.

Desktop (please complete the following information):

abelardopardo commented 3 years ago

Hi

Thanks for pointing this out. You are right, the platform does not allow uploading files. The main reason for this is to simplify the import/export of actions. Allowing images would require an internal storage that needs to then travel with the action when exported.

We do however allow links to images as they offer a partial solution (as long as the image is publicly available). This is not ideal, but simplifies the need to manage internal disk storage.

We'll try to trim the message on that window so that the choose file option is not available for consistency.