corestandards

package
v0.0.0-...-902b7fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2014 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MinimalStandard

type MinimalStandard struct {
	Code   string   `json:"code"`
	Grades []string `json:"grades"`
	Text   string   `json:"text"`
}

MinimalStandard is a cleaned up standard version for export

type XMLLearningStandardItem

type XMLLearningStandardItem struct {
	XMLName                       xml.Name                       `xml:"LearningStandardItem"`
	RefID                         string                         `xml:"RefID,value"`
	RefURI                        string                         `xml:"RefURI"`
	LearningStandardDocumentRefID string                         `xml:"LearningStandardDocumentRefId"`
	StandardHierarchyLevel        XMLStandardHierarchyLevel      `xml:"StandardHierarchyLevel"`
	StatementCodes                []string                       `xml:"StatementCodes>StatementCode"`
	Statements                    []string                       `xml:"Statements>Statement"`
	GradeLevels                   []string                       `xml:"GradeLevels>GradeLevel"`
	RelatedLearningStandardItems  []XMLLearningStandardItemRefID `xml:"RelatedLearningStandardItems>LearningStandardItemRefId"`
}

XMLLearningStandardItem docs go here

func (XMLLearningStandardItem) MinimalStandard

func (item XMLLearningStandardItem) MinimalStandard() MinimalStandard

MinimalStandard returns a cleaned up standard

func (XMLLearningStandardItem) StandardType

func (item XMLLearningStandardItem) StandardType() string

StandardType returns the standard type for the given standard

type XMLLearningStandardItemRefID

type XMLLearningStandardItemRefID struct {
	XMLName          xml.Name `xml:"LearningStandardItemRefId"`
	RelationshipType string   `xml:"RelationshipType,value"`
	Value            string   `xml:",chardata"`
}

XMLLearningStandardItemRefID docs go here

type XMLLearningStandards

type XMLLearningStandards struct {
	XMLName               xml.Name                  `xml:"LearningStandards"`
	LearningStandardItems []XMLLearningStandardItem `xml:"LearningStandardItem"`
}

XMLLearningStandards docs go here

type XMLStandardHierarchyLevel

type XMLStandardHierarchyLevel struct {
	XMLName     xml.Name `xml:"StandardHierarchyLevel"`
	Number      int      `xml:"number"`
	Description string   `xml:"description"`
}

XMLStandardHierarchyLevel docs go here

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL