excelldummy
New Member
- Joined
- Sep 12, 2009
- Messages
- 4
How to scramble text.
I have been trying to figure this out and i have had no luck. So far no one has been able to help me with this one. I will try to explain as best as possible.
I have have a quiz that i am tying to make, with multiple questions. But i want to make as many possibilities as possible.
Here is a basic example of a worksheet.
<table style="border-collapse: collapse; width: 192pt;" border="0" cellpadding="0" cellspacing="0" width="256"><col style="width: 48pt;" span="4" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 48pt;" width="64" height="17">
</td> <td style="width: 48pt;" width="64">set 1</td> <td style="width: 48pt;" width="64">set 2</td> <td style="width: 48pt;" width="64">set 3</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q1</td> <td>S1Q1</td> <td>S2Q1</td> <td>S3Q1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q2</td> <td>S1Q2</td> <td>S2Q2</td> <td>S3Q2</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q3</td> <td>S1Q3</td> <td>S2Q3</td> <td>S3Q3</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q4</td> <td>S1Q4</td> <td>S2Q4</td> <td>S3Q4</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q5</td> <td>S1Q5</td> <td>S2Q5</td> <td>S3Q5</td> </tr> </tbody></table>
I want to shuffle the questions but they need to be in order. I want to take the 3 sets of questions, and make hundreds of sets. The only problem is they all need to be in order.
EX:
S2Q1
S3Q2
S3Q3
S1Q4
S2Q5
I want to mix it up but keep the questions in order. I know that i can make 100's of possibilities. Please if anyone knows of a macro, or some code that will give me as many sets of questions as possible but keep them in order.
Thanks so anyone that helps!
I have been trying to figure this out and i have had no luck. So far no one has been able to help me with this one. I will try to explain as best as possible.
I have have a quiz that i am tying to make, with multiple questions. But i want to make as many possibilities as possible.
Here is a basic example of a worksheet.
<table style="border-collapse: collapse; width: 192pt;" border="0" cellpadding="0" cellspacing="0" width="256"><col style="width: 48pt;" span="4" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 48pt;" width="64" height="17">
</td> <td style="width: 48pt;" width="64">set 1</td> <td style="width: 48pt;" width="64">set 2</td> <td style="width: 48pt;" width="64">set 3</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q1</td> <td>S1Q1</td> <td>S2Q1</td> <td>S3Q1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q2</td> <td>S1Q2</td> <td>S2Q2</td> <td>S3Q2</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q3</td> <td>S1Q3</td> <td>S2Q3</td> <td>S3Q3</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q4</td> <td>S1Q4</td> <td>S2Q4</td> <td>S3Q4</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Q5</td> <td>S1Q5</td> <td>S2Q5</td> <td>S3Q5</td> </tr> </tbody></table>
I want to shuffle the questions but they need to be in order. I want to take the 3 sets of questions, and make hundreds of sets. The only problem is they all need to be in order.
EX:
S2Q1
S3Q2
S3Q3
S1Q4
S2Q5
I want to mix it up but keep the questions in order. I know that i can make 100's of possibilities. Please if anyone knows of a macro, or some code that will give me as many sets of questions as possible but keep them in order.
Thanks so anyone that helps!