cmusv / pysheetgrader-core

PySheetGrader -- grading spreadsheet assignments made easy!
Other
2 stars 2 forks source link

Implement logical and comparison operators #44

Open erdogmush opened 1 year ago

erdogmush commented 1 year ago

@erdogmush commented on Thu Jun 10 2021

So that these can be used in IF...

For example we cannot handle IF(A1 > B1, C1, D1) or AND(A1, B1) yet!

Comparison: equality (=), <, >, >=, <= Logical: NOT, AND, OR

Ambiguous: exactly in which rubric types, needs examples?


@erdogmush commented on Sun Jan 29 2023

Could be handled by python formulas parser: https://formulas.readthedocs.io/en/stable/