diff --git a/README.md b/README.md index 8782ab3..7386d3b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The attributes listed below are used in *contentObjects.json* to configure **Del #### *contentObjects.json* The following attributes, set within *contentObjects.json*, configure the defaults for **Box Menu**. -**\_id** (string): This is a unique identifier that establishes relationships with other content structures. It is referenced in *articles.json* as the `_parentid` of an article model. +**\_id** (string): This is a unique identifier that establishes relationships with other content structures. It is referenced in *articles.json* as the `_parentId` of an article model. **\_parentId** (string): This value is sourced from the parent element's `_id` found within *course.json*. It must match. @@ -58,7 +58,7 @@ Several menu-related elements are assigned a label using the [aria-label](https: No known limitations. ---------------------------- -**Version number:** 4.2.2 +**Version number:** 4.2.3 **Framework versions:** 5.8+ **Author / maintainer:** Forked from [Adapt Core](https://github.com/adaptlearning/adapt-contrib-boxmenu) / DeltaNet **Accessibility support:** WAI AA diff --git a/bower.json b/bower.json index f97e47e..ca3fed4 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,12 @@ { "name": "adapt-contrib-deltaboxMenu", - "version": "4.2.2", + "version": "4.2.3", "framework": ">=5.8", "homepage": "https://github.com/deltanet/adapt-contrib-deltaboxmenu", "issues": "https://github.com/deltanet/adapt-contrib-deltaboxmenu/issues", "menu": "deltaboxmenu", "displayName": "DeltaNet's Box Menu", - "description": "DeltaNet's enhanced version of the core box menu.", + "description": "Enhanced version of the core box menu.", "main": "js/adapt-contrib-deltaBoxMenu.js", "keywords": [ "adapt-plugin", diff --git a/templates/deltaBoxMenuItem.hbs b/templates/deltaBoxMenuItem.hbs index d214d16..9a88adc 100644 --- a/templates/deltaBoxMenuItem.hbs +++ b/templates/deltaBoxMenuItem.hbs @@ -11,11 +11,14 @@ {{#if _assessment}} {{#if _assessmentPassed}} + {{else}} + {{/if}} {{else}} + {{/if}} {{else}}