Skip to main content
Participant
December 15, 2015
Question

What is the project.json file for?

  • December 15, 2015
  • 2 replies
  • 690 views

When publishing to HTML5 in Captivate 8, a project.json file is created along with all the other files. Is this file needed to work? What is it for? I ask because I cannot load a .json file onto a Sharepoint site.

Thanks

    This topic has been closed for replies.

    2 replies

    Jordster1
    Participating Frequently
    December 16, 2015

    Cap 8 creates the projects.json file, Cap 9 writes it out as project.txt. Either way the contents are the same - JSON objects representing meta-data information on your course. Maybe there are some LMS that need it but the general thought seems to be that you can probably do without it. However if your imsmanifest.xml file lists it and you delete the file your manifest may then throw an error. So if you do remove the file make sure to update your imsmanifest and remove the entry for it there as well.

    Alternatively, try renaming the file to project.txt and update the imsmanifest entry accordingly.

    -Jord

    TLCMediaDesign
    Inspiring
    December 15, 2015

    I don't think you'll have any problems deleting it. I do.

    There is no reference to it in any of the code.