Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Question Set Editor

...

Code Block
frameworkDefaultValues: {
  hospital: 'Apollo',
  department: 'Cardiology',
  ...
  ...
}

...

Place where above passed BMGS is currently getting fetched and getting added to question metadata

File - question.component.ts

...

library-player

library-list.component

...

Question - Can we stop showing this board value ?

If we have to show this value we can make it configurable:Solution:

We can make this field configurable by passing a config to resource-library

...