h5p-cli icon indicating copy to clipboard operation
h5p-cli copied to clipboard

"Important instructions" field throws error

Open rezeau opened this issue 1 year ago • 1 comments

A few H5P contents have an "Important instructions" field in their Semantics file. e.g. Drag Text, Mark the Words, Blanks, Hightlight TheWords. In the h5p-cli development environment, in Edit mode, this feature throws the following error in the console: http://localhost:8080/h5p-ajax/content-user-data/0/H5P-Blanks-question-important-description-open/0 [HTTP/1.1 404 Not Found 507ms]

This error does not prevent opening and closing the Important instructions field when in Edit mode. But, unfortunately, the current SHOW/HIDE mode is not saved upon exiting the Edit mode.

rezeau avatar Jul 17 '24 17:07 rezeau

The important-description-open/0 end-point is not implemented. It is used to save the show/hide instructions state within the editor. We'll look into implementing it.

devland avatar Feb 13 '25 08:02 devland