© 2026 Hedgehog Software, LLC
namespace LearnosityCookbookRecipe { class Question { public string Reference { get; set; } public string WidgetType { get; set; } public string Type { get; set; } public struct QuestionData { public Array Options { get; set; } public string Stimulus { get; set; } struct QuestionValidation { string ScoringType { get; set; } struct valid_response { public int Score { get; set; } public Array Value { get; set; } } } } } }
Question question = new Question(); question.Reference = "SAMPLE-REF-ID1"; question.WidgetType = "response"; question.Type = "mcq";
Join the Discord to ask follow-up questions and connect with the community
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
62,470 Members