Audio + Image Selection assessment

Hi all,

I’m new to Open edX and I’m trying to figure out if it’s possible through Open edX or by creating a plugin to create an assessment that would work like the one here: Dream Tree Creations Assessment.04.05

Can someone here give me some suggestion on how to achieve that?

Thanks,
Salvo

I think in video quiz can do a similar thing.
You can use problem type multiple choice and put images in the choices using <img src="image_link" />

A few more suggestions:

  1. Point-on-Picture assessment type (Called “Image Mapped Input” and it is included by default in Open EdX)
  2. There are a number of h5p question types that do similar things (Image Choice, Interactive Video, Hotspot) and you can either embed them as iframes or use the h5p xblock

Thanks, this is very helpful :slightly_smiling_face: