maml atcm

Uploaded from authorPOINTLite
Views:
 
Category: Entertainment
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Guanyu Li ICCM Lab Lanzhou University China : 

Guanyu Li ICCM Lab Lanzhou University China Mathematics Assessment Markup Language

Introduction to Mathematics Assessment Grid: 

Introduction to Mathematics Assessment Grid

Functionalities of MAG: 

Functionalities of MAG Integrate the mathematical question resources on Internet into a very large, open and virtual library The users can login MAG to search questions on certain subject and make a test paper Transparent to the user

Mathematical Questions on Internet: 

Mathematical Questions on Internet Web pages Word documents PDF files Stored in databases

Problems to Deal With: 

Problems to Deal With No standard methods to describe mathematical questions Different Software can not share mathematical questions

Introduction to MAML: 

Introduction to MAML A XML-based Markup Language Encode questions, test papers and their description information Being compatible with MathML and SVG for intermixed usage

Questions Architecture: 

Questions Architecture

Questions Architecture: 

Questions Architecture Text Graph Text Formula Text

MAML Elements: 

MAML Elements Paper markup elements <paper> <pdescription> <ptitle> <psubject> <pstarttime> <pendtime> <psite> <pdifficulty> <pscore> <pspecification> <pschool> <pgrade> <pclass> <pname> <pstudentid> <psection>

MAML Elements: 

MAML Elements Question content markup elements <questionset> <question> <qdescription> <qbody> <qchoice> <qtext> <qblank> <qmathml> <qsvg> <qimage> <qtocorrect> <qparameter> <qkey>

MAML Elements: 

MAML Elements Question descriptive markup elements <qtopic><qcorrectness><qdifficulty> <qrscore> <qanswer> <qscore> Presentation markup elements <qmaml><qrow> <qbr>

Translate MAML Into Web Page: 

Translate MAML Into Web Page

Example-1: 

Example-1

Example-2: 

Example-2 <maml> <question type="schoice" title="19 " > <qdescription> <qdifficulty>1</qdifficulty> <qsource>SELECTIVE HIGH SCHOOLS TEST</qsource> </qdescription> <qbody> <qtext>The number pattern in triangle P is repeated in triangle Q.</qtext> <qbr/> <qsvg> <svg:svg id="svg" width="300" height="150"> <svg:g id="g" transform="matrix(0.54,0,0,0.65,-43.27,-14.73)"> <svg:polygon style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" points="186.9994 73.99984,7.999776 177,7.999776 -29.00008" id="polygon1" transform="matrix(1,0,0,1,102.5,66.67)" />

Example-3: 

Example-3 <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" x1="111" y1="137" x2="192" y2="137" id="line1" /> <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" x1="191" y1="137" x2="191" y2="84" id="line4" /> <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" x1="191" y1="135" x2="191" y2="198" id="line2" /> </svg:g> <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" id="line3" /> <svg:g id="g1" transform="matrix(0.54,0,0,0.65,121.12,-14.73)"> <svg:polygon style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" points="186.9994 73.99984,7.999776 177,7.999776 -29.00008" id="polygon" transform="matrix(1,0,0,1,102.5,66.67)" /> <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" x1="111" y1="137" x2="192" y2="137" id="line" />

Example-4: 

Example-4 <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" x1="191" y1="137" x2="191" y2="84" id="line5" /> <svg:line style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" x1="191" y1="135" x2="191" y2="198" id="line6" /> </svg:g> <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="33.56163" y="51.36985" id="text">3</svg:text> <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="32.8767" y="99.99998" id="text1">15</svg:text> <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="71.91779" y="76.02738" id="text2">45</svg:text>

Example-5: 

Example-5 <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="195.8904" y="54.10958" id="text3">X</svg:text> <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="195.8904" y="97.94519" id="text4">40</svg:text> <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="239.726" y="74.65752" id="text5">20</svg:text> <svg:text style="fill:rgb(255,255,255);fill-opacity:1;stroke:rgb(0,0,0);stroke-opacity:1;" font-family="Arial" font-size="12" font-weight="normal" font-style="normal" text-decoration="none" x="79.46428" y="116.9643" id="text6">P</svg:text> </svg:svg> </qsvg>

Example-6: 

Example-6 <qbr/> <qtext>What is the value of X?</qtext> <qchoice name="A" title="A"> <qmathml> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mfrac> <mrow> <mn>1</mn> </mrow> <mrow> <mn>2</mn> </mrow> </mfrac> </mrow>

Example-7: 

Example-7 </math> </qmathml> </qchoice> <qchoice name="B" title="B"> <qtext>2</qtext> </qchoice> <qchoice name="C" title="C"> <qtext>3</qtext> </qchoice> <qchoice name="D" title="D"> <qtext>20</qtext> </qchoice> </qbody> </question> </maml>

Example-8: 

Example-8 demo

Example-9: 

Example-9 demo

Example-10: 

Example-10 demo

MaEdit: 

MaEdit

Slide24: 

Thank you!