Re: [poe] EXAMPLE 19 makes no sense

if you want to state that unless your purpose == education, you can exercise the action for not more than 60min, you could use an OR:

C1 | C2 | C1 or C2
:---: | :---: | :---:
0 | 0 | 0
1 | 0 | 1
0 | 1 | 1
1 | 1 | 1

If your purpose == education ( I(C1) = 1 ), then I don't care how long you exercise the action 
If you've exercised the action for <= 60min ( I(C2) = 1 ), then the purpose doesn't matter.

If you've exercised the action for > 60min ( I(C2) = 0 ), then the purpose must be education ( I(C1) = 1 ).

-- 
GitHub Notification of comment by simonstey
Please view or discuss this issue at https://github.com/w3c/poe/issues/205#issuecomment-311266327 using your GitHub account

Received on Tuesday, 27 June 2017 06:34:49 UTC