Items tagged with mapleta mapleta Tagged Items Feed

Never before has the educational landscape been changing as fast as it is today, driven by a new generation of students who are growing up with instant access to on-demand information. This generation relies on ubiquitous network access and takes for granted technology that permeates every aspect of their lives. Phones and tablets are everyday companions and are used to connect with their peers, take classroom notes and research school projects. Beyond being mere consumers...

Each announcement of a new version of Maple TA, including the latest Maple TA 9, see

http://www.maplesoft.com/products/mapleta/new/index.aspx

contains the sentence:

"... includes connectors to Blackboard® and Moodle™"

But I have never seen any bit of information about

- how to install

- how to use

- what it is capable of

- etc...

Our Institute has Maple and...

Maplesoft Employee

Maple T.A. 9

January 15 2013 by eithne 570 Maple T.A.

Maple T.A. 9 is here!

The new release includes a large selection of useful new features and enhancements, including:

- Content. Maple T.A. 9 includes an easy mechanism to share questions with the community and access questions created by others, through the Maple T.A. Cloud. The Maple T.A. Cloud already contains thousands of questions that you can use and modify.

- Adaptive Testing. Expanding on the adaptive question...

We have added over 2000 new questions to the Maple T.A. Content Center.   Content comes from the University of Guelph, the University of Waterloo, the University of Portsmouth, and Keele University. Topics include calculus, statistics, engineering mathematics

I use combinat[randperm] in MapleTA to get random permutations. But everytime I call the corresponding question bank, I get the same sequence of permutations. Even a randomize();with(combinat);randperm... doesn't change this behaviour but every single student should get different homeworks. Any idea?

When presenting  t3 / t2  by programming

   $formula = maple("printf(MathML:-ExportPresentation(t^3/t^2))");

MapleTA will automatically simplify this to the result:  t

How can I force MapleTA to not simplify this expression?

Thanks!

We have been using MapleTA for many years (since version 1.5) and have version 8 hosted on a Maplesoft server. Recently, we looked into buying the Blackboard connector. It is disappointing that we have not been able to go through with this because of an inadequacy in the connector. As I understand it from our technicians, in Blackboard a course is identified by four attributes ID, year, calendar and title. These account for different presentations of the same course in different...

FERPA, LDAP and MapleTA 8

September 07 2012 by jaytreiman 186 Maple T.A. 8

This is a comment and warning to anyone in the United States using MapleTA 8. 

If you get login information using LDAP, MapleTA 8 gets the "employee number" from the LDAP data base  and displays it on the screen when a person is logged in.  After talking to our IT people, they acknowledge that this is a FERPA violation when using MapleTA in a lab where people can see screens of other people's computers.

Our IT people have contacted Maplesoft for...

In MapleTA, how can I carry a value that is calculated/entered in one question over to another question?

As far as I know all variables in MapleTA (such as $v) are local variables (defined within the question) and not global variables (shared by multiple questions).

New versions of Maple T.A. and the Maple T.A. MAA Placement Test Suite are now available. Highlights include:

- Adaptive questions provide students another chance when they give an incorrect response. Knowing the student is having trouble, the question can be adapted to walk the student through the problem one step at a time, allow students to try a simpler version of the same question before retrying the original, or whatever the instructor feels is appropriate. 

This should be astonishingly simple as a MapleGraded question but it stubbornly refuses to agree with me.  Everything is marked incorrect ... one wishes for some feedback from MapleTA as to what is going on.

Student enters a vector.  The goal is to have the dot product with <5,3,1> to be whatever value is chosen for $p, which is in the $ANSWER field:

 

$m:=<5,3,1>;
$d:=LinearAlgebra:-DotProduct($m,$RESPONSE);
is(($d-$p)=0);

We have MapleTA installed on our own server and would like to edit the Login page so that students realize they are on OUR MapleTA page ... students are not particularly observant (no, really!) and often try to login at any MapleTA site they find on the internet.  There is nothing in the UserGuide on editing either the Login or Class pages.

Thanks!

Ive tried this for hours and can't get it to work. Any help would be greatly appreciated. I need to 

find a 10 significant figure approximation to the 10th derivative of

evaluated at x = -2.

Ive tried using this maple command:

evalf(subs(x=-2,diff((sin((x^2...

Please explain details of the fmt string in the mapleta function numfmt.  The help page only says

Returns the value of x, formatted according to the template fmt.

 For example,

 numfmt("#.00", 20.9)

I have a mapleTA question that blocks students from starting a mastery assignment until I tell them how to do the problem. But some students are gaming it but finding out the problem from an earlier section. I want to game back by making the answer change depending on the wall clock, that is the section they are in. To do so, I need a clock function to tell the time. Since I can call maple inside mapleTA, a maple solution will also work.

1 2 3 Page 1 of 3