Git Product home page Git Product logo

infomark-ui's People

Contributors

keyraphi avatar kryonix avatar lukasruppert avatar patwie avatar vork avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

caixiong110

infomark-ui's Issues

Exam status does not match up with documentation in the backend

(and the exam description field does not show up for students at all)

https://github.com/infomark-org/infomark/blob/c9371fd38ab3731fd847f3da2be43bb60418716c/migration/data/2_materials_exams.up.sql#L27

  -- 0 unkown, 1 failed, 2 passed
  status INT null,

case enrollment.status of
0 ->
div []
[ viewExamDetails sharedState e
, rRow <|
[ text "Sie haben nicht an dieser Klausur teilgenommen."
]
]
1 ->
div []
[ viewExamDetails sharedState e
, rRow <|
[ text "Sie haben mit der Note '"
, span
[ classes [ TC.b ] ]
[ text enrollment.mark
]
, text "' bestanden. Eventuelle Boni sind bereits mit eingerechnet."
]
, rRow <|
[ span [ classes [ TC.f7 ] ]
[ text "Die Angabe zur Note ist ohne Gewähr und nur zu Ihrer Information. Es gilt die ans Prüfungssekretariat gemeldete Note."
]
]
]
2 ->
div []
[ viewExamDetails sharedState e
, rRow <|
[ text "Sie sind mit der Note '"
, span
[ classes [ TC.b ] ]
[ text enrollment.mark
]
, text "' durchgefallen."
, rRow <|
[ span [ classes [ TC.f7 ] ]
[ text "Die Angabe zur Note ist ohne Gewähr und nur zu Ihrer Information. Es gilt die ans Prüfungssekretariat gemeldete Note."
]
]
]
]
_ ->

Full List of Students not available before first hand-in

Expected Behavior: A list of all students within one 'Übungsgruppe'.

Actual Behavior: Before first hand-in, only those Students were visible who had already handed in a solution. However the 'Send E-Mail To Group' still sent a Mail to all Members.

Counter of people who uploaded task

It would be nicht to have the number of people who already turned something in.

Especially in the 'Grading' Section of each 'Task' it can be easily placed right to the number showing the maximum of points.

My current workaround is to throw this snippet into the development console.
document.getElementsByClassName("ph0-l").length

Download all only works after submission deadline ends

Expected Behaviour: Clicking on the latest exercise sheet and then clicking "Download All" starts a download with a zip file of all the current exercises handed in.
Actual Behaviour: "Download All" instead returns a "File not found". After the submission deadline has ended, the expected behaviour occurs.
Steps to reproduce:

  • Click as tutor on the latest exercise sheet, for which the submission deadline has not passed yet.
  • Click "Download All".

More extensive feedback feature

The single line of Feedback is in my opinion not enough or better not the best way to present feedback. As with a long extensive comment the readability suffers a lot.

I'd personally prefer the option to upload a modified version of the received handin with comments. But this might not be feasable.

An other option I'd propose is the possibility to blow up the current Feedback system by binding the oneline feedback comment to a subtask of the assignment. And enabling multiple feedbacks on one assignment.

For example:

[ a) ][ Type Feedback here...               ]
[ +  ]
------------------o----------------- 6 Points
[                  Grade                    ]

Maybe a Dropdown menu to choose the subtask.

| general Feedback |
>        a)        <
|        b)        |
|        ...       |

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.