Skip to content

Commit

Permalink
Update config-gpt-expert.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dyr429 committed Mar 3, 2024
1 parent 4be7644 commit 076e9cc
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions public/gpt-expert/config-gpt-expert.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"logoPath": "assets/revisitLogoSquare.svg",
"withProgressBar": true,
"autoDownloadStudy": false,
"sidebar": true
"sidebar": true,
"urlParticipantIdParam": "pid"

},
"baseComponents": {
"visTask": {
Expand Down Expand Up @@ -4806,7 +4808,7 @@
"introduction",
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"choropleth_map-make_comparisons-population_and_demography",
"histogram-make_comparisons-population_and_demography",
Expand All @@ -4824,7 +4826,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"stacked_bar_chart-identify_range-health",
"histogram-identify_range-health",
Expand All @@ -4842,7 +4844,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"histogram-retrieve_value-health",
"choropleth_map-retrieve_value-population_and_demography",
Expand All @@ -4860,7 +4862,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"pie_chart-locate_value-health",
"bubble_chart-locate_value-population_and_demography",
Expand All @@ -4878,7 +4880,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"line_chart-identify_labels_of_scales-health",
"tree_map-identify_labels_of_scales-population_and_demography",
Expand All @@ -4896,7 +4898,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"stacked_area_chart-describe_the_topic_of_the_visualization-health",
"line_chart-describe_the_topic_of_the_visualization-health",
Expand All @@ -4914,7 +4916,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"area_chart-estimate_the_difference_between_two_values_of_the_same_type-population_and_demography",
"bar_chart-estimate_the_difference_between_two_values_of_the_same_type-population_and_demography",
Expand All @@ -4932,7 +4934,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"area_chart-estimate_the_ratio_of_one_value_to_another_value_of_the_same_type-health",
"choropleth_map-estimate_the_ratio_of_one_value_to_another_value_of_the_same_type-health",
Expand All @@ -4950,7 +4952,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"stacked_area_chart-estimate_the_average_of_multiple_values_of_the_same_type-health",
"bubble_chart-estimate_the_average_of_multiple_values_of_the_same_type-population_and_demography",
Expand All @@ -4968,7 +4970,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"scatterplot-describe_trend_or_correlation-health",
"100_percent_stacked_bar_chart-describe_trend_or_correlation-health",
Expand All @@ -4986,7 +4988,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"tree_map-describe_the_characteristics_of_an_alternative_chart_type-population_and_demography",
"stacked_area_chart-describe_the_characteristics_of_an_alternative_chart_type-population_and_demography",
Expand All @@ -5004,7 +5006,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"line_chart-judge_which_visualization_design_is_more_appropriate_for_a_task-health",
"bubble_chart-judge_which_visualization_design_is_more_appropriate_for_a_task-energy_and_environment",
Expand All @@ -5022,7 +5024,7 @@
},
{
"order": "latinSquare",
"numSamples": 3,
"numSamples": 4,
"components": [
"tree_map-judge_which_task_this_visualization_design_best_supports-population_and_demography",
"bar_chart-judge_which_task_this_visualization_design_best_supports-energy_and_environment",
Expand Down

0 comments on commit 076e9cc

Please sign in to comment.