Ship to answer the question in create form activity

@swathi_sakthi ,

What should be the Score of that container if none of the questions are answered in that ?

Can we make the score as 0 for these cases ?
If so, then we can use the below Expression instead :

jObj("Cnt1").ToObject(Of JObject).Properties.Where(Function(x)x.Name.Contains("q")).Sum(Function(x)CDbl(if(x.Value.ToString.IsNumeric,x.Value,0)))

Let us know what should be done for this cases then we can finalise the implementation for it.

Also attaching the source of How this Topic was formed :

1 Like