|
|
Map<Long, String> userAnswer = (Map<Long, String>) request.getSession().getAttribute("answers");
|
|
Map<Long, String> userAnswer = (Map<Long, String>) request.getSession().getAttribute("answers");
|
|
|
for (Map<String, Object> answer : jsonAnswer) {
|
|
for (Map<String, Object> answer : jsonAnswer) {
|