Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TessaKeller committed Apr 3, 2024
1 parent b319554 commit ec70127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import java.util.List;
import java.util.UUID;
import lombok.*;

/**
* this class represents a users response together with information of the answered questions
*/
@Data
@Builder
@NoArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
@Builder
@NoArgsConstructor
@AllArgsConstructor
/**
* this class represents a users response to a given item on an assessment
*/
public class Response {
public UUID itemId;

Expand Down

0 comments on commit ec70127

Please sign in to comment.