We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95e68a commit 1ff9b58Copy full SHA for 1ff9b58
1 file changed
plexams/csv.go
@@ -209,6 +209,10 @@ func (p *Plexams) CsvForLBARepeater(filename string) error {
209
continue
210
}
211
212
+ if exam.Constraints != nil && exam.Constraints.NotPlannedByMe {
213
+ continue
214
+ }
215
+
216
mainExamer, err := p.GetTeacher(ctx, exam.ZpaExam.MainExamerID)
217
if err != nil {
218
log.Error().Err(err).Msg("cannot get main examiner")
0 commit comments