←Select platform

GradeForms Method

Summary

Performs the grading process of forms.

Syntax
C#
C++/CLI
Java
Python
public OmrGradesStatistics GradeForms() 
public OmrGradesStatistics gradeForms(); 
public:  
   OmrGradesStatistics^ GradeForms() 
def GradeForms(self): 

Return Value

OmrGradesStatistics object.

Remarks

OmrAnalysisEngine can be used to compute filled-in forms grades. The answers get marked based on the filled-in form provided as an answer key in the OmrAnalysisEngine Constructor.

If no answer key is available, users can fill the OmrAnalysisEngine.Grades property by creating grades objects manually.

After properly filling the OmrAnalysisEngine.Grades and the OmrAnalysisEngine.FilledForms properties, the user can grade the forms and generate the OmrGradesStatistics object using OmrAnalysisEngine.GradeForms.

The grading process is performed on the fields that are labeled as gradable in the corresponding ITemplateForm.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.