From 09979d165690648bd350527a0b74cca3720f71aa Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Wed, 7 Aug 2024 21:10:45 -0400 Subject: [PATCH] update contexts and schema versions --- DemoProtocol/DemoProtocol_schema | 4 ++-- activities/Activity1/activity1_schema | 4 ++-- activities/Activity1/items/document_upload_item | 4 ++-- activities/Activity1/items/static_item | 2 +- activities/Activity2/Activity2_schema | 4 ++-- activities/Activity2/items/country_item | 4 ++-- activities/Activity2/items/date_item | 4 ++-- activities/Activity2/items/language_item | 4 ++-- activities/Activity2/items/state_item | 4 ++-- activities/Activity2/items/time_range_item | 4 ++-- activities/Activity2/items/year_item | 4 ++-- activities/Activity3/Activity3_schema | 4 ++-- activities/Activity3/items/email_item | 4 ++-- activities/Activity3/items/float_item | 4 ++-- activities/Activity3/items/integer_item | 4 ++-- activities/Activity3/items/multitext_item | 4 ++-- activities/Activity3/items/participant_id_item | 4 ++-- activities/Activity3/items/text_item | 4 ++-- activities/Activity3/items/textarea_item | 4 ++-- activities/Activity4/Activity4_schema | 4 ++-- activities/Activity4/items/sign_item | 4 ++-- activities/selectActivity/items/radio_item | 4 ++-- activities/selectActivity/items/radio_item_multiple_choice | 4 ++-- activities/selectActivity/items/select_item | 4 ++-- activities/selectActivity/items/select_item_multiple_choice | 4 ++-- activities/selectActivity/items/slider_item | 4 ++-- activities/selectActivity/selectActivity_schema | 4 ++-- activities/voiceActivity/items/audio_check_item | 4 ++-- activities/voiceActivity/items/audio_image_record_item | 4 ++-- activities/voiceActivity/items/audio_number_record_item | 4 ++-- activities/voiceActivity/items/audio_passage_record_item | 4 ++-- activities/voiceActivity/voiceActivity_schema | 4 ++-- ui-changes/src/config.js | 2 +- 33 files changed, 64 insertions(+), 64 deletions(-) diff --git a/DemoProtocol/DemoProtocol_schema b/DemoProtocol/DemoProtocol_schema index 40dd527..62d1c24 100644 --- a/DemoProtocol/DemoProtocol_schema +++ b/DemoProtocol/DemoProtocol_schema @@ -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", "@type": "reproschema:Protocol", "@id": "DemoProtocol_schema", "prefLabel": { @@ -7,7 +7,7 @@ "es": "Protocol1_es" }, "description": "example Protocol", - "schemaVersion": "1.0.0-rc2", + "schemaVersion": "1.0.0", "version": "0.0.1", "landingPage": [{ "@id": "README.md", diff --git a/activities/Activity1/activity1_schema b/activities/Activity1/activity1_schema index 86bca64..b10a67d 100644 --- a/activities/Activity1/activity1_schema +++ b/activities/Activity1/activity1_schema @@ -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/" } @@ -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": [ diff --git a/activities/Activity1/items/document_upload_item b/activities/Activity1/items/document_upload_item index 5e90b57..a716d53 100644 --- a/activities/Activity1/items/document_upload_item +++ b/activities/Activity1/items/document_upload_item @@ -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": { diff --git a/activities/Activity1/items/static_item b/activities/Activity1/items/static_item index 97c1434..494ca42 100644 --- a/activities/Activity1/items/static_item +++ b/activities/Activity1/items/static_item @@ -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" diff --git a/activities/Activity2/Activity2_schema b/activities/Activity2/Activity2_schema index 4ca8cf7..3924a2d 100644 --- a/activities/Activity2/Activity2_schema +++ b/activities/Activity2/Activity2_schema @@ -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": [ diff --git a/activities/Activity2/items/country_item b/activities/Activity2/items/country_item index 0eb2703..6ca99f4 100644 --- a/activities/Activity2/items/country_item +++ b/activities/Activity2/items/country_item @@ -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": { diff --git a/activities/Activity2/items/date_item b/activities/Activity2/items/date_item index c75a516..8e3d993 100644 --- a/activities/Activity2/items/date_item +++ b/activities/Activity2/items/date_item @@ -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": { diff --git a/activities/Activity2/items/language_item b/activities/Activity2/items/language_item index 5df421d..989aa51 100644 --- a/activities/Activity2/items/language_item +++ b/activities/Activity2/items/language_item @@ -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": { diff --git a/activities/Activity2/items/state_item b/activities/Activity2/items/state_item index 3cfac9d..7ef5c63 100644 --- a/activities/Activity2/items/state_item +++ b/activities/Activity2/items/state_item @@ -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": { diff --git a/activities/Activity2/items/time_range_item b/activities/Activity2/items/time_range_item index 722fb8e..65a694b 100644 --- a/activities/Activity2/items/time_range_item +++ b/activities/Activity2/items/time_range_item @@ -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": { diff --git a/activities/Activity2/items/year_item b/activities/Activity2/items/year_item index d6b77da..787146f 100644 --- a/activities/Activity2/items/year_item +++ b/activities/Activity2/items/year_item @@ -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": { diff --git a/activities/Activity3/Activity3_schema b/activities/Activity3/Activity3_schema index f811b4a..4cd405b 100644 --- a/activities/Activity3/Activity3_schema +++ b/activities/Activity3/Activity3_schema @@ -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": [ diff --git a/activities/Activity3/items/email_item b/activities/Activity3/items/email_item index 51c4a61..9179b9f 100644 --- a/activities/Activity3/items/email_item +++ b/activities/Activity3/items/email_item @@ -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": { diff --git a/activities/Activity3/items/float_item b/activities/Activity3/items/float_item index 3a59f11..ff7c391 100644 --- a/activities/Activity3/items/float_item +++ b/activities/Activity3/items/float_item @@ -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": { diff --git a/activities/Activity3/items/integer_item b/activities/Activity3/items/integer_item index 780a309..712e8f7 100644 --- a/activities/Activity3/items/integer_item +++ b/activities/Activity3/items/integer_item @@ -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": { diff --git a/activities/Activity3/items/multitext_item b/activities/Activity3/items/multitext_item index 9162346..705cc5b 100644 --- a/activities/Activity3/items/multitext_item +++ b/activities/Activity3/items/multitext_item @@ -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": { diff --git a/activities/Activity3/items/participant_id_item b/activities/Activity3/items/participant_id_item index 626c4de..e1b6875 100644 --- a/activities/Activity3/items/participant_id_item +++ b/activities/Activity3/items/participant_id_item @@ -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": { diff --git a/activities/Activity3/items/text_item b/activities/Activity3/items/text_item index 5dbfe57..995a398 100644 --- a/activities/Activity3/items/text_item +++ b/activities/Activity3/items/text_item @@ -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": { diff --git a/activities/Activity3/items/textarea_item b/activities/Activity3/items/textarea_item index 97997d9..2be70fb 100644 --- a/activities/Activity3/items/textarea_item +++ b/activities/Activity3/items/textarea_item @@ -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": { diff --git a/activities/Activity4/Activity4_schema b/activities/Activity4/Activity4_schema index d6ee2fd..6135a57 100644 --- a/activities/Activity4/Activity4_schema +++ b/activities/Activity4/Activity4_schema @@ -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": [ diff --git a/activities/Activity4/items/sign_item b/activities/Activity4/items/sign_item index 5621eb2..2958ded 100644 --- a/activities/Activity4/items/sign_item +++ b/activities/Activity4/items/sign_item @@ -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": { diff --git a/activities/selectActivity/items/radio_item b/activities/selectActivity/items/radio_item index 1e29d0f..551f1c8 100644 --- a/activities/selectActivity/items/radio_item +++ b/activities/selectActivity/items/radio_item @@ -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": { diff --git a/activities/selectActivity/items/radio_item_multiple_choice b/activities/selectActivity/items/radio_item_multiple_choice index 4bb8ee6..d74a192 100644 --- a/activities/selectActivity/items/radio_item_multiple_choice +++ b/activities/selectActivity/items/radio_item_multiple_choice @@ -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": { diff --git a/activities/selectActivity/items/select_item b/activities/selectActivity/items/select_item index 80097af..93b9cfc 100644 --- a/activities/selectActivity/items/select_item +++ b/activities/selectActivity/items/select_item @@ -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": { diff --git a/activities/selectActivity/items/select_item_multiple_choice b/activities/selectActivity/items/select_item_multiple_choice index 06da994..577ad54 100644 --- a/activities/selectActivity/items/select_item_multiple_choice +++ b/activities/selectActivity/items/select_item_multiple_choice @@ -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": { diff --git a/activities/selectActivity/items/slider_item b/activities/selectActivity/items/slider_item index 15cb11e..1be5698 100644 --- a/activities/selectActivity/items/slider_item +++ b/activities/selectActivity/items/slider_item @@ -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": { diff --git a/activities/selectActivity/selectActivity_schema b/activities/selectActivity/selectActivity_schema index d05f5f5..4702915 100644 --- a/activities/selectActivity/selectActivity_schema +++ b/activities/selectActivity/selectActivity_schema @@ -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": [ diff --git a/activities/voiceActivity/items/audio_check_item b/activities/voiceActivity/items/audio_check_item index 9dea2f8..bf8ce86 100644 --- a/activities/voiceActivity/items/audio_check_item +++ b/activities/voiceActivity/items/audio_check_item @@ -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": { diff --git a/activities/voiceActivity/items/audio_image_record_item b/activities/voiceActivity/items/audio_image_record_item index 6f8fa73..4dcefd0 100644 --- a/activities/voiceActivity/items/audio_image_record_item +++ b/activities/voiceActivity/items/audio_image_record_item @@ -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", diff --git a/activities/voiceActivity/items/audio_number_record_item b/activities/voiceActivity/items/audio_number_record_item index 169e3ba..46dfdf0 100644 --- a/activities/voiceActivity/items/audio_number_record_item +++ b/activities/voiceActivity/items/audio_number_record_item @@ -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": { diff --git a/activities/voiceActivity/items/audio_passage_record_item b/activities/voiceActivity/items/audio_passage_record_item index b63b757..71182c8 100644 --- a/activities/voiceActivity/items/audio_passage_record_item +++ b/activities/voiceActivity/items/audio_passage_record_item @@ -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_passage_record_item", "prefLabel": "audio passage record item", "description": "This is a audio passage record item.", - "schemaVersion": "1.0.0-rc2", + "schemaVersion": "1.0.0", "version": "0.0.1", "question": "This will record while the participant reads a passage from a story.", "ui": { diff --git a/activities/voiceActivity/voiceActivity_schema b/activities/voiceActivity/voiceActivity_schema index 86ce481..a1cccde 100644 --- a/activities/voiceActivity/voiceActivity_schema +++ b/activities/voiceActivity/voiceActivity_schema @@ -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": "voiceActivity_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": [ diff --git a/ui-changes/src/config.js b/ui-changes/src/config.js index 8d0a24c..d8f2394 100644 --- a/ui-changes/src/config.js +++ b/ui-changes/src/config.js @@ -1,6 +1,6 @@ module.exports = { /* eslint-disable */ - githubSrc: 'https://raw.githubusercontent.com/ReproNim/demo-protocol/master/DemoProtocol/DemoProtocol_schema', + githubSrc: 'https://raw.githubusercontent.com/ReproNim/demo-protocol/main/DemoProtocol/DemoProtocol_schema', banner: 'This is a demonstration protocol for ReproSchema.', startButton: 'Join', assetsPublicPath: '/demo-protocol/',