Reply
Regular Contributor
marella1800
Posts: 37
0

Creating Online exam in VF

Hi,i am having questions__c(parent) and answers__c(child) are 2 custom objects which are having MDR relation.
requirement:-
Need to create ONLINE EXAM on vf page.i have 1000 records in questions__c object .i need to fetch records from questions__c. randomly to vf page and need to show different questions which should not repeat.
question =60. no question should repeat for a single participant.
Can any one make me out from this???

Thanx in advance...!!!

Regular Contributor
marella1800
Posts: 37
0

Creating Online exam in VF

also need to display result with a pdf with marks

Trusted Contributor
JeffM
Posts: 452
0

Re: Creating Online exam in VF

Have you thought about using Flows instead of VisualForce pages?

Regular Contributor
chowdary marella
Posts: 39
0

Re: Creating Online exam in VF

How can we store the result ?how can we differentiate which is right and wrong?