Description Usage Arguments Value Examples
Test for text in gap match
1 |
textGapMatchObject |
a textGapMatchObject |
text |
The text to look for |
gap |
The gap(s) to look in |
no.where.else |
Only accept it if it is only here |
Returns the scores
1 2 3 4 | 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\",\"3.Paint the walls\"]}"
gm<-makeTextGapMatch(resp)
textInGap(gm,"Paint the walls","dropzone_1")
textInGap(gm,"Paint the walls","dropzone_1",no.where.else=F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.