Add more response sample data

This commit is contained in:
2024-01-28 05:58:43 -06:00
parent 3f98a5d5d6
commit c38d7715f5
12 changed files with 1209 additions and 0 deletions

47
json/getClassDetails.html Normal file
View File

@@ -0,0 +1,47 @@
<section aria-labelledby="classDetails">
<span class="status-bold">Associated Term:</span>Spring 2024 <br/>
<span class="status-bold">CRN:</span><span
id="courseReferenceNumber">39738</span><br/>
<span class="status-bold">Campus:</span>Main Campus <br/>
<span class="status-bold">Schedule Type:</span>
Lecture
<br/>
<span class="status-bold">Instructional Method:</span>
Traditional in-person<br/>
<span class="status-bold">Section Number:</span>
<span id="sectionNumber">001</span>
<br/>
<span class="status-bold">Subject:</span>
<span id="subject">Academic English Program-Int&#39;l</span>
<br/>
<span class="status-bold">Course Number:</span>
<span id="courseNumber">0110</span>
<br/>
<span class="status-bold">Title:</span>
<span id="courseTitle">Reading/Vocabulary-level 1</span>
<br/>
<span class="status-bold">Credit Hours:</span>
<br>
<span class="status-bold">Grade Mode:</span>
Normal Grading<br>
</section>

View File

@@ -0,0 +1,8 @@
<section aria-labelledby="coReqs">
<h3>Corequisites</h3>
No corequisite course information available.
</section>

View File

@@ -0,0 +1,15 @@
<section aria-labelledby="courseDescription">
<!--display course description-->
Operating Systems Security<br/>
<!--if there is a section description, display the new label and the description-->
<b>Section information text:</b><br/>
Prerequisites: IS 2053 (IS 2031 and IS 2033 in previous catalogs).
IS 3033 is a hands-on course with an emphasis on studying real-world cyber security challenges of Operating System (OS). Throughout the course, students will be introduced to the fundamental knowledge of OS such as process scheduling, memory management, I/O device and file systems etc. as well as hands-on approaches to securing and hardening the essential components of a specified OS (Unix-like or Windows). The lab exercises of this course provide students with comprehensive practices on secure operation and maintenance, secure server configuration, system-level firewalls, kernel security module, logging, and anti-malware measures, etc. Differential Tuition: $126. Course Fees: DL01 $75, ISCS $75.
<!--when there is no course or section description, provide the no information message-->
</section>

View File

@@ -0,0 +1,19 @@
<section aria-labelledby="enrollmentInfo">
<span class="status-bold">Enrollment Actual:</span> <span
dir="ltr">43</span><br/>
<span class="status-bold">Enrollment Maximum:</span> <span
dir="ltr">43</span><br/>
<span class="status-bold">Enrollment Seats Available:</span> <span
dir="ltr">0</span> <br/>
<hr/>
<span class="status-bold">Waitlist Capacity:</span> <span
dir="ltr">999</span><br/>
<span class="status-bold">Waitlist Actual:</span> <span
dir="ltr">0</span><br/>
<span class="status-bold">Waitlist Seats Available:</span> <span
dir="ltr">999</span><br/>
</section>

36
json/getFees.html Normal file
View File

@@ -0,0 +1,36 @@
<section aria-labelledby="fees">
<table class="basePreqTable">
<thead>
<tr>
<th>Level</th>
<th>Description</th>
<th class="courseFeeAmount">Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>Differential Tuition COB USPR</td>
<td class="courseFeeAmount">$126.00</td>
</tr>
<tr>
<td></td>
<td>Digital Learning Fee</td>
<td class="courseFeeAmount">$75.00</td>
</tr>
<tr>
<td></td>
<td>ISCS Course Resource Fee</td>
<td class="courseFeeAmount">$75.00</td>
</tr>
</tbody>
</table>
</section>

View File

@@ -0,0 +1,7 @@
<section aria-labelledby="linked">
No linked course information available.
</section>

24
json/getRestrictions.html Normal file
View File

@@ -0,0 +1,24 @@
<section aria-labelledby="restrictions">
<div class="infoicon"><span class="status-bold">Not all restrictions are applicable.</span></div> <br/>
<span class="status-bold">Must be enrolled in one of the following Levels:</span><br/>
<span class="detail-popup-indentation">Undergraduate (01)</span><br/>
<br/>
<span class="status-bold">Cannot be enrolled in one of the following Campuses:</span><br/>
<span class="detail-popup-indentation">Online Programs (ONL)</span><br/>
<br/>
</section>

View File

@@ -0,0 +1,12 @@
<section aria-labelledby="attributes">
<div>
<span class='attribute-text'>Upper Division course UPPR
</span></div>
</section>

View File

@@ -0,0 +1,13 @@
<section aria-labelledby="bookstore">
<span class="status-bold">Bookstore Links</span><br/><br/>
<span>Use the link(s) below to access online bookstores to determine the cost of required materials.</span><br/><br/>
<div class="indent-left">
<a href="http://www.bkstr.com/webapp/wcs/stores/servlet/booklookServlet?bookstore_id-1=987&amp;term_id-1=202420&amp;dept-1=IS&amp;course-1=3033&amp;section-1=003" target="_blank">UTSA Main Bookstore</a> <br/>
<br/>
</div>
</section>

View File

@@ -0,0 +1,28 @@
<section aria-labelledby="preReqs">
<h3>Catalog Prerequisites</h3>
<table class="dwPreqTable">
<thead>
<tr>
<th>Degree Works Prerequisites</th>
</tr>
</thead>
<tbody>
<tr>
<td>Student must first complete, with a C- or better: IS 2053, or (IS 2031 and IS 2033).</td>
</tr>
</tbody>
</table>
</section>

View File

@@ -0,0 +1,7 @@
<section aria-labelledby="xlstSections">
No cross list information available.
</section>

View File

File diff suppressed because one or more lines are too long