Rev 73 | Blame | Last modification | View Log | RSS feed
import utilsprint "expSlide=" + `expSlide`struct = utils.contentModel2Struct(expSlide)print "struct=" + `struct`score = 0if struct.has_key("features") :features = struct.get("features")# MMS : 3, 0if features.has_key("MMS") :score += 3# SMS : 3, 0if features.has_key("SMS") :score += 3# Email : 3, 0if features.has_key("Email") :score += 3