if_completed_before - 30 minutes ? #923
Unanswered
KlavsKlavsen
asked this question in
Q&A
Replies: 1 comment
-
This is a good example of why I'd like to be able to write flow rules in actual code, cf. https://github.com/inducer/starlark-pyo3/. In the meantime, I think your best bet is to add another flow rule conditional, maybe Lines 492 to 513 in 2186f96 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to figure out, if I can use the if_completed_before example under grading to get every question in the flow (I have 40 questions) - render 4 points per question IF within the first 30 minutes of the session start - and only 1 point per question if AFTER 30 minutes from start.
Is that supported ?
This seems to set the Grading rule - exactly like that for the all flows in this repo - is that correct? https://github.com/inducer/relate-sample/blob/main/yaml-macros.yml#L30
but where can I read what is supported in this line:
?
would it support like:
? and is that counting from session start or can it ONLY look at "time now" ?
Beta Was this translation helpful? Give feedback.
All reactions