Skip to content

Commit 438e954

Browse files
authored
Merge pull request #5 from surveyjs/readme
Update README and survey jsons
2 parents 8a96f12 + ca86a3c commit 438e954

File tree

3 files changed

+92
-91
lines changed

3 files changed

+92
-91
lines changed

Code/ResultsDefinition.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public static List<SurveyResultsDefinition> GetDefaultSurveyResults()
2727
@"{""Quality"":{""affordable"":""3"",""does what it claims"":""2"",""better then others"":""2"",""easy to use"":""3""},""satisfaction"":3,""suggestions"":""better support"",""price to competitors"":""Not sure"",""price"":""high"",""pricelimit"":{""mostamount"":""60"",""leastamount"":""10""}}"
2828
});
2929
SurveyResultsDefinition surveyResults2 = new SurveyResultsDefinition { id = "2" };
30-
surveyResults1.data.AddRange(new string[] {
31-
@"{""member_arrray_employer"":[{}],""partner_arrray_employer"":[{}],""maritalstatus_c"":""Married"",""member_receives_income_from_employment"":""0"",""partner_receives_income_from_employment"":""0""}",
32-
@"{""member_arrray_employer"":[{}],""partner_arrray_employer"":[{}],""maritalstatus_c"":""Single"",""member_receives_income_from_employment"":""1"",""member_type_of_employment"":[""Self employment""],""member_seasonal_intermittent_or_contract_work"":""0""}"
30+
surveyResults2.data.AddRange(new string[] {
31+
@"{""member_array_employer"":[{}],""partner_array_employer"":[{}],""maritalstatus_c"":""Married"",""member_receives_income_from_employment"":""0"",""partner_receives_income_from_employment"":""0""}",
32+
@"{""member_array_employer"":[{}],""partner_array_employer"":[{}],""maritalstatus_c"":""Single"",""member_receives_income_from_employment"":""1"",""member_type_of_employment"":[""Self employment""],""member_seasonal_intermittent_or_contract_work"":""0""}"
3333
});
3434

3535
List<SurveyResultsDefinition> defaultSurveyResults = new List<SurveyResultsDefinition> { surveyResults1, surveyResults2 };

0 commit comments

Comments
 (0)