New `<matchesPattern>` option

As requested by @Kris_Hollingsworth1, the <matchesPattern> in the dev version now accepts a parameters attribute. You can use it to make sure the student enters the same symbol/number for each instance of the parameter in the pattern.

For example, <matchesPattern parameters="a" pattern="a e^(ax)"> will match c e^(cx), but it won’t match b e^(cx).

Show and tell of answer validation with new option to follow soon!