Skip to content

Commit 7a4d82e

Browse files
Update selection in LATEST MODULE
1 parent 355429e commit 7a4d82e

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

accounts/lists.py

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,16 @@
1818
"""
1919
LMS_MODULES_CHOICES = (
2020
('', 'Select Learning Stage'),
21-
('programme_preliminaries', 'Programme Preliminaries'),
22-
('programming_paradigms', 'Programming Paradigms'),
23-
('html_essentials', 'HTML Essentials'),
24-
('css_essentials', 'CSS Essentials'),
25-
('user_centric_frontend_development', 'User Centric Frontend Development'),
26-
('comparative_programming_languages_essentials',
27-
'Comparative Programming Languages Essentials'),
28-
('javascript_essentials', 'Javascript Essentials'),
29-
('interactive_frontend_development', 'Interactive Frontend Development'),
30-
('python_essentials', 'Python Essentials'),
31-
('practical_python', 'Practical Python'),
32-
('data_centric_development', 'Data Centric Development'),
33-
('backend_development', 'Backend Development'),
34-
('full_stack_frameworks_with_django', 'Full Stack Frameworks with Django'),
35-
('alumni', 'Alumni'),
21+
('no_coding_experience', 'No coding experience'),
22+
('just_starting', 'Just starting the course'),
23+
('mid_course', 'In the middle of the course'),
24+
('end_course', 'At the end of the course'),
25+
('graduated', 'Graduated'),
26+
('dev_duties',
27+
'Working with some development duties'),
28+
('working_dev', 'Working as a developer'),
29+
('guest_judge', 'Guest judge'),
30+
('guest_facilitator', 'Guest facilitator'),
3631
('staff', 'Staff'),
3732
)
3833

0 commit comments

Comments
 (0)