Display intro field during online text import#61
Draft
Copilot wants to merge 76 commits intoexperimentalfrom
Draft
Display intro field during online text import#61Copilot wants to merge 76 commits intoexperimentalfrom
Copilot wants to merge 76 commits intoexperimentalfrom
Conversation
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add teacher feedback files to Exaport export
Add automatic teacher feedback file import for assignment submissions
Feb 11, 2026
Contributor
|
No, this does nothing at all |
# Conflicts: # version.php
…rt from assignment: in progress
…ntext Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Copilot
AI
changed the title
Add automatic teacher feedback file import for assignment submissions
Add feedback file support to portfolio export button path
Feb 11, 2026
…assignments Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Copilot
AI
changed the title
Add feedback file support to portfolio export button path
Consolidate assignment import paths and add feedback-only support
Feb 12, 2026
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Copilot
AI
changed the title
Consolidate assignment import paths and add feedback-only support
Fix SQL query to display feedback-only assignments in import list
Feb 12, 2026
…ign_submission.status instead of checking for file (there could be online-text submissions) and simplify the logic in general. Fix "has_submission" check to not always display true, even thought he submission is "new"
… is unnecessary, as there is always the root category
…ings Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
…into copilot/modify-import-table-structure
…actor-submissionid-gradeid
…ionid and gradeid fields Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
…indexing Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Fix: Assignment records with NULL submissionid lost due to array key collision
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Co-authored-by: richardwolfmayr <24298463+richardwolfmayr@users.noreply.github.com>
Display original filename in artifact view instead of artifact name
…s function is just pretty different to the import from exaport. Might get reworked at another point
…feedback_files_for_export would only be used by export from assignment, which will be changed later on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The intro field ("Kurzbeschreibung") was not visible when importing online text submissions, only appearing post-save. This obscured what content would be imported.
Changes
Added
$post->introinitialization in form display data:The form structure (
$existing->intro) was already set but display values ($post->intro) were missing. Now both title and intro fields are prefilled during creation.Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.