FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.
https://fherstk.github.io/AutoCheck/html/
GNU Affero General Public License v3.0
5 stars 1 forks source link

New "warning" value for "onexception" and for "onerror" #118

Open FherStk opened 2 years ago

FherStk commented 2 years ago

Te easy way should be to add a "warning" option within question to set the caption, and also allow a "WARNING" option within onexception and within onerror.

Within onerror, "CONTINUE" will work as usual displaying ERROR or SUCCESS, but "WARNING" will display the error message as a warning, and will continue with the execution assuming there was no error (like a success, but displaying a warning and also scoring).