POST api/Master/AddUpdateAssessmentConfig

Request Information

URI Parameters

None.

Body Parameters

MasAssessmentConfig
NameDescriptionTypeAdditional information
AssessmentID

integer

None.

AssessemntTypeID

integer

None.

sec_asst

integer

None.

sec_toggle

integer

None.

sec_print

integer

None.

sec_right

integer

None.

NoOfWarnings

integer

None.

WarningText

string

None.

rnd_show

integer

None.

rnd_show_section

integer

None.

rnd_show_ques

integer

None.

rnd_show_overall

integer

None.

tmr_show

integer

None.

tmr_show_assessment

integer

None.

tmr_show_section

integer

None.

tmr_show_question

integer

None.

tmr_show_no

integer

None.

pas_show

integer

None.

pas_show_overall

integer

None.

pas_show_section

integer

None.

atmp_show

integer

None.

atmp_show_single

integer

None.

atmp_show_multi

integer

None.

atmp_show_multi_first

integer

None.

atmp_show_multi_best

integer

None.

atmp_show_multi_last

integer

None.

atmp_NoOfDaysFrom

integer

None.

atmp_NoOfDaysTo

integer

None.

rew_show

integer

None.

rew_show_rw_status

integer

None.

rew_show_rw_status_ro

integer

None.

rew_show_atmpt_opt

integer

None.

rew_show_revl_ques_sub

integer

None.

rew_show_revl_asst_sub

integer

None.

ques_type

integer

None.

ques_type_single

integer

None.

ques_type_tf

integer

None.

ques_type_multi

integer

None.

ques_type_column

integer

None.

ques_type_blanks

integer

None.

ques_type_rating

integer

None.

ques_type_desc

integer

None.

res_type

integer

None.

res_type_marksheet

integer

None.

res_type_cert

integer

None.

comm_show

integer

None.

comm_show_email

integer

None.

comm_show_sms

integer

None.

skip_Question

integer

None.

skip_Question_assessment

integer

None.

lang_show

integer

None.

CreatedBy

integer

None.

lang_ids

string

None.

asst_adaptive

integer

None.

adpative_batch_size

integer

None.

adaptive_switch_per

integer

None.

picture_click

integer

None.

picture_click_time_interval

integer

None.

screen_shot

integer

None.

screen_shot_time_interval

integer

None.

IsCertificateCreated

boolean

None.

MainTitleHeading

string

None.

SubTitleHeading

string

None.

SigningHeading

string

None.

IsFRToggle

integer

None.

IsFREnable

integer

None.

CanChangeFRFrequency

integer

None.

FRNoOfWarnings

integer

None.

FRWarningText

string

None.

FRAssessmentFrequency

integer

None.

FRAccuracyPercent

integer

None.

NoOfMultiAttempts

integer

None.

TotalAssessmentTakenByUser

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AssessmentID": 1,
  "AssessemntTypeID": 1,
  "sec_asst": 1,
  "sec_toggle": 1,
  "sec_print": 1,
  "sec_right": 1,
  "NoOfWarnings": 1,
  "WarningText": "sample string 2",
  "rnd_show": 1,
  "rnd_show_section": 1,
  "rnd_show_ques": 1,
  "rnd_show_overall": 1,
  "tmr_show": 1,
  "tmr_show_assessment": 1,
  "tmr_show_section": 1,
  "tmr_show_question": 1,
  "tmr_show_no": 1,
  "pas_show": 1,
  "pas_show_overall": 1,
  "pas_show_section": 1,
  "atmp_show": 1,
  "atmp_show_single": 1,
  "atmp_show_multi": 1,
  "atmp_show_multi_first": 1,
  "atmp_show_multi_best": 1,
  "atmp_show_multi_last": 1,
  "atmp_NoOfDaysFrom": 1,
  "atmp_NoOfDaysTo": 1,
  "rew_show": 1,
  "rew_show_rw_status": 1,
  "rew_show_rw_status_ro": 1,
  "rew_show_atmpt_opt": 1,
  "rew_show_revl_ques_sub": 1,
  "rew_show_revl_asst_sub": 1,
  "ques_type": 1,
  "ques_type_single": 1,
  "ques_type_tf": 1,
  "ques_type_multi": 1,
  "ques_type_column": 1,
  "ques_type_blanks": 1,
  "ques_type_rating": 1,
  "ques_type_desc": 1,
  "res_type": 1,
  "res_type_marksheet": 1,
  "res_type_cert": 1,
  "comm_show": 1,
  "comm_show_email": 1,
  "comm_show_sms": 1,
  "skip_Question": 1,
  "skip_Question_assessment": 1,
  "lang_show": 1,
  "CreatedBy": 1,
  "lang_ids": "sample string 3",
  "asst_adaptive": 1,
  "adpative_batch_size": 1,
  "adaptive_switch_per": 1,
  "picture_click": 1,
  "picture_click_time_interval": 1,
  "screen_shot": 1,
  "screen_shot_time_interval": 1,
  "IsCertificateCreated": true,
  "MainTitleHeading": "sample string 5",
  "SubTitleHeading": "sample string 6",
  "SigningHeading": "sample string 7",
  "IsFRToggle": 1,
  "IsFREnable": 1,
  "CanChangeFRFrequency": 1,
  "FRNoOfWarnings": 1,
  "FRWarningText": "sample string 8",
  "FRAssessmentFrequency": 1,
  "FRAccuracyPercent": 1,
  "NoOfMultiAttempts": 1,
  "TotalAssessmentTakenByUser": 1
}

