configurationsByBinaryExecutable
The collection of executable participants available during an assessment, along with their associated configurations.
Declaration
var configurationsByBinaryExecutable: [AEAssessmentBinaryExecutable : AEAssessmentBinaryExecutableConfiguration] { get }Discussion
Add executables with setConfiguration(_:for:) and remove them with AEAssessmentConfiguration/removeBinaryExecutable(_:).