Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6214231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:50:25+00:00 2026-05-24T06:50:25+00:00

I am trying to create a multiple choice exam type app. I have the

  • 0

I am trying to create a multiple choice exam type app. I have the questions and choices and answer of each problem in a .txt file structured like so:

Question#1
choice A
choice B
choice C
choice D
Answer#1
Question#2
choice A
choice B 
etc. etc.

The goal is to have this as a question bank with over a hundred questions. I have an array set up to read all this info. I need to randomize it but I need to do so in a way that will keep Question#1 to Answer#1 intact (so that Question 2 with its choices and answers right beneath it might come first). Is this possible at all?

The idea was to randomize a hundred questions and say take the first 50 questions (with their choices and answers intact) for a “practice session.”

Thank you very much.

Here’s the code:

  if ([typeOfTest isEqualToString:@"SelectedExam"]) {
        NSString *filePath = [[NSBundle mainBundle] pathForResource:@"SelectedExam" ofType:@"txt"];

        NSString *SelectedExamBank = [[NSString alloc] initWithContentsOfFile:filePath
                                                  encoding:NSUTF8StringEncoding error:NULL];

        NSString* theBank = SelectedExamBank;


 ...

 NSArray *multipleChoicePractice = [theBank componentsSeparatedByString:@"\n"];

    //Calculating indexes while Question number would be in increments of 6 
    //(question 1 = index 0,  question 2 = index 6, question 3 = index 12 etc)

    choiceAindex = questionNumber + 1;
    choiceBindex = questionNumber + 2;
    choiceCindex = questionNumber + 3;
    choiceDindex = questionNumber + 4;
    theAnswer = [multipleChoicePractice objectAtIndex:answerChecker];

    answerChecker = questionNumber + 5;

...

//q1 is the question and cA ... cD are choices

    q1 = [multipleChoicePractice objectAtIndex:questionNumber];
    cA = [multipleChoicePractice objectAtIndex:choiceAindex];
    cB = [multipleChoicePractice objectAtIndex:choiceBindex];
    cC = [multipleChoicePractice objectAtIndex:choiceCindex];
    cD = [multipleChoicePractice objectAtIndex:choiceDindex];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T06:50:27+00:00Added an answer on May 24, 2026 at 6:50 am

    Without seeing the code, it would be tough to figure out a solution. Personally, I would suggest creating a new Question class that holds the question, choices, and answer. Then, you could simply randomize the questions within each instance of the class, and keep an array of Questions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a server app in node.js, where multiple clients connect, and
Trying to create my first iPhone app that would play back audio. When I
I've been trying to create multiple custom views generating xibs and connecting controllers to
I'm trying to create a custom activity with multiple connectors using WWF 4.0. Could
I am trying to create a grid view containing multiple rows and columns of
I am trying create a WCF service that leverages the WPF MediaPlayer on the
Trying to create a QtRuby application, I get the following error: /usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2144: [BUG] Segmentation
Trying to create a user account in a test. But getting a Object reference
Trying to create several layers of folders at once C:\pie\applepie\recipies\ without using several different
Trying to create a small monitor application that displays current internet usage as percentage

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.