Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.YesNoType
Packages that use YesNoType
-
Uses of YesNoType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return YesNoTypeModifier and TypeMethodDescriptionBehaviorSpec.getAllowCompleteStatusChange()Retrieves the current status indicating whether a complete status change is allowed.BehaviorSpec.getAlwaysFlowToFirstSco()Retrieves the value indicating whether the flow should always go to the first SCO (Sharable Content Object).BehaviorSpec.getApplyRollupStatusToSuccess()Retrieves the current rollup status indicating whether it should be applied to success.CaptureHistorySpec.getCaptureHistory()Retrieves the captureHistory value.CaptureHistorySpec.getCaptureHistoryDetailed()Retrieves the detailed capture history flag.DebugSpec.getControlAudit()Retrieves the control audit setting for the debug specification.DebugSpec.getControlDetailed()Retrieves the control detailed setting for the debug specification.ControlsSpec.getCourseStructureStartsOpen()Retrieves the value of the courseStructureStartsOpen property, which determines whether the course structure starts in an open state or not.BehaviorSpec.getDisableRightClick()Retrieves the disable-right-click configuration for the behavior.ControlsSpec.getEnableChoiceNav()Retrieves the current state of the enableChoiceNav property.ControlsSpec.getEnableFlowNav()Retrieves the value of the enableFlowNav property, which indicates whether the flow navigation functionality is enabled or disabled.BehaviorSpec.getFinishCausesImmediateCommit()Retrieves the value indicating whether finishing causes an immediate commit.BehaviorSpec.getFirstScoIsPretest()Retrieves the value indicating whether the first SCO (Shareable Content Object) is a pretest.ControlsSpec.getForceDisableRootChoice()Retrieves the current value of the forceDisableRootChoice setting.BehaviorSpec.getForceObjectiveCompletionSetByContent()Retrieves the value indicating whether the objective completion is forcibly set by content.StageSpec.getFullscreen()Retrieves the fullscreen setting associated with the current stage specification.DebugSpec.getIncludeTimestamps()Retrieves the include timestamps setting for the debug specification.BehaviorSpec.getInvokeRollupAtSuspendAll()Retrieves the current value of the invokeRollupAtSuspendAll property.HeuristicSpec.getIsCompletionTracked()Retrieves the value indicating whether completion tracking is enabled.HeuristicSpec.getIsIncompleteSatisfactionMeaningful()Retrieves the value indicating whether an incomplete satisfaction is considered meaningful.HeuristicSpec.getIsIncompleteScoreMeaningful()Retrieves the value indicating whether an incomplete score is meaningful.HeuristicSpec.getIsSatisfactionTracked()Retrieves the value indicating whether satisfaction tracking is enabled.HeuristicSpec.getIsScoreTracked()Retrieves the value indicating whether score tracking is enabled.BehaviorSpec.getLogoutCausesPlayerExit()Retrieves whether the player's logout causes their exit.DebugSpec.getLookaheadAudit()Retrieves the lookahead audit setting for the debug specification.DebugSpec.getLookaheadDetailed()Retrieves the lookahead detailed setting for the debug specification.BehaviorSpec.getMakeStudentPrefsGlobalToCourse()Retrieves the setting that determines if student preferences are made global to the course.BehaviorSpec.getPreventWindowResize()Retrieves the configuration indicating whether window resize prevention is enabled.BehaviorSpec.getRollupEmptySetToUnknown()Retrieves the rollup behavior for handling an empty set, which determines whether the system should interpret it as an unknown state.BehaviorSpec.getRollupRuntimeAtScoUnload()Retrieves the rollup runtime state at the time of SCO (Shareable Content Object) unload.DebugSpec.getRuntimeAudit()Retrieves the runtime audit setting for the debug specification.DebugSpec.getRuntimeDetailed()Retrieves the runtime detailed setting for the debug specification.BehaviorSpec.getSatisfiedCausesCompletion()Retrieves the value of the satisfiedCausesCompletion property.BehaviorSpec.getScaleRawScore()Retrieves the raw score associated with the scale.BehaviorSpec.getScoreOverridesStatus()Retrieves the status of score overrides.DebugSpec.getSequencingAudit()Retrieves the sequencing audit setting for the debug specification.DebugSpec.getSequencingDetailed()Retrieves the sequencing detailed setting for the debug specification.DebugSpec.getSequencingSimple()Retrieves the sequencing simple setting for the debug specification.ControlsSpec.getShowCloseItem()Retrieves the value of the showCloseItem property, which indicates whether the "Close" item should be displayed or hidden.ControlsSpec.getShowCourseStructure()Retrieves the value of the showCourseStructure property, which determines whether the course structure should be displayed or hidden.ControlsSpec.getShowFinishButton()Retrieves the value of the showFinishButton property, which determines whether the "Finish" button should be displayed or not.ControlsSpec.getShowHelp()Retrieves the value of the showHelp property, which defines whether the help section should be displayed or not.ControlsSpec.getShowNavBar()Retrieves the value of the showNavBar property, which determines whether the navigation bar should be displayed or not.ControlsSpec.getShowProgressBar()Retrieves the value of the showProgressBar property, which determines whether the progress bar should be displayed or not.ControlsSpec.getShowTitleBar()Retrieves the value of the showTitleBar property, which determines whether the title bar should be displayed or not.ControlsSpec.getUseMeasureProgressBar()Retrieves the value of the useMeasureProgressBar property, which determines whether the measure progress bar functionality is enabled or disabled.BehaviorSpec.getUseQuickLookaheadSequencer()Retrieves the current setting for the quick lookahead sequencer usage.BehaviorSpec.getValidateInteractionTypes()Retrieves the validate interaction types configured for this instance.LaunchSpec.getWrapScoWindowWithApi()Retrieves the value that indicates whether the SCO window should be wrapped with an API.static YesNoTypeReturns the enum constant of this class with the specified name.static YesNoType[]YesNoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type YesNoTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setAllowCompleteStatusChange(YesNoType allowCompleteStatusChange) Sets whether the status change to 'complete' is allowed or not.voidBehaviorSpec.setAlwaysFlowToFirstSco(YesNoType alwaysFlowToFirstSco) Sets whether the flow should always proceed to the first SCO (Sharable Content Object).voidBehaviorSpec.setApplyRollupStatusToSuccess(YesNoType applyRollupStatusToSuccess) Sets the apply rollup status to success.voidCaptureHistorySpec.setCaptureHistory(YesNoType captureHistory) Sets the capture history flag, which indicates whether capture history should be enabled or not.voidCaptureHistorySpec.setCaptureHistoryDetailed(YesNoType captureHistoryDetailed) Sets the detailed capture history flag, specifying whether detailed capture history is enabled or not.voidDebugSpec.setControlAudit(YesNoType controlAudit) Sets the control audit setting for the debug specification.voidDebugSpec.setControlDetailed(YesNoType controlDetailed) Sets the control detailed setting for the debug specification.voidControlsSpec.setCourseStructureStartsOpen(YesNoType courseStructureStartsOpen) Sets the value of the courseStructureStartsOpen property, which determines whether the course structure should start in an open state or not.voidBehaviorSpec.setDisableRightClick(YesNoType disableRightClick) Configures whether right-click functionality is disabled for this behavior.voidControlsSpec.setEnableChoiceNav(YesNoType enableChoiceNav) Sets the enableChoiceNav property to define whether choice navigation is enabled or not.voidControlsSpec.setEnableFlowNav(YesNoType enableFlowNav) Sets the flow navigation enablement status.voidBehaviorSpec.setFinishCausesImmediateCommit(YesNoType finishCausesImmediateCommit) Sets whether finishing causes an immediate commit.voidBehaviorSpec.setFirstScoIsPretest(YesNoType firstScoIsPretest) Sets the value indicating whether the first SCO (Shareable Content Object) is a pretest.voidControlsSpec.setForceDisableRootChoice(YesNoType forceDisableRootChoice) Sets the value indicating whether the root choice should be forcibly disabled.voidBehaviorSpec.setForceObjectiveCompletionSetByContent(YesNoType forceObjectiveCompletionSetByContent) Sets the force objective completion state based on the provided content.voidStageSpec.setFullscreen(YesNoType fullscreen) Updates the fullscreen setting for the current stage specification.voidDebugSpec.setIncludeTimestamps(YesNoType includeTimestamps) Sets the include timestamps setting for the debug specification.voidBehaviorSpec.setInvokeRollupAtSuspendAll(YesNoType invokeRollupAtSuspendAll) Sets the invokeRollupAtSuspendAll flag to the specified value.voidHeuristicSpec.setIsCompletionTracked(YesNoType isCompletionTracked) Sets whether completion tracking is enabled or disabled.voidHeuristicSpec.setIsIncompleteSatisfactionMeaningful(YesNoType isIncompleteSatisfactionMeaningful) Sets whether incomplete satisfaction is considered meaningful.voidHeuristicSpec.setIsIncompleteScoreMeaningful(YesNoType isIncompleteScoreMeaningful) Sets whether an incomplete score is considered meaningful.voidHeuristicSpec.setIsSatisfactionTracked(YesNoType isSatisfactionTracked) Sets whether satisfaction tracking is enabled or disabled.voidHeuristicSpec.setIsScoreTracked(YesNoType isScoreTracked) Sets whether score tracking is enabled or disabled.voidBehaviorSpec.setLogoutCausesPlayerExit(YesNoType logoutCausesPlayerExit) Sets whether logging out causes the player to exit.voidDebugSpec.setLookaheadAudit(YesNoType lookaheadAudit) Sets the lookahead audit setting for the debug specification.voidDebugSpec.setLookaheadDetailed(YesNoType lookaheadDetailed) Sets the lookahead detailed setting for the debug specification.voidBehaviorSpec.setMakeStudentPrefsGlobalToCourse(YesNoType makeStudentPrefsGlobalToCourse) Sets whether the student preferences should be made global to the course.voidBehaviorSpec.setPreventWindowResize(YesNoType preventWindowResize) Configures whether window resizing should be prevented for this behavior.voidBehaviorSpec.setRollupEmptySetToUnknown(YesNoType rollupEmptySetToUnknown) Sets the behavior for handling roll-ups when the input set is empty.voidBehaviorSpec.setRollupRuntimeAtScoUnload(YesNoType rollupRuntimeAtScoUnload) Sets whether the rollup runtime should be triggered during SCO unload.voidDebugSpec.setRuntimeAudit(YesNoType runtimeAudit) Sets the runtime audit setting for the debug specification.voidDebugSpec.setRuntimeDetailed(YesNoType runtimeDetailed) Sets the runtime detailed setting for the debug specification.voidBehaviorSpec.setSatisfiedCausesCompletion(YesNoType satisfiedCausesCompletion) Sets the value indicating whether the satisfaction causes completion.voidBehaviorSpec.setScaleRawScore(YesNoType scaleRawScore) Sets the value of the scaleRawScore field.voidBehaviorSpec.setScoreOverridesStatus(YesNoType scoreOverridesStatus) Sets the status for score overrides.voidDebugSpec.setSequencingAudit(YesNoType sequencingAudit) Sets the sequencing audit setting for the debug specification.voidDebugSpec.setSequencingDetailed(YesNoType sequencingDetailed) Sets the sequencing detailed setting for the debug specification.voidDebugSpec.setSequencingSimple(YesNoType sequencingSimple) Sets the sequencing simple setting for the debug specification.voidControlsSpec.setShowCloseItem(YesNoType showCloseItem) Sets the value of the showCloseItem property, which determines whether the "Close" item should be displayed or hidden.voidControlsSpec.setShowCourseStructure(YesNoType showCourseStructure) Sets the value of the showCourseStructure property, which determines whether the course structure should be displayed or hidden.voidControlsSpec.setShowFinishButton(YesNoType showFinishButton) Sets the value of the showFinishButton property, which determines whether the "Finish" button should be displayed or not.voidControlsSpec.setShowHelp(YesNoType showHelp) Sets the value of the showHelp property, determining whether the help section should be displayed or hidden.voidControlsSpec.setShowNavBar(YesNoType showNavBar) Sets the value of the showNavBar property, which determines whether the navigation bar should be displayed or hidden.voidControlsSpec.setShowProgressBar(YesNoType showProgressBar) Sets the value of the showProgressBar property, which determines whether the progress bar should be displayed or hidden.voidControlsSpec.setShowTitleBar(YesNoType showTitleBar) Sets whether the title bar should be displayed.voidControlsSpec.setUseMeasureProgressBar(YesNoType useMeasureProgressBar) Sets the value of the useMeasureProgressBar property, which determines whether the measure progress bar functionality is enabled or disabled.voidBehaviorSpec.setUseQuickLookaheadSequencer(YesNoType useQuickLookaheadSequencer) Sets the flag to determine whether to use the quick lookahead sequencer.voidBehaviorSpec.setValidateInteractionTypes(YesNoType validateInteractionTypes) Sets the option to validate interaction types.voidLaunchSpec.setWrapScoWindowWithApi(YesNoType wrapScoWindowWithApi) Sets the value that specifies whether the SCO (Sharable Content Object) window should be wrapped with an API.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type YesNoTypeModifierConstructorDescriptionCaptureHistorySpec(YesNoType captureHistory, YesNoType captureHistoryDetailed) Constructs a new instance of theCaptureHistorySpecclass with the specified values.HeuristicSpec(YesNoType isCompletionTracked, YesNoType isSatisfactionTracked, YesNoType isScoreTracked, YesNoType isIncompleteScoreMeaningful, YesNoType isIncompleteSatisfactionMeaningful) Constructs an instance ofHeuristicSpecwith specified tracking and meaningfulness settings.LaunchSpec(LaunchType sco, LaunchType player, YesNoType wrapScoWindowWithApi) Constructs a new instance of theLaunchSpecclass.