Kast-KIIT commited on
Commit
aa56656
·
verified ·
1 Parent(s): ccbd5c5

File upload no more working in teacher mode "Invalid Submission Error parsing file - Invalid format" - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -504,6 +504,8 @@
504
  const assignmentData = {
505
  rollNumber: displayRollNumber.textContent,
506
  studentName: displayStudentName.textContent,
 
 
507
  language: languageSelect.value,
508
  content: editor.getValue(),
509
  prompt: document.getElementById('assignmentPrompt').textContent,
 
504
  const assignmentData = {
505
  rollNumber: displayRollNumber.textContent,
506
  studentName: displayStudentName.textContent,
507
+ courseName: displayCourseName.textContent,
508
+ assignmentNumber: displayAssignmentNumber.textContent,
509
  language: languageSelect.value,
510
  content: editor.getValue(),
511
  prompt: document.getElementById('assignmentPrompt').textContent,