application/xml, text/xml

Sample:
<MasAssessmentConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eAssessment.Repository.Models">
  <AssessemntTypeID>1</AssessemntTypeID>
  <AssessmentID>1</AssessmentID>
  <CanChangeFRFrequency>1</CanChangeFRFrequency>
  <CreatedBy>1</CreatedBy>
  <FRAccuracyPercent>1</FRAccuracyPercent>
  <FRAssessmentFrequency>1</FRAssessmentFrequency>
  <FRNoOfWarnings>1</FRNoOfWarnings>
  <FRWarningText>sample string 8</FRWarningText>
  <IsCertificateCreated>true</IsCertificateCreated>
  <IsFREnable>1</IsFREnable>
  <IsFRToggle>1</IsFRToggle>
  <MainTitleHeading>sample string 5</MainTitleHeading>
  <NoOfMultiAttempts>1</NoOfMultiAttempts>
  <NoOfWarnings>1</NoOfWarnings>
  <SigningHeading>sample string 7</SigningHeading>
  <SubTitleHeading>sample string 6</SubTitleHeading>
  <TotalAssessmentTakenByUser>1</TotalAssessmentTakenByUser>
  <WarningText>sample string 2</WarningText>
  <adaptive_switch_per>1</adaptive_switch_per>
  <adpative_batch_size>1</adpative_batch_size>
  <asst_adaptive>1</asst_adaptive>
  <atmp_NoOfDaysFrom>1</atmp_NoOfDaysFrom>
  <atmp_NoOfDaysTo>1</atmp_NoOfDaysTo>
  <atmp_show>1</atmp_show>
  <atmp_show_multi>1</atmp_show_multi>
  <atmp_show_multi_best>1</atmp_show_multi_best>
  <atmp_show_multi_first>1</atmp_show_multi_first>
  <atmp_show_multi_last>1</atmp_show_multi_last>
  <atmp_show_single>1</atmp_show_single>
  <comm_show>1</comm_show>
  <comm_show_email>1</comm_show_email>
  <comm_show_sms>1</comm_show_sms>
  <lang_ids>sample string 3</lang_ids>
  <lang_show>1</lang_show>
  <pas_show>1</pas_show>
  <pas_show_overall>1</pas_show_overall>
  <pas_show_section>1</pas_show_section>
  <picture_click>1</picture_click>
  <picture_click_time_interval>1</picture_click_time_interval>
  <ques_type>1</ques_type>
  <ques_type_blanks>1</ques_type_blanks>
  <ques_type_column>1</ques_type_column>
  <ques_type_desc>1</ques_type_desc>
  <ques_type_multi>1</ques_type_multi>
  <ques_type_rating>1</ques_type_rating>
  <ques_type_single>1</ques_type_single>
  <ques_type_tf>1</ques_type_tf>
  <res_type>1</res_type>
  <res_type_cert>1</res_type_cert>
  <res_type_marksheet>1</res_type_marksheet>
  <rew_show>1</rew_show>
  <rew_show_atmpt_opt>1</rew_show_atmpt_opt>
  <rew_show_revl_asst_sub>1</rew_show_revl_asst_sub>
  <rew_show_revl_ques_sub>1</rew_show_revl_ques_sub>
  <rew_show_rw_status>1</rew_show_rw_status>
  <rew_show_rw_status_ro>1</rew_show_rw_status_ro>
  <rnd_show>1</rnd_show>
  <rnd_show_overall>1</rnd_show_overall>
  <rnd_show_ques>1</rnd_show_ques>
  <rnd_show_section>1</rnd_show_section>
  <screen_shot>1</screen_shot>
  <screen_shot_time_interval>1</screen_shot_time_interval>
  <sec_asst>1</sec_asst>
  <sec_print>1</sec_print>
  <sec_right>1</sec_right>
  <sec_toggle>1</sec_toggle>
  <skip_Question>1</skip_Question>
  <skip_Question_assessment>1</skip_Question_assessment>
  <tmr_show>1</tmr_show>
  <tmr_show_assessment>1</tmr_show_assessment>
  <tmr_show_no>1</tmr_show_no>
  <tmr_show_question>1</tmr_show_question>
  <tmr_show_section>1</tmr_show_section>
</MasAssessmentConfig>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.