using Formula in answer in a scaffold section causes incorrect answer evaluation #880
Replies: 2 comments 1 reply
-
After some fooling around with this, it looks like having a PopUp in a scaffold interferes with creation of future MathObjects. I have created issue #881 about this. Someone who knows more about the inner workings of PG will have to look into it. In the meantime you have the available workaround of defining the Formula earlier in the problem. It looks like putting that anywhere before the |
Beta Was this translation helpful? Give feedback.
-
Another work around that would allow you to keep the code structure of your problem the same would be to change line 53 of your code from See issue #881 that @dlglin posted for more details on this bug. |
Beta Was this translation helpful? Give feedback.
-
Hi! A colleague and I are developing Calculus content this summer, and we've arrived at a real stumper of an issue in a Webwork problem. The problem uses scaffolds, and the particular issue is that:
i've observed that I can make the issue "go away" by doing any of:
Section::End() Section::Begin("...")
[__]{Formula("")}
inside the PGML.I'm really baffled as to why this is happening, and would appreciate some help.
The server is running 2.17. I do not manage it.
Code. The problematic line is marked with PROBLEM HERE.
Beta Was this translation helpful? Give feedback.
All reactions