←Select platform

AnswersKey Property

Summary

Answers key for an OmrField

Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute()] 
public List<string> AnswersKey { get; set; } 
public String getAnswersKey(); 
public void setAnswersKey( 
   java.util.List<java.lang.String> string 
); 
public:  
   [DataMemberAttribute] 
   property List<String^>^ AnswersKey 
   { 
      List<String^>^ get() 
      void set(List<String^>^ value) 
   } 
AnswersKey # get and set (ObjectiveGrade) 

Property Value

A List<[string]> object representing the answer key.

Remarks

This is a list of strings that specify the answer key for the fields inside an OmrField. The string at index i corresponds to the OmrCollection at the same index in OmrField.Fields.

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.