Skip to content

Commit

Permalink
Made qti item.duration optional
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Sep 7, 2024
1 parent 6f43606 commit 5e51918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QTI/DTOs/Item.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public struct Item: Codable {
public var maxAttempts: Int?

public var qtiComment: String
public var duration: String
public var duration: String?
public var itemMetadata: ItemMetadata
public var presentation: Presentation
public var resProcessing: ResProcessing
Expand Down

0 comments on commit 5e51918

Please sign in to comment.