Bryan A. Jones
Bryan A. Jones
Probable duplicate: #16080.
It looks like unit tests are broken at this point, so I'll not worry about getting those passing.
> I think there are two separate issues with the unit tests. > > 1. I made some changes to the homepage that are causing some failures > 2. More...
> Can we test against the `runestone/fitb/test` ?? You mean, just run these tests for now, rather than the entire test suite? If so, I was able to do this...
> First -- Super Cool! Its amazing to see this coming together. Thanks! I've really enjoyed working with @dbrianwalton on this. > OK, so I pulled this down and after...
> Are the changes to the problem representation backward compatible? It's the same data for non-dynamic problem, but stored in a different way, as you noted below. > Currently the...
> Can we write a code based problem using this dynamic stuff? Such as an ActiveCode problem? Probably, but I'd need to think about how to put these pieces together......
> Actually I just ran across a Jupyter notebook I wrote a couple years ago that solves this problem. I used it the last time we made a breaking change...
> > Can we test against the `runestone/fitb/test` ?? > > You mean, just run these tests for now, rather than the entire test suite? If so, I was able...
I've added code per today's drop in that: 1. Changes the dynamic problem type from "fillb" to "dyn-fillb". 2. Logs all evaluated dynamic variables in the `act` field.