Skip to content

Commit

Permalink
more amends
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Feb 4, 2021
1 parent 8e583f7 commit 71470fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ This optional text appears above the component. It is frequently used to
guide the learner’s interaction with the component.

### mobileBody (string):
This is optional text that will be substituted for `body` when `Adapt.device.screenSize` is `small` (i.e., when viewed on mobile devices).
This is optional text that will be substituted for `body` when `Adapt.device.screenSize` is `small` (i.e. when viewed on mobile devices, except when the [_isNarrativeOnMobile](#_isnarrativeonmobile-boolean) setting is set to `false`).

### mobileInstruction (string):
This is optional text that will be substituted for `instruction` when `Adapt.device.screenSize` is `small` (i.e., when viewed on mobile devices).
This is optional text that will be substituted for `instruction` when `Adapt.device.screenSize` is `small` (i.e. when viewed on mobile devices, except when the [_isNarrativeOnMobile](#_isnarrativeonmobile-boolean) setting is set to `false`).

### \_setCompletionOn (string):
Determines when Adapt will register this component as having been completed by the learner. Acceptable values are `"allItems"` and `"inview"`. `"allItems"` requires each pop-up item to be visited. `"inview"` requires the **Hot Graphic** component to enter the view port completely.
Expand Down Expand Up @@ -111,7 +111,7 @@ Aria level for the title.
This is the main text for a hot spot pop-up.

#### strapline (string):
This text is displayed when `Adapt.device.screenSize` is `small` (i.e., when viewed on mobile devices, except when the [_isNarrativeOnMobile](#_isnarrativeonmobile-boolean) setting is set to `false`). It is presented in a title bar above the image.
This text is displayed when `Adapt.device.screenSize` is `small` (i.e. when viewed on mobile devices, except when the [_isNarrativeOnMobile](#_isnarrativeonmobile-boolean) setting is set to `false`). It is presented in a title bar above the image.

#### \_classes (string):
CSS class name(s) to be applied to the popup item. Classes available by default are:
Expand Down

0 comments on commit 71470fe

Please sign in to comment.