Property | Type | Description | |
---|---|---|---|
beginWord | string | ||
correctCol | Color | ||
endWord | string | ||
left | Button | ||
right | Button | ||
wrongCol | Color |
Method | Description | |
---|---|---|
DisableButtons ( int correct ) : void | ||
EnableButtons ( ) : void | ||
FindMatchingText ( WordData, wd ) : string | ||
UpdateText ( string enhancedDescription, string trans, string wrongTrans, int correct ) : void |
Method | Description | |
---|---|---|
CheckCurrentIndex ( int i, char descriptionArr, char wordArr ) : bool | ||
addBeginEnd ( int pos, string description, string word ) : string |
public FindMatchingText ( WordData, wd ) : string | ||
wd | WordData, | |
return | string |
public UpdateText ( string enhancedDescription, string trans, string wrongTrans, int correct ) : void | ||
enhancedDescription | string | |
trans | string | |
wrongTrans | string | |
correct | int | |
return | void |