Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Creating Online exam in VF
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Creating Online exam in VF
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-19-2013 06:41 AM
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...!!!
Creating Online exam in VF
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-19-2013 06:44 AM
also need to display result with a pdf with marks
Re: Creating Online exam in VF
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2013 03:14 AM
Have you thought about using Flows instead of VisualForce pages?
Re: Creating Online exam in VF
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-22-2013 07:24 AM
How can we store the result ?how can we differentiate which is right and wrong?

