World Wide Flora & Fauna in Amateur Radio › Forums › National Programs & Awards › Awards by mode › Reply To: Awards by mode
September 4, 2017 at 08:25
#6046
Andrew M0YMA
Keymaster
At the moment, only Mixed/Mixed awards can be applied for.
This is enforced by a line of (pseudo)code that says:
// Hack – enforce Mixed/Mixed only
if ( ( band != “Mixed” ) or ( mode != “Mixed” ) ) canApply = false;
This was as requested by Award Managers some time ago.
Personally, I have no problem with seeing this reviewed, even on a program-by-program basis, and would be trivial to provide.
- This reply was modified 7 years, 3 months ago by Andrew M0YMA.