PT grading multiple "possible" network statements
Give PT the ability to grade multiple "possible" network statements for OSPF or EIGRP? For example, if R1 has a directly connected interface with 172.16.1.1/24. You can enter either:
R1(config)# router eigrp 1
network 172.16.1.0 0.0.0.255
OR
network 172.16.1.1 0.0.0.0
OR
network 172.16.0.0
With the emphasis on OR here. (So students can't enter all three!)
Right now, if a student enters a classful network but the Answer Network is expecting classless, students won't be scored correctly, yet everything works properly.
My only solution so far has been to tell students what is expected (ie. classful or wildcard masks, etc)
If there is already an option, please let me know what it is.
Thanks!