-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liste der Anlässe: Links #427
Comments
@schefbi Bitte die Notation korrigieren wo nötig, insbesondere im Zusammenhang mit der StatusId (sorry ich wusste nicht genau wie) |
@fbufbi Ich habe es nochmals durchgespielt, es eigentlich jetzt funktionieren. |
@caebr Beispiel auf GYM mit l1: Leider kann ich dort die Bedingung 1 bzgl. na.Aktiv und k.Aktiv nicht herstellen. Auf BS (bzi) wäre die Bedingung 1 bzgl. na.Aktiv vorhanden mit l1. k.Aktiv folgt später oder wir testen es dann einfach. |
refactor: adapt event text and link, refs #427
Test OK |
Status:
/StudyClasses/FormativeAssessments || EvaluationStatusRef.HasEvaluationStarted === true && StatusId === 14030 || 10350
na.Aktiv, k.AktivEvaluationStatusRef.HasEvaluationStarted === true && EvaluationStatusRef.EvaluationUntil >= Date.Now && EvaluationStatusRef.HasTestGrading === false
EvaluationStatusRef.HasEvaluationStarted === true && EvaluationStatusRef.EvaluationUntil === null && EvaluationStatusRef.HasTestGrading === false && StatusId === 10300
a.ZwischenbeurteilungEvaluationStatusRef.HasTestGrading === true && EvaluationStatusRef.HasEvaluationStarted === false && EvaluationStatusRef.HasReviewOfEvaluationStarted === false && StatusId !== 10260
a.Definitv beurteiltEvaluationStatusRef.HasTestGrading === true && EvaluationStatusRef.HasEvaluationStarted === true && EvaluationStatusRef.EvaluationUntil === null
EvaluationStatusRef.HasTestGrading === true && EvaluationStatusRef.HasEvaluationStarted === true && EvaluationStatusRef.EvaluationUntil >= Date.Now
Sonst: kein Link
The text was updated successfully, but these errors were encountered: