NAME

WWW::ASN::Standard - Represents a standard, or learning objective

DESCRIPTION

Below you will find a list of attributes you can get from a standard object.

The descriptions are vague, so please simply examine some examples to see what they contain (and of course, feel free to send some better documentation!)

ATTRIBUTES

id

This is a globally unique URI for this standard.

authority_status

Authority status

language

Language this standard is written in.

identifier

Identifier

subject

Subject. This may or may not be the same as local_subjects.

education_levels

Array ref of strings, describing the education levels. e.g. [ qw(K 1 2 3) ]

description

This often (usually? always?) contains the same value as "text": the actual standard or learning objective.

text

The actual text of the standard or learning objective.

indexing_status

Indexing status

leaf

Leaf

cls

cls

local_subjects

Array ref of hashrefs looking like this: { literal => 'Visual Arts', language => 'en-US' }

For convenience, see also "local_subject_strings".

statement_notification

Statement notification

METHODS

In addition to get/set methods for each of the attributes above, the following methods can be called:

child_standards

Array ref of WWW::ASN::Standard objects, sub-standards of this standard.

local_subject_strings

A convenience method (not an accessor) to give a string representation of "local_subjects".

AUTHOR

Mark A. Stratman, <stratman at gmail.com>

SEE ALSO

WWW::ASN

WWW::ASN::Jurisdiction

WWW::ASN::Document

LICENSE AND COPYRIGHT

Copyright 2012 Mark A. Stratman.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.