Method | Description | |
---|---|---|
Quiz ( ) : System |
Initializes a new instance of the Quiz class.
|
Method | Description | |
---|---|---|
ChooseQuestions ( List |
Chooses the questions.
|
|
ResetTimer ( ) : void |
Resets the timer.
|
|
Window_Loaded ( object sender, |
Handles the Loaded event of the Window control.
|
|
addButtonColours ( int index ) : void |
Adds the button colours.
|
|
answerQuestion ( String content ) : void | ||
changeButtonState ( ) : void |
Changes the state of the button.
|
|
close_Clicked ( object sender, |
||
fifty_fifty_click ( object sender, |
Handles the click event of the fifty_fifty control.
|
|
hint_click ( object sender, |
Handles the click event of the hint control.
|
|
option_A_Clicked ( object sender, |
Handles the Clicked event of the option_A control.
|
|
option_B_Clicked ( object sender, |
Handles the Clicked event of the option_B control.
|
|
option_C_Clicked ( object sender, |
Handles the Clicked event of the option_C control.
|
|
option_D_Clicked ( object sender, |
Handles the Clicked event of the option_D control.
|
|
question1_Click ( object sender, |
Handles the Click event of the question1 control.
|
|
question2_CLick ( object sender, |
Handles the Click event of the question2 control.
|
|
question3_Click ( object sender, |
Handles the Click event of the question3 control.
|
|
question4_Click ( object sender, |
Handles the Click event of the question4 control.
|
|
question5_click ( object sender, |
Handles the click event of the question5 control.
|
|
question6_Click ( object sender, |
Handles the Click event of the question6 control.
|
|
setContent ( |
Sets the content.
|
|
setScore ( ) : void |
Sets the score.
|
|
skip_click ( object sender, |
Handles the click event of the skip control.
|