YchKhan commited on
Commit
50c63fd
·
verified ·
1 Parent(s): f282927

Update static/js/script.js

Browse files
Files changed (1) hide show
  1. static/js/script.js +1 -1
static/js/script.js CHANGED
@@ -967,7 +967,7 @@ function showRefinedProblems(result) {
967
 
968
  // Create tab content with placeholder for score
969
  const tabTextSpan = document.createElement('span');
970
- tabTextSpan.textContent = `Option ${key.split('_')[1]}`;
971
 
972
  // Create score element that will be updated later
973
  const tabScoreSpan = document.createElement('span');
 
967
 
968
  // Create tab content with placeholder for score
969
  const tabTextSpan = document.createElement('span');
970
+ tabTextSpan.textContent = `Option ${key.split('_')[2]}`;
971
 
972
  // Create score element that will be updated later
973
  const tabScoreSpan = document.createElement('span');