``` 5. Click **Update File** to save changes ### Method B: Using Custom Plugin (Recommended) 1. Go to **Plugins > Add New** 2. Search for "Code Snippets" or install it 3. Activate the plugin 4. Go to **Snippets > Add New** 5. Paste the code above 6. Set "Run snippet everywhere" 7. Click **Save** ## Step 3: Create Custom Post Types You need to create MCQ, Test, and Job post types. Add this to your functions.php: ```php // Create Custom Post Types function create_custom_post_types() { // MCQs register_post_type('mcq', array( 'labels' => array( 'name' => 'MCQs', 'singular_name' => 'MCQ' ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'custom-fields'), 'menu_icon' => 'dashicons-clipboard' )); // Tests register_post_type('test', array( 'labels' => array( 'name' => 'Tests', 'singular_name' => 'Test' ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'custom-fields'), 'menu_icon' => 'dashicons-clock' )); // Jobs register_post_type('job', array( 'labels' => array( 'name' => 'Jobs', 'singular_name' => 'Job' ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'custom-fields'), 'menu_icon' => 'dashicons-building' )); } add_action('init', 'create_custom_post_types'); Interest Mcqs - ExamTonight - Largest MCQs and Forums Website - Page 6

ExamTonight – Largest MCQs and Forums Website

A. 6 years
B. 8 years
C. 12 years
D. 18 years

A. Interest earned
B. Time to double investment
C. Rate of return
D. Principal required

A. Decreases
B. Increases
C. Stays the same
D. Becomes simple

A. SI
B. Zero
C. Twice SI
D. Half SI

A. Simple interest
B. Compound interest
C. Zero rate
D. Floating rate

A. 1100
B. 1200
C. 1210
D. 1250

A. P + SI
B. P(1 + R)^T
C. P(1 + R/100)^T
D. PRT

A. Same as SI
B. Smaller amount than SI
C. Bigger amount than SI
D. No interest

A. Principal only
B. Only past interest
C. Principal + accumulated interest
D. Rate × time