Votre requête est erronée :Essayez ceci
SELECT Comment1, Comment2, Comment3, Comment4
FROM Students
WHERE Course1 = '$value1' AND Course2 = '$value1'
AND Course3 = '$value1' AND Course4 = '$value1'
OU
SELECT Comment1, Comment2, Comment3, Comment4
FROM Students
WHERE Course1 = '$value1' OR Course2 = '$value1'
OR Course3 = '$value1' OR Course4 = '$value1'
En fonction de vos besoins, utilisez ET ou OU lors de la vérification du parcours