Navigation

    Möbius Community
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    Need help? Ask here!
    Best Practices
    Quick Code Snippets
    Inspiration
    1. Home
    2. Metahofzicht
    3. Topics
    • Continue chat with Metahofzicht
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Metahofzicht

    • Grading differential equation
      Question Creation • differential maple-graded •

      3
      3
      Posts
      6022
      Views

      @chrisb Thanks!

    • H5p elements integrated in HTML5 question
      Need help? Ask here! • html5 h5p •

      2
      2
      Posts
      4889
      Views

      Hi Meta,

      It seems that they have an iframe embedder feature, so it's pretty much copy-paste of their source code into source code of a Mobius question. I've attached a TA question with one of their demos as an example: Example.zip

      Cheers,
      Anatoly

    • Manipulate the preview of Maple graded Question
      Question Creation •

      4
      4
      Posts
      8977
      Views

      C

      I think Maple is attempting to simplify the expression. Changing $VP1="(sqrt(6)/6)*(L^3*S/E)^(1/4)"; should help, but still sqrt(3)/6 is shown as 1/6*sqrt(3)

      You cannot use the Equation Editor in this case?

    • Laplace questions
      Content Sharing •

      3
      3
      Posts
      10102
      Views

      @jmtrik Thanks!

    • 'Wildcard' in Grading Code
      Need help? Ask here! • grading code maple graded partial grading •

      9
      9
      Posts
      23692
      Views

      @Metahofzicht Nailed it. I found out how to fix it.

      My grading code:

      local I:=II:
      if evalb(simplify(algsubs(I = a^4/(32*sqrt(3)), algsubs(C = 192, $RESPONSE) = $RV1))) then 1.0;
      elif evalb(simplify(algsubs(I = a^4/(32*sqrt(3)), algsubs(C[1] = 192, $RESPONSE) = $RV1))) then 1.0;
      elif algsubs($fact2 = 1,$RESPONSE) <> $RESPONSE then 1.0;
      else 0.0;
      end if;

      Custom previewing code: local I:=`I `:printf(MathML[ExportPresentation]($RESPONSE));

      my algoritm:

      $fact2 = "E*a^4/L^3";
      $RV1 = "$fact2*2*sqrt(3)";
      $RVdisplay = "printf(MathML[ExportPresentation]($RV1))";

    • more robust programming of alternate correct responses (maple-graded)
      Question Creation •

      5
      5
      Posts
      13171
      Views

      C

      @Metahofzicht I'd suggest making sure the Algorithm preview runs, and then change the grading code back. The quotes are required in order for Maple to recognize $RESPONSE and $TA as strings:

      resp:="$RESPONSE"; ans:="$TA"; evalb(parse(StringTools:-LowerCase(resp)) = parse(StringTools:-LowerCase(ans)));

      Also, in T.A. 2017 you should be fine with Pi in either Text or Symbolic mode - if Symbolic mode isn't working for you ask help@maplesoft.com

    About Us

    This forum aims to connect DigitalEd's users. For official Möbius support, please see https://www.digitaled.com/support/.

    Contact Info

    630 Weber Street North
    Suite 100
    Waterloo, ON Canada
    N2V 2N2
    .
    1.888.355.4511
    info@digitaled.com

    Community

    Quick Links

    Categories Recent Tags Popular Users Search

    Möbius Community Forum

    © DigitalEd, a division of Digital Education Ltd. 2018.   •  Terms of Use | Privacy | Trademarks

    Powered by NodeBB Forums | Contributors