cgkineo / p101

A blank canvas for building a course from scratch, used by cgkineo/adapt-setup
1 stars 0 forks source link

AAT: Add _theme and _menu properties to sample course #4

Open swashbuck opened 6 days ago

swashbuck commented 6 days ago

Subject of the issue

The p101 course does not have the _theme and _menu properties as part of the config.json. This can cause issues when importing a course into the AAT.

Suggest adding:

  "_theme": "adapt-contrib-vanilla",
  "_menu": "adapt-contrib-boxMenu"

Same issue as https://github.com/adaptlearning/adapt_framework/issues/3602

swashbuck commented 2 days ago

@taylortom @joe-allen-89 Were there any other AAT v1 properties missing from the sample courses, or was this it?

taylortom commented 2 days ago

Is this definitely an issue? We should already have these same values when using the current core schemas

joe-allen-89 commented 2 days ago

@taylortom these missing attributes were causing issues with the v1 import.

@swashbuck these were the only 2 added and it seemed to do the trick. Thank you.