Search Tips

Job Announcement - Electronic Court Recorder Monday, July 18, 2022

Salary $47,064.00 Annually

Location Williston, ND

Job Type Full-Time/Regular

Department Unit 4 - Administration

Job Number 2022-U4-WIL-47-ECRT

Closing 7/31/2022 11:59 PM Central

General Summary or Purpose

If you have strong technology and grammar skills and would enjoy making a verbatim record of trials and proceedings using audio recording equipment and transcribing the audio recording, this opportunity may be right for you.   

The Ideal Candidate:

Finds it rewarding to be highly dependable and punctual.

Obsesses with detail ensuring accuracy of work.

Enjoys proofreading and perfection in grammar and punctuation.

Shows assertiveness to ensure an accurate record.

Gives excellent customer service.

Enjoys supporting others. 

The Ideal Candidate Minimum Qualifications:

High school diploma;

Two years of secretarial experience in a court, law office or related job experience; and

AAERT (American Association of Electronic Reporters and Transcribers) CER (certified electronic court reporter) and CET (certified electronic transcriber) certifications or ability to obtain within two years of job entry.  A comparable certification by another state court or federal court may be substituted for the AAERT certification.

The North Dakota Court System Transcript Practice & Quality Assurance Program (TQAP), along with the CET written multiple choice test, may be substituted for the practical portion of the AAERT CET certification with successful completion within one year of job entry.

Link to full job announcement: https://www.governmentjobs.com/careers/ndcourts/jobs/3636577/administrative-recorder-transcriptionist-electronic-court-recorder-transcription?pagetype=jobOpportunitiesJobs

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>