push quizz

This commit is contained in:
tuanvu
2025-10-02 15:45:01 +02:00
parent d79f4f4b8f
commit de18627c30
4 changed files with 81 additions and 15 deletions

View File

@@ -20,6 +20,8 @@ public interface QuestionMapper {
Question toEntity(QuestionDTO questionDTO);
List<QuestionDTO> toDTOs(List<Question> questionList);
default List<String> question_ReponseString(Reponse reponse){
return reponse.getReponses();
}