PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
LikertOptions Struct Reference

#include <ScaleDefinition.h>

Public Member Functions

 LikertOptions ()
 

Public Attributes

int points
 
int min
 
int max
 
std::string question_head
 
std::vector< std::string > labels
 

Detailed Description

Definition at line 44 of file ScaleDefinition.h.

Constructor & Destructor Documentation

◆ LikertOptions()

LikertOptions::LikertOptions ( )
inline

Definition at line 51 of file ScaleDefinition.h.

51: points(5), min(-1), max(-1), question_head("question_head") {}
std::string question_head

Member Data Documentation

◆ labels

std::vector<std::string> LikertOptions::labels

Definition at line 49 of file ScaleDefinition.h.

◆ max

int LikertOptions::max

Definition at line 47 of file ScaleDefinition.h.

◆ min

int LikertOptions::min

Definition at line 46 of file ScaleDefinition.h.

◆ points

int LikertOptions::points

Definition at line 45 of file ScaleDefinition.h.

◆ question_head

std::string LikertOptions::question_head

Definition at line 48 of file ScaleDefinition.h.


The documentation for this struct was generated from the following file: