public void ReplacemasteryscoreAt(masteryscoreType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "masteryscore", index, newValue.ToString());
 }
 public void Addmasteryscore(masteryscoreType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "masteryscore", newValue.ToString());
 }