Dashboard

credit_card
Your subscription ends on 25 February 2015
116

Angular

Best score

Courses

Your recent courses

{% set courses = [{ title: 'Learn Vue.js Fundamentals', avatar: 'assets/images/gulp.png', progress_count: 25, progress_variant: 'bg-primary' }, { title: 'Angular in Steps', avatar: 'assets/images/vuejs.png', progress_count: 100, progress_variant: 'bg-success' }, { title: 'Bootstrap Foundations', avatar: 'assets/images/nodejs.png', progress_count: 80, progress_variant: 'bg-warning' }] %}

Quizzes

Your Performance

{% set items = [{ title: "Title of quiz goes here?", course: "Basics of HTML", result_label: "Good", result_score: "5.8" }, { title: "Directives & Routing", course: "Angular in Steps", result_label: "Great", result_score: "9.8" }, { title: "Responsive & Retina", course: "Bootstrap Foundations", result_label: "Failed", result_score: "2.8" }] %}
432

Experience IQ

4 days streak this week

trending_up

Rewards

Your latest achievements

thumb_up
grade
bubble_chart
keyboard_voice
event_available

Forum Activity

Latest forum topics & replies

{% set activity = [{ avatar: 'assets/images/people/50/guy-1.jpg', name: 'Luci Bryant', title: 'Am I learning the right way?', date: '5 min ago' }, { avatar: 'assets/images/people/50/guy-2.jpg', name: 'Magnus Goldsmith', title: 'Can someone help me with the basic Setup?', date: '7 min ago' }, { avatar: 'assets/images/people/50/woman-1.jpg', name: 'Katelyn Rankin', title: 'I think this is the right way?', date: '12 min ago' }] %} {% import 'components/forum/activity-item.html' as forum_activity_item %}
    {% for item in activity %} {{ forum_activity_item.component(item=item, prefix=prefix) }} {% endfor %}