Want to update contentCompatibility for Questionset #175
-
Hi, I want to change the 'playerContentCompatibiltyLevel' to 6 for the Question set. But if I make this change from 5 to 6, I'm worried it might mess things up for other content types. Can you confirm if my concern is valid? My idea is to create a new variable called 'playerQuestionsetCompatabilityLevel' specifically for checking compatibility with Question sets. That way, it won't affect other content. What do you think? To make this change, I will be needing a separate branch where I can work on the fix. cc: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@rajnishdargan I have created |
Beta Was this translation helpful? Give feedback.
@rajnishdargan
Instead of adding a new variable, we can override the
playerContentCompatibiltyLevel
while importing, i mean you can update the module import to take config similar to how the angular core router hasforROOT
,forChild
and override the default value with whatever is required.I have created
release-6.0.0
branch, You can work on that branch from your fork.