You need to sign in to do that
Don't have an account?
Niharika Goud
How to Display Online Examination Question Paper Using Lightning
Hai
Iam New To SFDC Plz help me
Iam New To SFDC Plz help me
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Please find the sample code below and tweak it as per your requirement which might help you. You see, I query all available questions (using a flag to show only active questions), then I pick 60 of them by a random number, removing them from the list so I guarantee they will be unique. The answers are generated as picklist options on the fly. If you allow multiple exams per participant, you can further filter the query with an anti-join so they will not receive questions they have saved answers to before.
Hope this helps.
Thanks,
Nagendra
if u have done that Online Exam Question paper,if u dont mind could u please share me the code.
if u have done that Online Exam Question paper,if u dont mind could u please share me the code.