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

#include <LauncherUI.h>

Public Member Functions

 CorrectAnswersEditorState ()
 

Public Attributes

bool show
 
std::string questionId
 
std::string dimensionId
 
std::string questionText
 
std::string questionType
 
std::vector< std::string > answers
 
std::vector< bool > caseSensitive
 

Detailed Description

Definition at line 294 of file LauncherUI.h.

Constructor & Destructor Documentation

◆ CorrectAnswersEditorState()

CorrectAnswersEditorState::CorrectAnswersEditorState ( )
inline

Definition at line 303 of file LauncherUI.h.

303: show(false) {}

Member Data Documentation

◆ answers

std::vector<std::string> CorrectAnswersEditorState::answers

Definition at line 300 of file LauncherUI.h.

◆ caseSensitive

std::vector<bool> CorrectAnswersEditorState::caseSensitive

Definition at line 301 of file LauncherUI.h.

◆ dimensionId

std::string CorrectAnswersEditorState::dimensionId

Definition at line 297 of file LauncherUI.h.

◆ questionId

std::string CorrectAnswersEditorState::questionId

Definition at line 296 of file LauncherUI.h.

◆ questionText

std::string CorrectAnswersEditorState::questionText

Definition at line 298 of file LauncherUI.h.

◆ questionType

std::string CorrectAnswersEditorState::questionType

Definition at line 299 of file LauncherUI.h.

◆ show

bool CorrectAnswersEditorState::show

Definition at line 295 of file LauncherUI.h.

Referenced by LauncherUI::Render().


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