apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
67 stars 72 forks source link

Questions about creating assignments #1102

Closed chenhaoenen closed 1 year ago

chenhaoenen commented 1 year ago

hi, thank you so much for this repository. I ran the project on my local machine, but, I have some question about it. when the teacher creates a new course, how does the student submit the answer result?

teacher:

image

student:

image

with teacher, how to create one exercises ? and with teacher, how to submit the exercises, must be git? Is there a page that can be edited directly to simply submit students' homework answers?

markkuriekkinen commented 1 year ago

The Aplus Manual contains instructions and examples about creating exercises. The submission form may include typical HTML form inputs, file uploads, text fields or custom JavaScript code for implementing your own submit forms. The built-in submission types are configured with the view_type field in the exercise config.yaml file. Go ahead and examine the examples in the manual!

https://plus.cs.aalto.fi/aplus-manual/master/ https://github.com/apluslms/mooc-grader/blob/master/courses/README.md#exercise-view-types

chenhaoenen commented 1 year ago

Thank you so much for your response and once again thanks for this repository.