Subversion Repositories SmartDukaan

Rev

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

Rev 323 Rev 2657
Line 1... Line 1...
1
import display_math as mathmodel
1
import display_math as mathmodel
2
import utils
2
import utils
3
 
3
 
4
print "expSlide=" + `expSlide`
4
print "expSlide=" + `expSlide`
5
 
5
 
6
struct = utils.contentModel2Struct(expSlide)
6
struct = utils.contentModel2Struct(expSlide, categoryObj)
7
print "struct=" + `struct`
7
print "struct=" + `struct`
8
 
8
 
9
score = mathmodel.getscore(struct)
-
 
10
9
score = mathmodel.getscore(struct)
-
 
10