GithubHelp home page GithubHelp logo

Comments (4)

Alex-Jordan avatar Alex-Jordan commented on August 20, 2024

I looked into this a little. The upToConstant checker option inserts an adaptive parameter. So the real issue is whether adaptive parameters handle complex numbers, and according to this comment, they don't:

# to the ORIGINAL correct answer. (This will have to be

I didn't keep thinking about it more though. Maybe they can be elevated to support complex contexts.

I'm not sure what your immediate needs are, but a custom checker could take the student answer and subtract 2xy, then see if both derivatives (wrt x, y) agree with the zero function. Not as nice as with upToConstant, and also might come with more gotchas. But it's what I would do.

from pg.

mikeshulman avatar mikeshulman commented on August 20, 2024

As it turns out, I realized after submitting the bug report that I didn't actually need it right now. But it is still surprising that upToConstant doesn't allow complex constants.

from pg.

dpvc avatar dpvc commented on August 20, 2024

As Alex points out, the upToConstant option currently uses adaptive parameters to handle the constant, and those are limited to real numbers. I've never been all that happy with the adaptive parameter setup, but that's how the original WeBWorK answer checkers worked before MathObjects, and when I developed MathObjects, I included the options available in the legacy answer checkers. The FormulaUpToConstant object was intended to be the better way to do this using MathObjects.

Unfortunately, FormulaUpToConstant also uses adaptive parameters, so has the same limitation. I have written a new version of parserFormulaUpToConstant.pl, attached below as parserFormulaUpToConstant2.pl, that uses a different method to compare the formulas. This works for complex as well as real-valued formulas, and works with multi-variable formulas, and even vector-valued formulas as well. There are some caveats, so do look at the POD documentation for details.

Note that the traditional FormulaUpToConstant object requires the student to explicitly give a +C (or whatever constant they choose), whereas the upToConstant option does not. This new FormulaUpToConstant() allows you to set a requireConstant => 0 on the cmp() method (or in the context flags) that determines whether the student must include +C or not (it is always allowed, but may or may not be required). So this can be used in the situation you had for upToConstant if you don't want to force the +C in the student answer.

parserFormulaUpToConstant2.pl.zip

from pg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.