Menu

#37 compilation error for matrix questions

open
nobody
8
2004-08-27
2004-08-27
No

Please try the following question:

c>MATRIX(2,1)
a> matrix(2,1,[1,2]);

Do you also get a compilation error:

Question test: compilation error
Problem while parsing initialization procedure:
incorrect syntax in parse: `;` unexpected (242)
.....
questionversion['RightAnswer'] := eval( matrix(2,1,
[1,2]);#);

Discussion


Log in to post a comment.