2017 © Pedro Peláez
 

yii2-extension yii2-evaluation

An Yii2 extension, a widget which helps creating online survey, evaluation, etc

image

peng/yii2-evaluation

An Yii2 extension, a widget which helps creating online survey, evaluation, etc

  • Tuesday, January 5, 2016
  • by PuffyCoffee
  • Repository
  • 1 Watchers
  • 4 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Yii2 evaluation widget

An Yii2 extension, a widget which helps creating online survey, evaluation, etc, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist peng/yii2-evaluation "0.1.0"

or add, (*4)

"peng/yii2-evaluation": "0.1.0"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= \peng\evaluation\RadioButtonMatrix::widget([
    'id' => 'self-evalution',
    'questions' => ['Strength of Mind', 'Open Communication', 'Leadership',
        'Understanding', 'Teamwork', 'Integrity', 'Originality', 'Notification',
    ],
    'scale' => ['min' => 0, 'max' => 5],
    'sections' => ['2015 Scores', '2016 Scores'],
    'enableComment' => true,
]); ?>

Screenshot

, (*7)

The Versions

05/01 2016

dev-master

9999999-dev

An Yii2 extension, a widget which helps creating online survey, evaluation, etc

  Sources   Download

MIT

The Requires

 

extension yii2 widget scale matrix question comment survey evaluation

05/01 2016

0.1.0

0.1.0.0

An Yii2 extension, a widget which helps creating online survey, evaluation, etc

  Sources   Download

MIT

The Requires

 

extension yii2 widget scale matrix question comment survey evaluation