Quiz Method: SetQuestion

SetQuestion

(

QuestionNum As Integer,

Question As String

) As Integer;

Parameters

[in] Integer QuestionNum

The Question Number to set

[in] String Question

The Question string to set

Description

Sets a question number for a particular question.

Return Values

Value

Description

0

on success

-1

when integer Question is invalid

-2

when string Question is empty

-3

when string Question exceeds maximum length of 200 characters

 

See Also