// JavaScript Document

var AntzTestConfig = {
    
    numQs : 10,

    answers : Array(
        '',// 0 
        3, // 1
        1, // 2
        2, // 3
        2, // 4
        4,  // 5
        1, // 6
        2, // 7
        3, // 8
        1, // 9
        3  // 10
        ),
        
    comments : Array(
        Array(),// 0
        Array('', // q 1
              "This is not a good start", 
              'A signal follows the path of least resistance, otherwise called the signal path', 
              'A sound is converted to electricity, which then represents the sound in an electrical form',
              'Sound cannot be transmitted through a cable without first being converted to electricity'
              ),
        Array('',// q 2
              'Line level is the universal standard which devices are designed for. The only exceptions are mics & preamps, and speakers & power amps',
              'Line level is the universal standard which devices are designed for',
              'Line level is the universal standard which devices are designed for',
              'Line level is the universal standard which devices are designed for'
              ),
        Array('',// q 3
              'Let me know when you see a connector called registry!!',
              'Signal flows from an output and into an input',
              'Bypass is an output for sending a copy of the original signal before it has gone through the device',
              'Output to output will yeild no results'
              ),
        Array('', // q 4
              'Signal flows from the mic to the speaker, never the other way',
              'The speaker is the destination for a signal after it has been through all devices we want to put it through',
              'Signal flows from the mic to the speaker, never the other way. Once it reaches the speaker, it is converted to sound again',
              'You weren\'t in class that day!'
              ),
        Array('', // q 5
              'Signals can be combined to form a mix ( a mixture of signals )',
              'Signals are often split and joined. These are 2 fundamental principles of mixing',
              'It may very well have a will of its own, but it is the will of the human in charge that is important',
              'Sound can only travel in one direction: forward'
              ),
        Array('',// q 6
              'You need 1 channel for each mic',
              'You could only use 3 mics',
              'A stereo channel is actually 2 mono channels so you would need 5 channels total',
              'You need 1 channel for each mic'
              ),
        Array('',// q 7
              'One track can only hold 1 signal. By splitting a signal, you are doubling the number of tracks required',
              'You can make a surprisingly good drum track with just 1 mic',
              'The mid-side technique requires 2 tracks',
              'Why let someone else have all the fun?'
              ),
        Array('',// q 8
              'The main output should go to the left input on the power amp',
              'You need to use the post-fader send to make sure the effects are proportionate to the fader',
              'You need to use the post-fader send to make sure the effects are proportionate to the fader',
              'Effects units are not designed to use mic-level signals. It must go through a preamp first'
              ),
        Array('', // q 9
              'A bus is a common path that several signal sources can be joined to, and the resulting mix can be routed',
              'A bus is a common path that several signal sources can be joined to, and the resulting mix can be routed',
              'A bus is a common path that several signal sources can be joined to, and the resulting mix can be routed',
              'A bus is a common path that several signal sources can be joined to, and the resulting mix can be routed'
              ),
        Array('', // q 10
              'A switch is not a requirement for a channel strip',
              'Switches and LEDs are not requirements for a channel strip',
              'Each channel has preamp, EQ, fader and pan controls',
              'Effects like delay are not a standard component on channel strips'
              )
       )

}
