mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
inserting newline after feedback so as to keep separate from following content
This commit is contained in:
@@ -89,6 +89,8 @@ export const quizFeedbackMarkdownUtils = {
|
||||
if (neutralComments) {
|
||||
feedbackText += `${delimiters.neutral} ${neutralComments}\n`;
|
||||
}
|
||||
// Ensure there's a blank line after feedback block so answers are separated
|
||||
if (feedbackText) feedbackText += "\n";
|
||||
return feedbackText;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user