Navigation

    Möbius Community
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    Need help? Ask here!
    Best Practices
    Quick Code Snippets
    Inspiration
    1. Home
    2. Popular
    • Day
    • Week
    • Month

    • E

      Clipping of Fractions when generating MathML Multiple Choice Interval Notation questions
      Question Creation •

      13
      13
      Posts
      10037
      Views

      You can try using latex instead.

      In the algorithm section write

      $ansmathml1 = "\left(-\infty, \dfrac{1}{6}\right]"; $ansmathml2 = "\left(-\infty, \dfrac{1}{6}\right)";

      Then in the answer boxes put for example 

      \( $ansmathml1 \)

      Here is the result.

    • G

      Sketch graph where student defines axis
      Question Creation •

      10
      10
      Posts
      5889
      Views

      G

      @chrisb @mcla Thank you both for the math app files, these look good! Preferably I would want the option to draw both linear lines and hyperboles, so if you know of a way to do this let me know. For now, I will try to adjust these math apps a bit to fit my needs, but I am not that skilled yet at Mathapp, so if you have any tips, please let me know

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

      9
      9
      Posts
      9005
      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))";

    About Us

    This site is jointly run by users from TU Wien, TU Delft, the University of Turin and the University of Birmingham.

    This forum aims to provide support by connecting users together. For official Maple T.A. and Möbius support, please see https://www.digitaled.com/contact/.

    Contact Info

    615 Kumpf Drive
    Waterloo, ON Canada
    N2V 1K8
    1-800-268-2935
    info@digitaled.com

    Community

    Quick Links

    Categories Recent Tags Popular Users Search

    Maple T.A. and Möbius Community Forum

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

    Powered by NodeBB Forums | Contributors