创建学校成绩单的建议 [英] Suggestion for list creation for school report card

查看:111
本文介绍了创建学校成绩单的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用自定义列表为学校创建成绩单.

I am trying to create a report card for a school using a custom list.

学生可以根据自己的兴趣选择不同的科目.

The students can take different subjects based on their interest.

例如:student1-选择的科目:数学,物理,化学

Example: student1 - subjects selected: Maths, Physics, Chemistry

学生2-所选学科:生物学,物理,化学

student2 - subjects selected: Biology, Physics, Chemistry

学校每月进行一次考试,并希望更新分数.然后提供每月的总分.分数和总分数应在每个月后更新.

The school conducts exams monthly and want to to update the scores  and then provide the Total score every month. The score and total score should be updated after each month.

学校每个月只会为每个对象输入分数,这反过来又会为学生更新分数.

The school will only enter the marks for each object every month, this should in turn update the marks for the students.

应如何定义各种列表来处理这种情况?我只能使用JSOM模型.

How should the various lists be defined to handle this scenario? I can only use JSOM model.

谢谢

推荐答案

以下列表设计供您参考:

The following list design for your reference:

学生列表:学生编号,姓名,年级,学年

Student List: StudentId, Name, Grade, SchoolYear

主题列表:主题ID,名称,年级,学年

Subject List: SubjectId, Name, Grade, SchoolYear

考试列表:考试ID,名称,主题ID

Exam List: ExamId, Name, SubjectId

ExamResult 列表:ExamResultId,ExamId,StudentId,标记

ExamResult List: ExamResultId, ExamId, StudentId, Marks

最好的问候,

丹尼斯


这篇关于创建学校成绩单的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