|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include "Chain.h"#include "Study.h"#include "../../libs/json.hpp"#include <fstream>#include <sstream>#include <cstdlib>#include <ctime>#include <sys/stat.h>Go to the source code of this file.
Typedefs | |
| using | json = nlohmann::json |
Functions | |
| std::string | ItemTypeToString (ItemType type) |
| ItemType | StringToItemType (const std::string &str) |
| std::string ItemTypeToString | ( | ItemType | type | ) |
Definition at line 20 of file Chain.cpp.
References Completion, Consent, Instruction, and Test.
Referenced by ChainItem::CreateChainPageConfig(), and ChainItem::GetDisplayName().
| ItemType StringToItemType | ( | const std::string & | str | ) |
Definition at line 35 of file Chain.cpp.
References Completion, Consent, Instruction, and Test.