### Selection Course Rule JSON Query Source: https://docs.samarth.ac.in/docs/academics/academic This JSON query defines a 'selection' course rule, allowing students to choose from a list of options with associated codes. ```json {"type":"selection","groups":["group1"],"group1":{"label":"Select > from these > options","options":["12542","12543","12544","12545","12546"],"options_code":["ABCD11","ABCD12","ABCD13","ABCD14","ABCD15"]}} ```