员工技能调研

@if (loading) {

加载中...

} @if (error && !loading) {

加载失败

{{ error }}

} @if (currentState === 'welcome' && !loading && !error) {
头像

您好, {{ currentProfile?.get('name') || currentProfile?.get('realname') }}

欢迎参与能力调研

技术组员偏好及状况调研

尊敬的伙伴,为了更精准地匹配项目与您的专业能力,请完成本次能力调研。

您的选择将帮助我们合理分配订单,避免不匹配项目导致返工,让您的优势得到充分发挥!

8-10分钟
{{ questions.length }}道题
选择为主
@if (surveyLog?.get('isCompleted')) {
您已填写过问卷,点击"开始填写"可查看或更新答案
}
} @if (currentState === 'questionnaire' && !loading && !error) {
{{ currentQuestionIndex + 1 }} / {{ questions.length }}
@if (getCurrentQuestion(); as question) {
{{ question.section }}

{{ currentQuestionIndex + 1 }}. {{ question.title }} @if (question.required) { * }

@if (question.subtitle) {

{{ question.subtitle }}

} @if (question.type === 'multiple' && question.maxSelections) {

{{ getSelectionProgress(question) }}

} @if (question.type === 'single') {
@for (option of question.options; track option) {
{{ option }}
} @if (question.hasOther) {
其他
}
@if (showOtherInput) {
} } @if (question.type === 'multiple') {
@for (option of question.options; track option) {
{{ option }}
} @if (question.hasOther) {
其他
}
@if (showOtherInput) {
} } @if (question.type === 'text') {
} @if (question.type === 'number') {
} @if (question.type === 'textarea') {
}
}
} @if (currentState === 'result' && !loading && !error) {

问卷提交成功!

感谢您的反馈!
系统已记录您的能力画像,客服将根据您的专长合理分配订单。

您的能力画像

{{ getCapabilitySummary().styles }}
{{ getCapabilitySummary().spaces }}
{{ getCapabilitySummary().advantages }}
{{ getCapabilitySummary().difficulty }}
{{ getCapabilitySummary().capacity }}
{{ getCapabilitySummary().urgent }} @if (getCapabilitySummary().urgentLimit) { (每月不超过{{ getCapabilitySummary().urgentLimit }}次) }
{{ getCapabilitySummary().feedback }}
{{ getCapabilitySummary().communication }}

您可以随时重新填写问卷更新信息

}