Answer Component doesn't have the "Answer" selected
Fowl95 opened this issue · 2 comments
Fowl95 commented
When using elemBuilder, like this:
var elemBuilder = new ElementBuilder(
ElementType.Item,
questionContent,
answerContent);
The Answer component does not have the "Answer" option ticked on, meaning that items show the answer field during review, unless you tick the option manually. Please add the parameter
bjsi commented