mammiferi
esci con
indice1.htm

test su riconoscimento animali vertebrati mammiferi
per scuola elementare
vengono fornite immagini in gruppi, con indicati i nomi degli animali visualizzati
si richiede di inserire per ogni immagine il codice numerico attribuibile
e poi si visualizzano i nomi esatti confrontandoli con quelli inseriti

mammiferi.ppt


 

 


Private Sub CommandButton1_Click()
Unload UserForm2

End Sub


Private Sub CommandButton2_Click()
Label1.Caption = ""
Label2.Caption = ""
Label3.Caption = ""
Label4.Caption = ""
TextBox1 = ""
TextBox2 = ""
TextBox3 = ""
TextBox4 = ""
Label5.Caption = ""
Label6.Caption = ""
Label7.Caption = ""
Label8.Caption = ""
TextBox5 = ""
TextBox6 = ""
TextBox7 = ""
TextBox8 = ""

End Sub

Private Sub CommandButton3_Click()
Label1.Caption = ("coiote 4")
Label2.Caption = ("sciacallo 3")
Label3.Caption = ("iena 2")
Label4.Caption = ("lupo 1")
End Sub

Private Sub CommandButton4_Click()
Image1.Visible = True
Image2.Visible = True
Image3.Visible = True
Image4.Visible = True
Image5.Visible = False
Image6.Visible = False
Image7.Visible = False
Image8.Visible = False

End Sub

Private Sub CommandButton5_Click()
Image1.Visible = False
Image2.Visible = False
Image3.Visible = False
Image4.Visible = False
Image5.Visible = True
Image6.Visible = True
Image7.Visible = True
Image8.Visible = True
End Sub

Private Sub CommandButton6_Click()
Label5.Caption = "ornitorinco 8"
Label6.Caption = "echidna 7"
Label7.Caption = "riccio 6"
Label8.Caption = "istrice 5"
End Sub

Private Sub UserForm_Click()

End Sub