dhodges47 / SCORM-LearningManagementSystem

Open Source SCORM Learning Management System demo
MIT License
152 stars 76 forks source link

play course not work 404 error #19

Open AsmaaSaeedAli opened 3 years ago

AsmaaSaeedAli commented 3 years ago

when i press play course it give me 404 error

dhodges47 commented 3 years ago

This is a common error caused by a mismatch in settings. Look in Appsettings.json at these two values, and adjust them if necessary:

"UploadFolder": "SCORMPackages/",
    "CourseFolder": "SCORMCourses/",

Make sure the paths for UploadFolder and CourseFolder actually match the way your system is installed. UploadFolder and CourseFolder might actually be in a different location or have different names.