Skip to content

Images in Labels and Titles #157

Answered by spinn
Nanooonym asked this question in Ideas
Discussion options

You must be logged in to vote

Support for pictures in multiple choice questions has been added in c65e5a2. Example usage:

  ...
  new QuestionModel({
    type: QuestionType.MultiplePictureChoice,
    options: [
      new ChoiceOption({
        imageSrc: '...',
        imageAlt: '...'
      }),
      new ChoiceOption({
        title: '...'
      })
    ]
  })
  ...

We haven't yet pushed the new version to npm but we'll do this shortly as well.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by spinn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants