×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Re: Checker required please

[Resolved] Checker required please
June 04, 2023 07:21AM
Greetings!

Require a checker for the following please:

To fulfill this challenge, three things are required;

1) Complete a minimum of 10 DT Loops

2) Complete a DT Grid on any single day of the week

That is; complete a DT loop over all of the Mondays you have cached (or Tuesdays or Wednesdays etc)

3) Complete a DT Loop during any month over the period you have cached.

That is; complete a DT Loop during all the Januaries you have cached (or Februaries, or Marches etc)

Code is GCA9J9Y.

Thank you
Can't Believe It Gecko
Re: Checker required please
June 04, 2023 08:40AM
I am working on it.

Still have to include the 10 grid part... But you can test the first conditions
Re: Checker required please
June 04, 2023 02:13PM
lingbeek use "conditions": {"loops": 10} to test for 10 loops.

So you want:

{"func": "and", "conf": [
{"func": "dt", "conditions": {"loops": 10}},
{"func": "or", "conf": [ .. Monday, Tuesday, ... .. ]},
{"func": "or", "conf": [ .. January, February, ... .. ]}
]}
Re: Checker required please
June 04, 2023 02:15PM
Oh I see the other thread. You figured it out.
Re: Checker required please
June 04, 2023 02:18PM
Yes I did figure it out... Not nice to have two threads for one cache...

I knew I would find it out but wanted to avoid you doing the same job I did..
As I almost finished it. So I posted the note to let you know I was working on it
Re: Checker required please
June 04, 2023 10:31PM
Thank you!
Sorry, only registered users may post in this forum.

Click here to login