What Students Can Do
As a student on the platform, you have access to:Interactive Forums
Participate in 6 themed forums exploring derivative concepts through bone density analysis
Examinations
Complete 2 comprehensive exams to demonstrate your understanding
Progress Tracking
View your completion status and overall progress in real-time
Professor Feedback
Receive personalized feedback from your professor on each activity
Accessing the Platform
Welcome Screen
Upon first login, you’ll see a welcome screen (Click “Comenzar” to proceed to Foro 1.
Bienvenida.vue) introducing the platform’s learning objectives:Student Dashboard Overview
The student dashboard (panel_alumno.vue) displays three main sections:
1. Forums Section
View the status of all 6 forums with completion indicators:- Completion status: Green badge for completed, gray for pending
- Feedback notification: Yellow button appears when professor has provided feedback
The “Ver nota del maestro” button only appears when your professor has left feedback on that specific forum.
2. Examinations Section
Track your exam completion:3. Overall Progress
A circular progress indicator shows your completion percentage:Navigating Forums
The sidebar (sidebar.vue) organizes forums into three activities:
Activity 1: Understanding Bone Density
- Foro 1: Densidad mineral (
/foro1) - Introduction to bone mineral density concepts
Activity 2: Comparative Analysis
- Foro 2: Gráfico Comparativo (
/foro2) - Analyzing comparative graphs - Examen 1 (
/foro2/examen1) - First assessment
Activity 3: Derivative Concepts
- Foro 3: DMO Cadera (
/foro3) - Hip bone density analysis - Foro 4: Análisis DMO (
/foro4) - BMD analytical expressions - Foro 5: Razón de cambio (
/foro5) - Rate of change exploration - Foro 6: Covariación (
/foro6) - Covariation concepts - Examen 2 (
/foro6/examen2) - Final assessment
Participating in Forums
Each forum follows a structured format:Review Learning Materials
Forums begin with contextual information and visual aids. In Foro 1, for example:Toggle the “Mostrar Material” button to view or hide educational content.
Answer Questions
Respond to multiple questions in textarea fields:Each forum contains 5-8 questions designed to build understanding progressively.
Submit Your Responses
Click the submit button to save your answers. The system stores your responses in your student record (expediente).
Viewing Professor Feedback
When feedback is available:- Navigate to your student dashboard
- Look for the yellow “Ver nota del maestro” or “Ver nota del profe” button on completed activities
- Click to open a modal displaying the feedback:
Feedback is retrieved via the
/obtener_feedback/{email} API endpoint and is specific to each activity.Taking Examinations
Exams are integrated into the learning sequence:- Examen 1 follows Foro 2 and tests understanding of density concepts and comparative analysis
- Examen 2 follows Foro 6 and assesses mastery of derivative concepts including rate of change and covariation
- Multiple choice questions
- Short answer responses
- Calculation problems
- Conceptual analysis
Understanding Your Student Record
Your expediente (student record) is retrieved from the API:- Completion status for each forum (foro1-foro6)
- Completion status for each exam (examen1-examen2)
- Your submitted responses for all activities
- Timestamps and metadata
User Profile Display
Your profile information appears in the dashboard header:Mobile Experience
The platform is fully responsive:- Mobile sidebar: Access via hamburger menu button
- Responsive layouts: Content adapts from single-column (mobile) to multi-column (desktop)
- Touch-friendly: All interactive elements are optimized for touch input
API Endpoints Used
Students interact with these backend endpoints:| Endpoint | Purpose |
|---|---|
/expediente_completo_alumno/{email} | Retrieve student record with all activity data |
/conseguir_usuario/{email} | Fetch user profile information |
/obtener_feedback/{email} | Get professor feedback for completed activities |
All API requests use the base URL:
https://proyecto-ingenieria-software-6ccv.onrender.comBest Practices
Save Regularly
While the platform autosaves, it’s good practice to note your responses elsewhere before submission
Check Feedback
Regularly review professor feedback to improve your understanding and performance
Follow Sequence
Complete forums in order (1-6) as concepts build progressively
Ask Questions
If forum questions are unclear, reach out to your professor through provided channels
Troubleshooting
Progress Not Updating
If your progress percentage doesn’t update after completing an activity:- Refresh the dashboard page
- Verify submission was successful (check for confirmation message)
- Log out and back in to force data refresh
Feedback Not Visible
If you expect feedback but don’t see the notification button:- Ensure the activity is marked as completed
- Wait a few minutes and refresh - feedback may be delayed
- Confirm with your professor that feedback was submitted
Navigation Issues on Mobile
If the sidebar doesn’t appear on mobile:- Look for the menu icon (three horizontal lines) in the top-left
- Ensure JavaScript is enabled in your browser
- Try refreshing the page
Related Resources
- Professor Role Guide - Understand how professors interact with the platform
- Forums Feature - Learn about the forum system
- Authentication API - API authentication documentation