🔄 CSV to JavaScript Converter

Convert your CSV question data to JavaScript format

← Back to Home

How to Use:

  1. Open your questions CSV file in Excel or a text editor
  2. Copy all the data (including the header row with QuestionNumber, Topic, Question, Answer)
  3. Paste it into the "CSV Input" box on the left
  4. Click "Convert to JavaScript"
  5. Click "Copy JavaScript Code" to copy the result
  6. Open questions_data.js and replace the questionsData array with the copied code

📋 CSV Input

💾 JavaScript Output