> For the complete documentation index, see [llms.txt](https://gaoge011022.gitbook.io/suda-major-change-guide-universal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaoge011022.gitbook.io/suda-major-change-guide-universal/zheng-wen/bu-xiu-xiang-guan/ke-cheng-huan-xiu.md).

# 课程换修

那么，课程代码不同的课程是否就意味着一定不能继承原专业部分课程学分呢？如果我大一学了高数，然后转专业转到了文科专业，还得重新学一遍更简单的文科数学，岂不是很委屈？其实这类课程也有学分转换方法，但是条件相当苛刻，那就是课程换修。

转专业之后即可申请课程换修，仅需在“苏州大学信息门户”中搜索“本科生转专业换修”即可找到相关应用，填写申请，并在老师批准通过后即可将原专业的所申请换修的学分转入新专业。

[苏州大学信息门户—本科生转专业换修](https://my.suda.edu.cn/portal/_web/fusionportal/serviceCenter/details.html?_p=YXM9MiZ0PTEmZD04NSZwPTEmZj0zNSZtPU4m&_l=&_t=\&appName=%E6%8D%A2%E4%BF%AE\&id=1766\&name=%E8%8B%8F%E5%B7%9E%E5%A4%A7%E5%AD%A6%E6%9C%AC%E7%A7%91%E7%94%9F%E8%BD%AC%E4%B8%93%E4%B8%9A%E6%8D%A2%E4%BF%AE%E8%AF%BE%E7%A8%8B%E7%94%B3%E8%AF%B7%E6%B5%81%E7%A8%8B)

课程换修的大致规则是：

* 高学分的课可以换低学分的课，反之则不允许
* 难度高的课可以换难度低的课，反之则不允许。例如高等数学 → 微积分 → 文科数学，反之则不行
* **仅限相似的课程可以互相转换**
* 如果需要将已有课程转换为新专业的**专业选修课**，其转换比例不得超过新专业专业选修课要求学分上限的**30%**

另外，正如上一节最后举的“Python 程序设计”的例子一样，**普及课和专业课是不一样的，专业课被认为是难度更高的课**，两门课即使学分一样也不让换修。**名字一样的课，即使学分一样，只要课程代码不同，都不是同一门课，和教务硬刚也没用，不会同意你换修的。**

换修是很苛刻的，基本上换修申请只有很少的课能够通过，有时候干脆没有。另外由于换修是只要有一门换修不通过就全部不通过的，因此建议一门一门地申请换修，然后等上一门课换修申请通过后再申请下一门，不建议天马行空把什么课都一股脑写上去。

然后稍微解释一下专业选修课的转换情况。例如你在两个工科专业之间转专业，这两个专业都有工图课，原专业是专业**必修**，新专业是专业**选修**，但课程代码不一样，因此需要你手动转换。新旧专业的工图课都为 3 学分，那么如果新专业的专业选修学分上限为 5 学分，转换上限就为 5×0.3=1.5 学分，超出了上限，因此不予转换。*如果你这段内容看着有点晕，不用担心，通常来说你碰不上这种事情。*

最后再强调一下，课程换修能成功的课大概率**远低于**你的期望。永远记住，**换修成功是幸运，换修失败是常态。**

*另外，即使教师批复写了“同意”，也可能只是老师复制粘贴惯了，说不定状态还是“未通过”，多确认一下。*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gaoge011022.gitbook.io/suda-major-change-guide-universal/zheng-wen/bu-xiu-xiang-guan/ke-cheng-huan-xiu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
