Difference between revisions of "Proj-2014-2015-SmartClassroom/UML"

From air
Jump to navigation Jump to search
Line 14: Line 14:
 
== Sequence diagrams ==
 
== Sequence diagrams ==
   
===Scenario 1 : Connection to Moodle===
+
===Scenario 1===
  +
As a student or a teacher, I want to log in my Moodle account using a NFC tag so that I can directly access my personnal account
 
''Actors = Teacher or student''
 
''Actors = Teacher or student''
 
''Tools = Tablet, NFC reader + NFC tag, web server, Moodle''
 
''Tools = Tablet, NFC reader + NFC tag, web server, Moodle''

Revision as of 16:53, 16 March 2015

UML Diagrams

The followings are some UML diagrams created for certains aspects of the project.

Use case

CasUtilisation.jpeg

Classes diagrams

Soon

Objects diagrams

Soon

Sequence diagrams

Scenario 1

As a student or a teacher, I want to log in my Moodle account using a NFC tag so that I can directly access my personnal account

Actors = Teacher or student
Tools = Tablet, NFC reader + NFC tag, web server, Moodle

UMLMoodle.png

Scenario 2 : Creation of MCQ

Actors = Teacher
Tools = Tablet, Moodle

QCM1.png

Scenario 3 : Answer to the MCQ

Actors = Student
Tools = Tablet, Moodle

QCM2.png

Collaboration diagrams

Soon