adaptlearning / adapt_framework

A toolkit for creating responsive, accessible, multilanguage HTML5 e-learning courses.
https://www.adaptlearning.org/
GNU General Public License v3.0
572 stars 246 forks source link

Authoring Tool schema: by default have no article/block display title #2833

Closed simondate closed 4 years ago

simondate commented 4 years ago

I can't be the only person who thinks it's stupid this is on by default when Block titles are probably used in like >1% of the time.

See - https://github.com/adaptlearning/adapt_authoring/issues/2481

moloko commented 4 years ago

@simondate AFAIK the AAT requires that all pages/articles/blocks/components have a title set. Certainly if you go to import a Framework course into the AAT it will fail if you have not done so.

The displayTitle is, however, optional and is set as such in block.model.schema - are you maybe referring to the default that is set here?

moloko commented 4 years ago

also begs the question should the same also apply to the article display title?

simondate commented 4 years ago