oppia-android icon indicating copy to clipboard operation
oppia-android copied to clipboard

Use caption-with-value from <oppia-interactive-image> in RichText

Open rt4914 opened this issue 4 years ago • 2 comments

Currently oppia-interactive-image is used to render images in RichText. We should use caption-with-value from oppia-interactive-image to show a caption below the image in application.

rt4914 avatar May 12 '21 18:05 rt4914

@rt4914 I'd like to work on this. How should I go about it?

Victor-Titan avatar May 21 '21 14:05 Victor-Titan

@rt4914 I'd like to work on this. How should I go about it?

@Victor-Titan You can start with ImageTagHandler in utility module. It might be too hard at first but if you get stuck feel free to unassign.

rt4914 avatar May 22 '21 15:05 rt4914

Hi @adhiamboperes can i work on this, i can add the caption-with-value tag in the ImageTagHandler and its related tests. The handler will retrieve the caption from the caption-with-value tag and append the caption as a new line below the image using SpannableStringBuilder

manas-yu avatar Dec 06 '24 06:12 manas-yu