×
To be able to write in the forum you need to authenticate. Meanwhile it's read-only.
[Resolved] Challenge checker for Yunas' challenge #21 May 31, 2019 01:04PM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 May 31, 2019 08:46PM |
Registered: 3 years ago Posts: 452 |
I suspect this challenge would not pass the reviewers.... the problem being "in the past 21 months". This is a form of time limiting and probably not allowed.
I do have a souvenir script with a number of options :
Configuration is as follows.... all of which are taken into account. If ANY single test fails, then the checker returns false.
"count": simple checker for total number of souvenirs.... no restrictions
"countries": required number of country souvenirs (please note... not all countries currently get souvenirs)
"regions": required number of region souvenirs (please note... not all regions currently get souvenirs)
"notcountriesorregion": required number of souvenirs that are NOT for region or country (includes everything else!)
"GIFF": required number of GIFF (Geocaching International Film Festival) souvenirs
"CITO": required number of CITO (Cache In Trash Out seasons/weeks) souvenirs
"WWFM": required number of WWFM (World Wide Flash Mob) souvenirs
"IED": required number of International Earthcache Day souvenirs
"IGD": required number of International Geocaching Day souvenirs
"GeoTour": required number of GeoTour souvenirs
"months": table of required souvenirs per individual month. eg "months": ["01-05", "02-02"] - 1 month (~30 days) with 5 souvenirs and 2 months with 2 souvenirs.
"monthspecifiedanyyear": table of required souvenirs per specified month, cumulative over any year. eg "monthspecifiedanyyear": ["01-05", "02-02"] - "01" = January with 5 souvenirs and February with 2 souvenirs. Souvenirs are cumulative over years so getting 4 in March 2017 and 1 in March 2018 = 5
"monthsanyyear": table of required souvenirs per month, cumlative of any year. eg "monthsanyyear": ["01-05", "02-02"] - "01" = Any 1 month (eg March) with 5 souvenirs and any 2 months with 2 souvenirs. Souvenirs are cumulative over years so getting 4 in March 2017 and 1 in March 2018 = 5
"years": table of required souvenirs per year. eg "years": ["01-05", "02-02"] - 1 year with 5 souvenirs and 2 years with 2 souvenirs.
I do have a souvenir script with a number of options :
Configuration is as follows.... all of which are taken into account. If ANY single test fails, then the checker returns false.
"count": simple checker for total number of souvenirs.... no restrictions
"countries": required number of country souvenirs (please note... not all countries currently get souvenirs)
"regions": required number of region souvenirs (please note... not all regions currently get souvenirs)
"notcountriesorregion": required number of souvenirs that are NOT for region or country (includes everything else!)
"GIFF": required number of GIFF (Geocaching International Film Festival) souvenirs
"CITO": required number of CITO (Cache In Trash Out seasons/weeks) souvenirs
"WWFM": required number of WWFM (World Wide Flash Mob) souvenirs
"IED": required number of International Earthcache Day souvenirs
"IGD": required number of International Geocaching Day souvenirs
"GeoTour": required number of GeoTour souvenirs
"months": table of required souvenirs per individual month. eg "months": ["01-05", "02-02"] - 1 month (~30 days) with 5 souvenirs and 2 months with 2 souvenirs.
"monthspecifiedanyyear": table of required souvenirs per specified month, cumulative over any year. eg "monthspecifiedanyyear": ["01-05", "02-02"] - "01" = January with 5 souvenirs and February with 2 souvenirs. Souvenirs are cumulative over years so getting 4 in March 2017 and 1 in March 2018 = 5
"monthsanyyear": table of required souvenirs per month, cumlative of any year. eg "monthsanyyear": ["01-05", "02-02"] - "01" = Any 1 month (eg March) with 5 souvenirs and any 2 months with 2 souvenirs. Souvenirs are cumulative over years so getting 4 in March 2017 and 1 in March 2018 = 5
"years": table of required souvenirs per year. eg "years": ["01-05", "02-02"] - 1 year with 5 souvenirs and 2 years with 2 souvenirs.
Re: Challenge checker for Yunas' challenge #21 June 01, 2019 11:57AM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 05, 2019 06:36AM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 05, 2019 03:23PM |
Moderator Registered: 4 years ago Posts: 10,883 |
Re: Challenge checker for Yunas' challenge #21 June 05, 2019 05:50PM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 07:54AM |
Registered: 3 years ago Posts: 452 |
It would probably be OK, but it would definitely need a new script to be written (not just a new configuration of an existing script).
So.... assuming a reviewer gives it the OK.
- does 25 in a single month qualify?
- what about 24 in one month, and 1 more in a different month?
- does the cacher need to attain XX souvenirs in 21 different months?
So.... assuming a reviewer gives it the OK.
- does 25 in a single month qualify?
- what about 24 in one month, and 1 more in a different month?
- does the cacher need to attain XX souvenirs in 21 different months?
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 10:54AM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 08:11AM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 09:28AM |
Registered: 3 years ago Posts: 452 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 09:39AM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 09:43AM |
Registered: 3 years ago Posts: 452 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 09:56AM |
Registered: 2 years ago Posts: 97 |
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 09:38AM |
Registered: 3 years ago Posts: 452 |
Actually, it was already supported.
Here is your checker, can you please have a test and get back to us if you are hapy or not
https://project-gc.com/Challenges/GC88Q73/43233
Here is your checker, can you please have a test and get back to us if you are hapy or not
https://project-gc.com/Challenges/GC88Q73/43233
Re: Challenge checker for Yunas' challenge #21 June 06, 2019 10:21AM |
Registered: 3 years ago Posts: 452 |
This is supposed to be the 'definitive' list, though of course Project-GC seems to always be one step ahead.
https://thea-team.net/souvenir
I will keep checking it and adding to my script every few months
https://thea-team.net/souvenir
I will keep checking it and adding to my script every few months
Sorry, only registered users may post in this forum.