We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f13b42 commit 55bb563Copy full SHA for 55bb563
java-backend-example/src/main/java/skills/examples/data/InitSkillServiceWithData.java
@@ -227,7 +227,7 @@ private List<String> loadQuizzes(RestTemplate rest) {
227
questionDefRequest.setQuestionType("SingleChoice");
228
}
229
if (q.getAnswerHint() != null) {
230
- questionDefRequest.setAnswerHint(q.getAnswerHint());
+ questionDefRequest.setAnswerHint(setDescPrefix(q.getAnswerHint()));
231
232
List<QuizAnswerDefRequest> answers = new ArrayList<>();
233
for (Answer a : q.getAnswers()){
0 commit comments