Subversion Repositories SmartDukaan

Rev

Rev 73 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 77
Line 4... Line 4...
4
print "expSlide=" + `expSlide`
4
print "expSlide=" + `expSlide`
5
 
5
 
6
struct = utils.contentModel2Struct(expSlide)
6
struct = utils.contentModel2Struct(expSlide)
7
print "struct=" + `struct`
7
print "struct=" + `struct`
8
 
8
 
9
score = mathmodel.getscore(struct)
-
 
10
9
newstruct = {}
-
 
10
 
-
 
11
a = {}
-
 
12
a['2G Network'] = {}
-
 
13
 
-
 
14
b = {}
-
 
15
b['features'] = a
-
 
16
 
-
 
17
c = {}
-
 
18
c['Cellular Technologies'] = b
-
 
19
 
-
 
20
newstruct['childrenslides'] = c
-
 
21
print "newstruct=" + `newstruct`
-
 
22
 
-
 
23
score = mathmodel.getscore(newstruct)
-
 
24
11
25