Method | Description | |
---|---|---|
AddUserAnswerToQuestion ( int QuestionIndex, string userAnswer ) : void | ||
AddUserQuestion ( string description, string answer ) : void | ||
CreateDefaultSetOfQuestion ( ) : void | ||
DesignDocument ( ) : System | ||
getListObject ( ) : List |
public AddUserAnswerToQuestion ( int QuestionIndex, string userAnswer ) : void | ||
QuestionIndex | int | |
userAnswer | string | |
return | void |
public AddUserQuestion ( string description, string answer ) : void | ||
description | string | |
answer | string | |
return | void |