supermemo / SuperMemoAssistant

A companion app for SuperMemo 17-18 which extends its functionalities through plugins.
https://www.supermemo.wiki/sma/
MIT License
195 stars 20 forks source link

Answer Component doesn't have the "Answer" selected #234

Closed Fowl95 closed 3 years ago

Fowl95 commented 3 years ago

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 3 years ago

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

alexis- commented 3 years ago

@bjsi saved the day