Skip to content

Class: GroupResults

Defined in: particiapp-web-client.js:349

The GroupResults class represents the results of a group consisting of those statments group members most strongly agree and disagree with.

Constructors

new GroupResults()

new GroupResults(groupResults?): GroupResults

Defined in: particiapp-web-client.js:355

The constructor returns a newly created GroupResults object.

Parameters

groupResults?

APIGroupResults = {}

The group result JSON object returned by the server.

Returns

GroupResults

Properties

agree

agree: Result[];

Defined in: particiapp-web-client.js:357

A list of statments group members most strongly agree with.


disagree

disagree: Result[];

Defined in: particiapp-web-client.js:359

A list of statments group members most strongly disagree with.