|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <ScaleDefinition.h>
Public Member Functions | |
| LikertOptions () | |
Public Attributes | |
| int | points |
| int | min |
| int | max |
| std::string | question_head |
| std::vector< std::string > | labels |
Definition at line 44 of file ScaleDefinition.h.
|
inline |
Definition at line 51 of file ScaleDefinition.h.
| std::vector<std::string> LikertOptions::labels |
Definition at line 49 of file ScaleDefinition.h.
| int LikertOptions::max |
Definition at line 47 of file ScaleDefinition.h.
| int LikertOptions::min |
Definition at line 46 of file ScaleDefinition.h.
| int LikertOptions::points |
Definition at line 45 of file ScaleDefinition.h.
| std::string LikertOptions::question_head |
Definition at line 48 of file ScaleDefinition.h.