ShacharHarshuv / open-ear

106 stars 20 forks source link

move answer display to be part of AnswerConfig #155

Closed ShacharHarshuv closed 2 years ago

ShacharHarshuv commented 2 years ago

Since AnswerLayout is often used for settings that are not the exercise included answers settings (thus should be renamed in the future), the previous implementation did not enable the freedom of settings the view label of such settings.

In the future we can consider putting the getAnswerDisplay to IExercise as a sugar syntax which might be useful in some cases.