Description Usage Arguments Value Examples
The position in gap match
1 |
textGapMatchObject |
a textGapMatchObject |
text |
The text to look for |
gap |
The gap to look in |
Returns the scores
1 2 3 | resp<-"{\"dropzone_1\":[\"1.Decide size of building\",\"2.Paint the walls\",\"4.Get a quote\"],\"dropzone_2\":[\"1.Move furniture\",\"2.Hire workers\"],\"dropzone_3\":[\"1.Test the construction\",\"2.Move in\"]}"
gm<-makeTextGapMatch(resp)
posInGap(gm,"Paint the walls",1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.