Skip to Content

Ranks

Keep learning with sensuelle-radio-80. Collect points on the forum or on the eLearning platform. Those points will make you reach new ranks.

How do I earn badges?

When you finish a course or reach milestones, you're awarded badges.

How do I score more points?

You can score more points by answering quizzes at the end of each course content. Points can also be earned on the forum. Follow this link to the guidelines of the forum.

Ranks
  • Doctor
    Doctor
    10,000 points
  • Master
    Master
    2,000 points
  • Bachelor
    Bachelor
    500 points
  • Student
    Student
    100 points
  • Newbie
    Newbie
    1 points

Badges

Besides gaining reputation with your questions and answers, you receive badges for being especially helpful.
Badges appear on your profile page, and your posts.

import React from 'react'; export default function App() { return (
{/* Header */}

Sensuelle Radio 🎧

La radio des années 80 depuis La Réunion

{/* Player Section */}

Écoutez en direct

{/* Insertion du player MRP.js */}
{/* About Section */}

Retour dans les années 80

Sensuelle Radio vous transporte dans les années 80 avec les plus grands classiques de la décennie : du rock synthétique aux tubes disco en passant par la new wave. Une programmation musicale soignée, pleine de nostalgie et d'énergie, diffusée depuis La Réunion pour tous les amoureux des sons vintage.

{/* Playlist / Events (placeholder) */}

Playlist & Événements

Top Hits 80s

  • Miami Sound Machine – Conga
  • Tears for Fears – Shout
  • Kool & The Gang – Celebration
  • Michael Jackson – Billie Jean
  • Duran Duran – Rio

Prochains événements

  • Nuit des Années 80 – Saint-Denis • 15 octobre
  • Festival RetroWave • 05 décembre
  • Sensuelle Live DJ Set • En ligne
{/* Footer */}
); }