Coder Social home page Coder Social logo

adapt-flipcard-audio's Introduction

adapt-flipcard-audio

Flip card is a presentation component for the Adapt framework.

The component generates cards with an image on the front face and text on the back face.

Installation

Flip card must be manually installed in the adapt framework and authoring tool.

If Flip card has been uninstalled from the Adapt authoring tool, it may be reinstalled using the Plug-in Manager.

Settings Overview

The attributes listed below are used in components.json to configure Flip card, and are properly formatted as JSON in example.json.

Attributes

core model attributes: These are inherited by every Adapt component. Read more.

_component (string): This value must be: flipcard-audio.

_classes (string): CSS class name to be applied to Flip card’s containing div. The class must be predefined in one of the Less files. Separate multiple classes with a space. A predefined CSS class can be applied to an Accordion Item.

_layout (string): This defines the horizontal position of the component in the block. Acceptable values are full, left or right.

instruction (string): This optional text appears above the component. It is frequently used to guide the learner’s interaction with the component.

_flipType (string): This specifies whether all items animate or just the item selected. Acceptable values are singleFlip or allFlip.

_animation (string): This specifies which animation will reveal the card. Acceptable values are flipY, flipX, slideUp, slideDown, slideLeft or slideRight.

_inRow (number): This specifies the number of items displayed in a row.

_items (array): Multiple items may be created. Each _item contains values for frontImage, backTitle, backTitleReduced, backBody, backBodyReduced, and _audio.

frontImage (string): File name (including path) of the image. Path should be relative to the src folder.

backTitle (string): This text is displayed as the item's title.

backTitleReduced (string): This text is displayed as the item's reduced title text if audio and reduced text are enabled.

backBody (string): This text is displayed as the item's body text.

backBodyReduced (string): This text is displayed as the item's reduced body text if audio and reduced text are enabled.

_audio (object): Items can have audio if it is enabled. It contains values for src.

src (string): File name (including path) of the audio clip.

Limitations

No known limitations.


Version number: 4.2.2
Framework versions: 5.8+
Author / maintainer: Deltanet with contributors
Accessibility support: yes
RTL support: yes
Authoring tool support: yes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.