how can i associate my image_description entity with other entity , so that i can add one image in question for question description

0
here , I I am using the  Ques_description entity to store images for questions. I want to add an image while creating a question and associate the image with that specific question.
asked
1 answers
0

Hello Chandani Giram,

 

I think you need to do a 1-* association instead of a *-* so 1 question can have multiple images, in that way you can use a datagrid/listview(other) for the images in your question creation page to add/modify/delete the images to the question.

 

Hope this helps, 

 

Good luck!

answered