Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

ERROR IN COMPLETION MESSAGE

Forums: 

Hi,

I´ve created an activity  FIND THE WORDS for Moodle.

The activity completion condition is: "STUDENT must receive a grade to complete this activity"

After completing the activity, it stills show the completion message: "TO DO: COMPLETE THE ACTIVITY"

Why the message doesn´t change after completing the activity?

Thank you, regards

Jorge

Download Error

Forums: 

Hi all,

Would anyone know why I'm getting this strange error when clicking 'Reuse' on my content types? This happens with all content types in Chrome. All other browsers are fine so I have no idea what's causing it.

Any help or advice would be greatly appreciated.

Many thanks.

Paul

Save and access png (or arbitrary data)

Forums: 

Dear Community,

I am looking for a way save pngs to eg. moodle and then access this file from the reporting view.

Unfortunately we are required to make no plugin customizations (or generally in the server). I first tried to save the <img> tag with the base64-string of the png in the database via xApi (using the long-fill-in type so that the tag will be rendered properly in the provided textbox), but the html-purifier (from the h5p plugin) gets in the way, so that the "data"-part before the MIME-Type decleration is removed.

Pages