Multiple Choice

custom CSS moodle (or Desktop) doesn't change anything

Nothing ever changes.

i did the H5PMod from https://github.com/h5p/h5pmods-moodle-plugin

it does need  $THEME->haseditswitch = true;

so i think it is active

I tried setting all the libraries, not just H5P.InteractiveVideo

and various elements, in the custom.css and in .h5p archives from Desktop app.

nothing ever changes.

What can i do to locate the missing piece?

 

How to combine text field with multiple choice in one question?

I am new to H5P (but proficient with HTML and CSS if this matters but I think it does not).

Text field and multiple choice

How do I approach situations with several steps. e. g.:

  1. Task: Translate the word "apple" to German and select the category which is most fitting.
  2. Input: Freeform text field with validation.
  3. Multiple Choice: fruit, vegetable, pasta, meat, milk, sweets

How do I build a task like this?

This is just the most simple combination question I can think of. Here are some more complex things I would like to build:

content translation

Forums: 

Hello,

i use a self hosted version of H5P. 

My Page looks like https://h5p-laravel-demo.stage.etd24.pl/editor/new 

Now I want to insert German translations for the content multi-choice. 

A part has not been translated yet like tipsAndFeedback.

For this I used the command

h5p get h5p-multi-choice

to include the content with the translations. Now I see in the file under 

h5p-multi-choice/language/de.json also the german translation.

 

Pages