Method | Description | |
---|---|---|
IsValidLoadPath ( string path ) : bool |
Might path be used to load a stimulus class?
|
|
RefreshStimuli ( ) : void |
Reloads all stimuli from disk
|
|
ToString ( ) : string |
Returns a loggable textual representation of this object
|
|
TryLoad ( string path, |
Returns true if a stimulus class was successfully loaded from path
|
|
TrySave ( ) : bool |
Returns true if this object was successfully saved to disk
|
|
UsedStimuli ( QuestionMode questionMode ) : IEnumerable |
Retrieves the stimuli from this class that are valid when used with the given question mode
|
Method | Description | |
---|---|---|
StimulusClass ( string sourceFolder ) : System |
public static IsValidLoadPath ( string path ) : bool | ||
path | string | |
return | bool |
public static TryLoad ( string path, |
||
path | string | |
stimulusClass | ||
return | bool |
public UsedStimuli ( QuestionMode questionMode ) : IEnumerable |
||
questionMode | QuestionMode | |
return | IEnumerable |