Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"page":"front",
"contents":[
{
"fieldset":"Algemene vragen",
"fields":[
{
"field":"form_filler",
"div":[
"form_filler_other"
]
},
{
"field":"child_dob"
},
{
"field":"age"
},
{
"field":"sex"
},
{
"field":"mother_yob_confirmation"
},
{
"field":"birth_weight_confirmation_lb",
"widget_type":"Select"
}
]
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h4><a class="btn btn-danger btn-lg active" href="{{ redirect_url }}">
{% if object.study.custom_redirect_button_boolean %}
{{ object.study.custom_redirect_button_text }}
{% else %}
{% trans "Click to complete the study" %}
{% trans "Submit your responses" %}
{% endif %}
</a></h4>
</div>
Expand Down
2 changes: 1 addition & 1 deletion webcdi/cdi_forms/templates/cdi_forms/background_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h4>{% trans "Instructions for completing the language inventory" %}</h4>
</ul>
</div>
<p>
{% trans "For more information about the MB-CDI," %} <a href="http://mb-cdi.stanford.edu/">{% trans "click here" %}</a>.<br>
{% trans "For more information about the MB-CDI," %} <a href="http://mb-cdi.stanford.edu/" target="_blank" rel="noopener">{% trans "click here" %}</a>.<br>
{% trans "Thank you! We appreciate your time and effort!" %}
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4>

{% if object.study.redirect_boolean %}
<div class="row justify-content-center">
<h4><a class="btn btn-danger btn-lg active" href="{{ object.redirect_url }}">{% trans "Click to complete the study" %}</a></h4>
<h4><a class="btn btn-danger btn-lg active" href="{{ object.redirect_url }}">{% trans "Submit your responses" %}</a></h4>
</div>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion webcdi/cdi_forms/templates/cdi_forms/study_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>{% trans "Instructions for completing the language inventory" %}</h4>
</ul>
</div>
<p>
{% trans "For more information about the MB-CDI," %} <a href="http://mb-cdi.stanford.edu/">{% trans "click here" %}</a>.<br>
{% trans "For more information about the MB-CDI," %} <a href="http://mb-cdi.stanford.edu/" target="_blank" rel="noopener">{% trans "click here" %}</a>.<br>
{% trans "Thank you! We appreciate your time and effort!" %}
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"model": "researcher_UI.demographic",
"pk": null,
"fields": {
"name": "Dutch_CAT_no_location.json",
"path": "/form_data/background_info/Dutch_CAT_no_location.json"
}
}
]