Using 'completion from a profile field' under the assignments tab. The profile field is the users start date.
To keep things simple my program has 1 set with a time allowance of 1 day.
I'm asking for the program to be completed within 15 days of 'start date'
A) Start date = 2/09/2012 throws up a time allowance exception
B) Start date = 20/05/2012 no exception
C) Start date = 2/09/1997 throws up a completion exception
I guess I was expecting (C) to throw up an exception because 15 days after the start date would give a date in the past. In that case I should have had a similar exception for (B)
For (A) I don't see why there should be a time allowance exception. 15 days from 2nd Sep = 17th Sep...which leave more than the time allowance of 1 day to complete the set.
Any ideas where I'm going wrong?