supermemo/SuperMemoAssistant

Answer Component doesn't have the "Answer" selected

Fowl95 opened this issue · 2 comments

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

Solution: add AtFlags.NonQuestion as the displayAt parameter when you create your TextContent.
image

@bjsi saved the day