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:

Find pronouns in a given text and classify them

  1. A paragraph of text is provided to the user.
  2. Task part 1: find and mark all pronouns in the text provided,
  3. Task part 2: classify each of them according to the known classification (the personal pronoun, the demonstrative pronoun, the interrogative pronoun, the relative pronoun, the indefinite pronoun, the reflexive pronoun, and the intensive pronoun)
  4. Task part 3: give its variation/case (Nominative, Accusative, Dative, Genitive | Singular, Plural | Masculine, Neuter, Feminine)

In the attachment you'll find an image of the old school variant of such an exercise. You'll also see I provide a bit of background information: a) what is the source of the text provided and b) some additional info about a specific part of the text.

Can I build something like this with H5P or is it smarter to keep it as an old school PDF version?

Thank you so much for your support and work.

otacke's picture

Hi!

I am not entirely sure that I understand correctly what you have in mind, but if I do, then the Column content type (or the Interactive Book) should be what you're looking for.

Best,
Oliver

Hi Oliver

I see. So Column and Interactive Book are two ways to put together a connected stream of tasks. I will try what's working best and might get back here with questions if there are any. thank you very much for your time and effort!