{label:'NET NI: who recruited', page:'canvasselect2.html'}
There should be a period at the end of the intro: “Please tap on the person who recruited you into this study.”:
<!script>
…
var canvas = new Canvas({
…
criteria: criteria,
heading: “Please tap on the person who recruited you into this
study”,
subheading: “”
});
<!/script>
{label:'CAT: sexuality', page:'multibin3.html'},
Should include spaces between the slash for “Gay/Lesbian”:
<!h1 style=”margin-top: 100.443740638054px;”>Gay/Lesbian<!/h1>
<!p class=”lead”>(Empty)<!/p>
<!div class=”active-node-list”><!/div>
<!script>
…
variable: {
label:’orient_p_t0’,
values: [
‘Bisexual’,
‘Heterosexual / Straight’,
‘Gay/Lesbian’,
‘Queer’,
‘Not Listed’,
‘Don\’t Want to Answer’,
‘Don\’t Know’
]
},
…
<!/script>
I accidentally added multiple items from other steps to the first formatting item. The only thing that should be changed here is the period - everything else was captured in other issue items.
{label:'NET NI: who recruited', page:'canvasselect2.html'}
{label:'CAT: sexuality', page:'multibin3.html'},