{assignment.name} - View Submissions
++ {assignment?.name + ? `Review, submit, and manage your team artifacts for ${assignment.name}.` + : "Review, submit, and manage your team artifacts for this assignment."} +
++ You are not set up for submissions on this assignment. +
++ {error || + "No participant record was found for the current user on this assignment."} +
+Submit work
++ Upload files or add links for the current assignment without leaving this page. +
+{actionHelperMessage}
+Artifacts
++ Open, download, or remove the artifacts submitted by your team. +
🔗 Submitted Hyperlinks
-| Name | +Type | +Size | +Modified | +Actions | +
|---|---|---|---|---|
|
+ |
+ Folder | +- | +{formatTimestamp(folder.modified_at)} | +
+
+
+
+
+ |
+
| {file.name} | +{file.type?.toUpperCase() || "File"} | +{SubmittedContentService.formatFileSize(file.size || 0)} | +{formatTimestamp(file.modified_at)} | +
+
+
+
+
+
+ |
+
Hyperlinks
++ Submitted URLs are shown separately so you can open them directly or remove them. +
| Hyperlink | +Actions | +
|---|---|
| + + {hyperlink} + + | +
+
+
+
+
+ |
+
View Submissions
- --
View Submissions
+ {assignment?.name &&{assignment.name}
} + ++