Developers

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

How to use the setFeedback() function

papi Jo's picture
Forums: 

Hi!

I am working on a H5P content which is not a question type. At the end of the activity I need to display a score. I can use the scorebar without any problem, like this:

scoreBar = JoubelUI.createScoreBar(maxScore);
      scoreBar.setScore(actualScore);
      scoreBar.appendTo($feedback);

But I would like to add a score explanation to the score bar. I think that I need to use the setFeedback() function which resides in the H5P.Question-1.4 library. I have added it to my own library in the preloadedDependencies section.

.net CMSs

Forums: 

The .net CMS market is a large and active market. One of the goals I read for H5P is "Make it easy for content creators to deliver and publish HTML content on different CMS, LMS, LCMS and other frameworks."

I am guessing for .net CMSs as well as the PHP CMSs.

Has there been any work on porting HP5 so it works with .net?

If not, where can I start?

Does anyone want to help?

Pages