TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gnanu
1.7k
52
9k
Implementing Dynamic Controls using Javascript
Jun 19 2019 6:06 AM
I'm getting json data like this
{
"questions": [
{
"qusetionId": 6,
"question": "Are You a Good Learner?",
"answer": "B ",
"answerId": 2,
"choices": [
{
"choiceId": 163,
"choiceLetter": "A ",
"choiceText": "No"
},
{
"choiceId": 164,
"choiceLetter": "B ",
"choiceText": "No"
}
]
},
{
"qusetionId": 7,
"question": "IAre You ready to takeon risk?",
"answer": "B ",
"answerId": 2,
"choices": [
{
"choiceId": 165,
"choiceLetter": "A ",
"choiceText": "No"
},
{
"choiceId": 166,
"choiceLetter": "B ",
"choiceText": "No"
}
]
},
{
"qusetionId": 8,
"question": "Are You Good Programmer?",
"answer": "B ",
"answerId": 2,
"choices": [
{
"choiceId": 179,
"choiceLetter": "A ",
"choiceText": "YES"
},
{
"choiceId": 180,
"choiceLetter": "B ",
"choiceText": "NO"
}
]
}
]
}
I need to implement radio controls for that questions.
With Yes or No options.
Thanks in advance
Gnanu
Reply
Answers (
1
)
what are the adv & disadvantages of ngrx store in angular 5
z-index Button and image Click not working.