Quiz Method: GetQuestion

GetQuestion

(

QuestionNum As Integer,

Question As String

) As Integer;

Parameters

[in] Integer QuestionNum

The question number to get.

[in] String Question

Returns string

Description

Gets the question for a particular question number.

Return Values

Value

Description

0

on successfully returning the question string

-1

if QuestionNum is invalid

-2

if Questions have not been configured

 

See Also