Skip to content

madjsmail/moadaly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moadaly معدلي

محاكي حساب المعدل لطلبة نظام ل.م.د تخصص رياضيات وإعلام آلي يستعمل لكل الجامعات التي تتابع نفس المنهاج لميدان الرياضيات والإعلام الآلي في الجزائر،

  • فيه جزئية خاصة بتخصصات الماستر في الإعلام الآلي بالبويرة،

Try it : moadaly-WebApp

See Moadaly android app : moadaly-App

See Moadaly desktop app : moadaly-Desktop-app

See our design : design

See : SourceCode

Moadaly

  • is a web application that allow you to calculate your pass marks. The app is for computer science student " LMD "

  • تطبيق ويب لحساب المعدل الفصلي و السنوي للسنة الأولى رياضيات وإعلام آلي وسنوات إعلام آلى نظام [LMD] الجزائر

  • التخصصات المدعومة حاليا:

    • L1 MI
    • L2 Info
    • L3 SI + ISIL
    • M1 ISIL+ GSI + IA (جامعة البويرة)
    • M2 ISIL + GSI + IA (جامعة البويرة)
  • تمت إضافة السنة الأولى في ميداني العلوم والتكنولوجيا وميدان علوم المادة ST/SM

Calcul

The calcul is based on :

Issues

Testing is much appreciated. Please post any issue you find in the Issue tracker.

Project Implementation by

Built With

  • [HTML/CSS]
  • [bootstrap/shards] -the css framework used
  • [jquery ] - java script framework

Contribution

  • Adapt this app for more specialities (ST, SM, etc..)

How to create a new canvas

For example a new level named "L3ML"

  1. Make a copy of canevas/templates/L1MI.json as L3ML.json
  2. Modify the JSON file as you need.
  3. copy the file into : canevas/json/L3ML.json
  4. Add a line to index.html like this:
    <script type='text/javascript' src='canevas/json/L3ML.json'></script>
  1. Test if it works
  2. The menu must be updated automatically