@@ -353,9 +353,6 @@ const learningUnits: Prisma.LearningUnitCreateInput[] = [
353353 } ,
354354 ] ,
355355 } ,
356- questionAnswers : {
357- create : questionAnswers ,
358- } ,
359356 contents : {
360357 create : [ { type : ContentType . PODCAST , url : 'http://localhost:5173' } ] ,
361358 } ,
@@ -436,9 +433,6 @@ const learningUnits: Prisma.LearningUnitCreateInput[] = [
436433 questionAnswers : {
437434 create : questionAnswers ,
438435 } ,
439- contents : {
440- create : [ { type : ContentType . QUIZ } ] ,
441- } ,
442436 } ,
443437 {
444438 id : uuidv7 ( ) ,
@@ -479,14 +473,14 @@ const learningUnits: Prisma.LearningUnitCreateInput[] = [
479473 } ,
480474 contents : {
481475 create : [
482- { type : ContentType . VIDEO , url : 'https ://vimeo.com/1172996293 ' } ,
476+ { type : ContentType . VIDEO , url : 'http ://localhost:5173 ' } ,
483477 { type : ContentType . PODCAST , url : 'http://localhost:5173' } ,
484478 ] ,
485479 } ,
486480 } ,
487481 {
488482 id : uuidv7 ( ) ,
489- title : 'AI Podcast/Video/Quiz Unit' ,
483+ title : 'AI Podcast/Video Unit' ,
490484 status : LearningUnitStatus . PUBLISHED ,
491485 summary,
492486 objectives,
@@ -521,14 +515,10 @@ const learningUnits: Prisma.LearningUnitCreateInput[] = [
521515 } ,
522516 ] ,
523517 } ,
524- questionAnswers : {
525- create : questionAnswers ,
526- } ,
527518 contents : {
528519 create : [
529520 { type : ContentType . VIDEO , url : 'http://localhost:5173' } ,
530521 { type : ContentType . PODCAST , url : 'http://localhost:5173' } ,
531- { type : ContentType . QUIZ } ,
532522 ] ,
533523 } ,
534524 } ,
@@ -773,7 +763,7 @@ const learningUnits: Prisma.LearningUnitCreateInput[] = [
773763 } ,
774764 contents : {
775765 create : [
776- { type : ContentType . VIDEO , url : 'https ://vimeo.com/1172996293 ' } ,
766+ { type : ContentType . VIDEO , url : 'http ://localhost:5173 ' } ,
777767 { type : ContentType . PODCAST , url : 'http://localhost:5173' } ,
778768 ] ,
779769 } ,
0 commit comments