Uses of Class
dev.jcputney.elearning.parser.input.common.PercentType
Packages that use PercentType
Package
Description
-
Uses of PercentType in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return PercentTypeModifier and TypeMethodDescriptionAU.getMasteryScore()Retrieves the mastery score associated with the current instance.Methods in dev.jcputney.elearning.parser.input.cmi5 with parameters of type PercentTypeModifier and TypeMethodDescriptionvoidAU.setMasteryScore(PercentType masteryScore) Updates the mastery score for the current instance.Constructors in dev.jcputney.elearning.parser.input.cmi5 with parameters of type PercentTypeModifierConstructorDescriptionAU(TextType title, TextType description, ReferencesObjectives objectives, String url, String launchParameters, String entitlementKey, String id, MoveOn moveOn, PercentType masteryScore, LaunchMethod launchMethod, String activityType) Constructs a new instance of AU with the specified parameters. -
Uses of PercentType in dev.jcputney.elearning.parser.input.common
Methods in dev.jcputney.elearning.parser.input.common that return PercentTypeModifier and TypeMethodDescriptionPercentTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) Deserializes a JSON string into a PercentType object.static PercentTypeParses a string as a PercentType.Methods in dev.jcputney.elearning.parser.input.common with parameters of type PercentTypeModifier and TypeMethodDescriptionvoidPercentTypeSerializer.serialize(PercentType value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) Serializes aPercentTypeobject into its JSON string representation. -
Uses of PercentType in dev.jcputney.elearning.parser.input.scorm2004.adl.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.cp that return PercentTypeModifier and TypeMethodDescriptionCompletionThreshold.getProgressWeight()Retrieves the progress weight associated with the completion threshold.Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.cp with parameters of type PercentTypeModifier and TypeMethodDescriptionvoidCompletionThreshold.setProgressWeight(PercentType progressWeight) Sets the progress weight for the completion threshold.Constructors in dev.jcputney.elearning.parser.input.scorm2004.adl.cp with parameters of type PercentTypeModifierConstructorDescriptionCompletionThreshold(MeasureType minProgressMeasure, PercentType progressWeight, Boolean completedByMeasure) Constructs a `CompletionThreshold` object with the specified parameters. -
Uses of PercentType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup that return PercentTypeModifier and TypeMethodDescriptionRollupRule.getMinimumPercent()Retrieves the minimum percentage associated with this instance.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup with parameters of type PercentTypeModifier and TypeMethodDescriptionvoidRollupRule.setMinimumPercent(PercentType minimumPercent) Sets the minimum percentage for this instance.