←Select platform

AnswersCount Property

Summary

Gets a dictionary object containing the frequency of the associated question-answers in the graded, filled forms after invoking the OmrAnalysisEngine.GradeForms method.

Syntax
C#
C++/CLI
Java
Python
public Dictionary<string, int> AnswersCount {get;} 
public java.util.Map<java.lang.String, 
    java.lang.Integer> getAnswersCount(); 
public:  
   property Dictionary<String^, Int32>^ AnswersCount 
   { 
      Dictionary<String^, Int32>^ get() 
   } 
AnswersCount # get  (QuestionAnswers) 

Property Value

A dictionary object containing the frequency of each answer. The default value is null.

Remarks

Each entry in the dictionary has a unique name that contains the page number, OmrField name, and the row or column associated with this object.

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.