If IndexValue = 3 Then
Label1.Text = _
"What is the dynamic range of the bass trombone?"
RadioButton1.Text = _
"On or Off"
RadioButton2.Text = _
"You can throw it about 20 yards"
RadioButton3.Text = _
"I've never seen a fish play a trombone"
End If
Button3.Visible = False
Button1.Visible = True
PictureBox1().Visible = False
RadioButton1.Checked = False
RadioButton2.Checked = False
RadioButton3.Checked = False
End Sub

