Skip to content

Commit

Permalink
update contexts and schema versions
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Aug 8, 2024
1 parent 8b0e010 commit 09979d1
Show file tree
Hide file tree
Showing 33 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions DemoProtocol/DemoProtocol_schema
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Protocol",
"@id": "DemoProtocol_schema",
"prefLabel": {
"en": "Protocol1",
"es": "Protocol1_es"
},
"description": "example Protocol",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"landingPage": [{
"@id": "README.md",
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity1/activity1_schema
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": [ "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": [ "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
{
"rl": "https://raw.githubusercontent.com/ReproNim/reproschema-library/master/activities/"
}
Expand All @@ -8,7 +8,7 @@
"@id": "activity1_schema",
"prefLabel": "Screening",
"description": "example of an activity",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity1/items/document_upload_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "document_upload_item",
"prefLabel": "document upload item",
"description": "This is a document upload item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can upload a document.",
"ui": {
Expand Down
2 changes: 1 addition & 1 deletion activities/Activity1/items/static_item
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@id": "static_item",
"prefLabel": "Static text",
"description": "Display a static text",
"schemaVersion": "1.0.0-rc4",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": {
"en": "You are starting today's activity"
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/Activity2_schema
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc1/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Activity",
"@id": "Activity2_schema",
"prefLabel": "demo of all input types and widgets",
"description": "dummy activity to show all inputs types and widgets",
"preamble": "This activity will show you all the different input type and widgets currently available.",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/items/country_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "country_item",
"prefLabel": "country item",
"description": "This is a country item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can select a country.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/items/date_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "date_item",
"prefLabel": "date item",
"description": "This is a date item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input a date.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/items/language_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "language_item",
"prefLabel": "language item",
"description": "This is a language item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can select several language.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/items/state_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "state_item",
"prefLabel": "state item",
"description": "This is a state item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can select a USA state.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/items/time_range_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "time_range_item",
"prefLabel": "time range item",
"description": "This is a time range item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input a time range.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity2/items/year_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "year_item",
"prefLabel": "year item",
"description": "This is a year item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input a year.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/Activity3_schema
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc1/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Activity",
"@id": "Activity3_schema",
"prefLabel": "demo of all input types and widgets",
"description": "dummy activity to show all inputs types and widgets",
"preamble": "This activity will show you all the different input type and widgets currently available.",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/email_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "email_item",
"prefLabel": "email item",
"description": "This is an email item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input an email address.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/float_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "float_item",
"prefLabel": "float item",
"description": "This is a float item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input a float like 3.1415926...",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/integer_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "integer_item",
"prefLabel": "integer item",
"description": "This is a integer item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input a integer like 3, -4 or 321...",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/multitext_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "multitext_item",
"prefLabel": "multitext item",
"description": "This is a multitext item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input several text field.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/participant_id_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "participant_id_item",
"prefLabel": "participant id item",
"description": "This is a participant id item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input the participant id number.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/text_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "text_item",
"prefLabel": "text item",
"description": "This is a text item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input some text with a max length of 300.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity3/items/textarea_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "textarea_item",
"prefLabel": "text area item",
"description": "This is a text area item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can input large amounts of text.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity4/Activity4_schema
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc1/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Activity",
"@id": "Activity4_schema",
"prefLabel": "demo of all input types and widgets",
"description": "dummy activity to show all inputs types and widgets",
"preamble": "This activity will show you all the different input type and widgets currently available.",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
4 changes: 2 additions & 2 deletions activities/Activity4/items/sign_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "sign_item",
"prefLabel": "sign item",
"description": "This is a sign item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an item where the user can sign.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/selectActivity/items/radio_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "radio_item",
"prefLabel": "radio item",
"description": "This is a radio item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an example of a radio item with several possible answers to choose from (only one answer allowed).",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/selectActivity/items/radio_item_multiple_choice
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "radio_item_multiple_choice",
"prefLabel": "radio item with multiple choice",
"description": "This is a radio item with multiple choice.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an example of a radio item with several possible answers to choose from (several answers allowed).",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/selectActivity/items/select_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "select_item",
"prefLabel": "select item",
"description": "This is a select item that works with a drop down menu.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an example of a select item with several possible answers to choose from a dropdown menu (only one answer allowed).",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/selectActivity/items/select_item_multiple_choice
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "select_item_multiple_choice",
"prefLabel": "select item multiple choice",
"description": "This is a select item that works with a drop down menu.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an example of a select item with several possible answers to choose from a dropdown menu (several answers allowed).",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/selectActivity/items/slider_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "slider_item",
"prefLabel": "slider item",
"description": "This is a slider item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an example of a slider item.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/selectActivity/selectActivity_schema
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc1/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Activity",
"@id": "selectActivity_schema",
"prefLabel": "demo of all input types and widgets",
"description": "dummy activity to show all inputs types and widgets",
"preamble": "This activity will show you all the different input type and widgets currently available.",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
4 changes: 2 additions & 2 deletions activities/voiceActivity/items/audio_check_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "audio_check_item",
"prefLabel": "audio check item",
"description": "This is a audio check item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This is an audio check item. Click on the start button and say something audibly. Click Play button to hear your recording. If you think there is too much background noise, please go somewhere quieter and Redo, else click Continue.",
"ui": {
Expand Down
4 changes: 2 additions & 2 deletions activities/voiceActivity/items/audio_image_record_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "audio_image_record_item",
"prefLabel": "audio image record item",
"description": "This is a audio image record item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"image": "https://picsum.photos/500/400",
"question": "This is an audio image record item where the participant describes verbally an image shown below for a minute",
Expand Down
4 changes: 2 additions & 2 deletions activities/voiceActivity/items/audio_number_record_item
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
"@type": "reproschema:Field",
"@id": "audio_number_record_item",
"prefLabel": "audio numbers record item",
"description": "This is a audio number record item.",
"schemaVersion": "1.0.0-rc2",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"question": "This will record while the participant as he or she says these numbers out loud.",
"ui": {
Expand Down
Loading

0 comments on commit 09979d1

Please sign in to comment.