From ee463994e10a5d47690091947d7c6d6651af6ebe Mon Sep 17 00:00:00 2001 From: Ross Cutler <46252169+rosscutler@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:32:39 -0700 Subject: [PATCH] Fix typos across documentation and code --- docs/conf_master.md | 6 ++-- docs/prep_p804.md | 4 +-- docs/prep_p835.md | 2 +- src/P808Template/ACR_template.html | 2 +- src/P808Template/CCR_template.html | 4 +-- src/P808Template/DCR_template.html | 2 +- src/P808Template/P808_multi.html | 34 +++++++++---------- src/P808Template/P831_ACR_template.html | 2 +- src/P808Template/P831_DCR_template.html | 2 +- .../P835_personalized_template3.html | 16 ++++----- src/P808Template/P835_template.html | 6 ++-- src/P808Template/P835_template_one_audio.html | 6 ++-- src/P808Template/Qualification.html | 2 +- src/P808Template/README.md | 2 +- src/P808Template/bw_check.html | 34 +++++++++---------- .../echo_impairment_test_fest_template.html | 2 +- .../echo_impairment_test_template.html | 2 +- .../acr_result_parser_template.cfg | 2 +- .../dcr_ccr_result_parser_template.cfg | 2 +- .../p804_result_parser_template.cfg | 2 +- src/configurations/master.cfg | 2 +- src/create_input.py | 2 +- src/environment test/README.md | 4 +-- .../assets/js/env_test_main.js | 10 +++--- src/hearing test/README.md | 8 ++--- src/hearing test/assets/js/hearing_test.js | 10 +++--- src/master_script.py | 2 +- src/mturk_utils.py | 6 ++-- src/process_qualification_ans.py | 6 ++-- src/result_parser.py | 32 ++++++++--------- 30 files changed, 108 insertions(+), 108 deletions(-) diff --git a/docs/conf_master.md b/docs/conf_master.md index ccb34e2..6ef4194 100644 --- a/docs/conf_master.md +++ b/docs/conf_master.md @@ -35,7 +35,7 @@ following message next time they want to perform a HIT from this group: * `allowed_max_hit_in_project:60`: Number of assignments that one worker can perform from this project. * `hit_base_payment:0.5`: Base payment for an accepted assignment from this HIT. This value will be used as information. * `quantity_hits_more_than: 30`: Defines the necessary hits required for quantity bonus. -* `quantity_bonus: 0.1`: The amount of the quantity bonus to be payed for each accepted assignment. +* `quantity_bonus: 0.1`: The amount of the quantity bonus to be paid for each accepted assignment. * `quality_top_percentage: 20`: Defines when quality bonus should be applied (in addition, participant should be eligible for quantity bonus). * `quality_bonus: 0.15`: the amount of the quality bonus per accepted assignment. @@ -57,7 +57,7 @@ following message next time they want to perform a HIT from this group: * `allowed_max_hit_in_project:60`: Number of assignments that one worker can perform from this project. * `hit_base_payment:0.5`: Base payment for an accepted assignment from this HIT. This value will be used as information. * `quantity_hits_more_than: 30`: Defines the necessary hits required for quantity bonus. -* `quantity_bonus: 0.1`: The amount of the quantity bonus to be payed for each accepted assignment. +* `quantity_bonus: 0.1`: The amount of the quantity bonus to be paid for each accepted assignment. * `quality_top_percentage: 20`: Defines when quality bonus should be applied (in addition, participant should be eligible for quantity bonus). * `quality_bonus: 0.15`: the amount of the quality bonus per accepted assignment. @@ -76,7 +76,7 @@ following message next time they want to perform a HIT from this group: * `allowed_max_hit_in_project:60`: Number of assignments that one worker can perform from this project. * `hit_base_payment:0.5`: Base payment for an accepted assignment from this HIT. This value will be used as information. * `quantity_hits_more_than: 30`: Defines when quantity bonus requirement. -* `quantity_bonus: 0.1`: the amount of the quantity bonus to be payed for each accepted assignment. +* `quantity_bonus: 0.1`: the amount of the quantity bonus to be paid for each accepted assignment. * `quality_top_percentage: 20`: Defines when quality bonus should be applied (in addition, participant should be eligible for quantity bonus). * `quality_bonus: 0.15`: the amount of the quality bonus per accepted assignment. diff --git a/docs/prep_p804.md b/docs/prep_p804.md index 0b83a77..cf91c99 100644 --- a/docs/prep_p804.md +++ b/docs/prep_p804.md @@ -17,7 +17,7 @@ column named `rating_clips` (see [rating_clips.csv](../src/test_inputs/rating_cl **Note on Reference Conditions** * It is strongly recommended to include Reference Conditions in your study to cover the entire range of MOS on all - dimesions. + dimensions. 1. Upload your **training clips** in a cloud server and create `training_gold_clips.csv` file which contains all URLs in a column named `training_clips` (see [training_gold_clips.csv](../src/test_inputs/training_gold_clips_p804.csv) as an example). @@ -35,7 +35,7 @@ any given answer for that dimension will be considered to be correct. **Hint**: Gold standard clips are used as a hidden quality control item in each session. It is expected that their answers are so obvious for all participants that they all give the `*_ans` rating (+/- 1 deviation is accepted) for all dimensions. It is recommended to use clips with excellent (answer 5) or very bad - (answer 1) quality. Also clips with extreme and oposite value for multiple dimensions works best (e.g. Coloration 5 and Discontinuty 1). + (answer 1) quality. Also clips with extreme and opposite value for multiple dimensions work best (e.g. Coloration 5 and Discontinuity 1). 1. Create trapping stimuli set for your dataset. diff --git a/docs/prep_p835.md b/docs/prep_p835.md index 3a15a3a..c93f8b8 100644 --- a/docs/prep_p835.md +++ b/docs/prep_p835.md @@ -17,7 +17,7 @@ column named `rating_clips` (see [rating_clips.csv](../src/test_inputs/rating_cl **Note on Reference Conditions** * It is strongly recommended to include Reference Conditions in your study to cover the entire range of MOS on all - three scales. Results of our studies showed that Reference Conditions based on teh ITU-T Rec. P.835 does not cover + three scales. Results of our studies showed that Reference Conditions based on the ITU-T Rec. P.835 do not cover the entire range of scales, rather the framework propose in ETSI 103 281 Annex D can cover the entire range. We recommend to use [3gpp_p501_FB](../p835_reference_conditions/3gpp_p501_FB) which is created base on the ETSI/3GPP framework. diff --git a/src/P808Template/ACR_template.html b/src/P808Template/ACR_template.html index c12d505..e72b42c 100644 --- a/src/P808Template/ACR_template.html +++ b/src/P808Template/ACR_template.html @@ -1231,7 +1231,7 @@