2017 © Pedro Peláez
 

silverstripe-module silverstripe-flowchart

Flowchart silverstripe module.

image

chtombleson/silverstripe-flowchart

Flowchart silverstripe module.

  • Thursday, October 12, 2017
  • by chtombleson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 259 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 29 % Grown

The README.md

Silverstripe Flowchart

A module to create an interactive flowchart., (*1)

Installation

$ composer require chtombleson/silverstripe-flowchart

For SilverStripe 3 use the 3x branch., (*2)

Usage

Once installed and the dev/build has been run. In the CMS there should be a Flowcharts section. Where you can create a new Flowchart and add questions., (*3)

Flowchart options

  • Voting Disabled - Disables rating of flowchart from 1 to 5.
  • Feedback Disabled - Disables feedback for the flowchart.

Question options

  • Question Heading - Optional the default is Question 1 etc.
  • Question Description Content - Optional used for additional info about the question.
  • Answer - The final outcome of the flowchart.

Responses

Responses are used to link question to other questions., (*4)

  • Response Label - For example Yes or No.
  • Next Question - The question to go to if that response is selected.

The Versions

12/10 2017

dev-master

9999999-dev

Flowchart silverstripe module.

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe