- 24 Sep 2024
- 1 Minute to read
- Print
- PDF
Question Snippet
- Updated on 24 Sep 2024
- 1 Minute to read
- Print
- PDF
Question Snippet
Complete Output:-
Example
"[question]" in question-assessment component field is shown below:-
"details" in question-assessment component field is shown below:-
Note:
1.Go in your container find this comment <! -- Question Snippet - -> and add below snippet there.in your container at multiple places these comments will present. so, add below snippet on that place. While adding snippet don't remove the comments.
2.Go to the source data find the question_text and check how many question_text assigned to your team, then go to the dataset in advance editor press ctrl +F and search question_text so you get multiple question_text.so in dataset question_text added sequentially. then in container find the Question_Snippets and add that question_text dataset fields sequentially.
3. Then go to the dataset in advance editor press ctrl +F and search Questioner_Json so you get multiple Questioner_Json.so in dataset Questioner_Json added sequentially. then in container find the Question_Snippets and add that Questioner_Json dataset fields sequentially.
Snippet
<question-assessment
[showQuestion]="true"
[question]="'Replace_with_Dataset_Field_question_text'" details="Replace_with_Dataset_Field_Questioner_Json">
</question-assessment>