drlippman / IMathAS

IMathAS Online Math Assessment
Other
110 stars 98 forks source link

Conversion and Displaytable updates #398

Closed Cash4Programming closed 1 year ago

Cash4Programming commented 1 year ago

updated both the Conversion and the MatrixDisplayTable

drlippman commented 1 year ago

This is showing a conflict with master. Can you please resolve then update the PR?

Cash4Programming commented 1 year ago

Should be resolved. I replaced the old code.

drlippman commented 1 year ago

After merging, I'm going to change $headers[$cloop]!=null to isset($headers[$cloop]), as the latter won't throw an error if the entry is undefined.